summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* Add new files created for random path creationPeter 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
|
* Don't print out Directory after parsing it anymorePeter Palfrader2003-10-15
|
* 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
* Add a constructor that construct an instance from the modulus and exponentPeter Palfrader2003-10-15
|
* 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
|
* Use IllegalArgumentException instead of ErrorPeter Palfrader2003-10-15
|
* only throws Mix3ExceptionPeter Palfrader2003-10-12
|
* Sample primitive MainPeter Palfrader2003-10-12
|
* Allow passing a path to the Path class constructor.Peter Palfrader2003-10-12
|
* Also parse US dates for yyyy-MM-dd hh:mm:ss.Peter Palfrader2003-10-12
| | | | Use HH instead of hh for 24 hour time format
* Move to new bouncycastle interface. Finally included my request upstream ↵Peter Palfrader2003-10-11
| | | | (since 120).
* Close comment in front of slice()Peter Palfrader2003-10-11
|
* Add $Id$Peter Palfrader2003-10-09
|
* Initial importPeter Palfrader2003-10-09