summaryrefslogtreecommitdiff
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
* Change terminology to match type III's path-spec: s/useable/valid/gPeter Palfrader2003-11-11
|
* 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
|
* A small list of stuff that needs to be done.Peter 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
|
* set svn:ignorePeter 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
|
* Create infrastructurePeter Palfrader2003-10-09