summaryrefslogtreecommitdiff
path: root/src/org/noreply/fancydress/type3
Commit message (Collapse)AuthorAge
* First go at refactoring for PathSpecsPeter Palfrader2003-10-17
|
* Use SSL3_RSA_DES_192_CBC3_SHA if TLS_DHE_RSA_WITH_AES_128_CBC_SHA is notPeter Palfrader2003-10-17
| | | | | | available. Throw Mix3Exception if we don't get an ACK.
* Check that certs are valid (i.e. now is within the cert's lifetime)Peter Palfrader2003-10-16
|
* Verify remote peer cert during MMTP handshakePeter Palfrader2003-10-15
|
* Add a first go at MMTP. Still lacks verification of peer, but it should not ↵Peter Palfrader2003-10-15
| | | | be too hard to add that since all the info is already there
* Leg's and Packet's routing information is of type RoutingForwardPeter Palfrader2003-10-15
|
* Leg's and Packet's routing information is of type RoutingForwardPeter Palfrader2003-10-15
|
* move keyid into RoutingForwardPeter Palfrader2003-10-15
|
* Use IllegalArgumentException instead of ErrorPeter Palfrader2003-10-15
|
* only throws Mix3ExceptionPeter Palfrader2003-10-12
|
* Allow passing a path to the Path class constructor.Peter Palfrader2003-10-12
|
* Add $Id$Peter Palfrader2003-10-09
|
* Initial importPeter Palfrader2003-10-09