summaryrefslogtreecommitdiff
path: root/src/org/noreply/fancydress/type3
Commit message (Collapse)AuthorAge
* Further clean up PathSpecHEADmasterPeter Palfrader2003-11-12
|
* Simplify path building.Peter Palfrader2003-11-11
|
* Rework PathSpec based on the now specified algorith. Some questions are ↵Peter Palfrader2003-11-11
| | | | still open
* Document existing PathSpec codePeter Palfrader2003-11-11
|
* We cannot use SURBs yet, only generate themPeter Palfrader2003-11-04
|
* Use cryptix in TLS for now. bouncycastle doesn't get TLS right, sun's ↵Peter Palfrader2003-10-27
| | | | crypto moo doesn't do 4k RSA
* Further work on SURBs. Decoding and further tests still required.Peter Palfrader2003-10-27
|
* Make sure we use the same instance of routing information in both makeSHS callsPeter Palfrader2003-10-27
|
* First go at SURBs. Still needs testing. Moo.Peter Palfrader2003-10-27
|
* Add MBOX routing. MooPeter Palfrader2003-10-27
|
* Do basic exit node filteringPeter Palfrader2003-10-19
|
* Support random path creationPeter Palfrader2003-10-19
|
* 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