Age | Commit message (Expand) | Author |
2013-01-05 | Make the = at the end of ntor-onion-key optional. | Nick Mathewson |
2013-01-03 | Whoops; make that unit test actually pass :/ | Nick Mathewson |
2013-01-03 | Add a unit test for the curve25519 keypair persistence functions | Nick Mathewson |
2013-01-03 | Merge branch 'ntor-resquashed' | Nick Mathewson |
2013-01-03 | Implement a constant-time safe_mem_is_zero. | Nick Mathewson |
2013-01-03 | Add reference implementation for ntor, plus compatibility test | Nick Mathewson |
2013-01-03 | ntor: Don't fail fast server-side on an unrecognized KEYID(B) | Nick Mathewson |
2013-01-03 | Make libcurve25519_donna get built as a .a | Nick Mathewson |
2013-01-03 | Don't check create cells too much when we're relaying them | Nick Mathewson |
2013-01-03 | Implement scheme to allow ntor requests/responses via older servers | Nick Mathewson |
2013-01-03 | Code to parse and format CREATE{,2,_FAST} cells and their allies | Nick Mathewson |
2013-01-03 | Massive refactoring of the various handshake types | Nick Mathewson |
2013-01-02 | Split onion.[ch] into onion{,_fast,_tap}.[ch] | Nick Mathewson |
2013-01-02 | Refactor strong os-RNG into its own function | Nick Mathewson |
2013-01-02 | Implementat the ntor handshake | Nick Mathewson |
2013-01-02 | Add a wrapper around, and test and build support for, curve25519. | Nick Mathewson |
2013-01-02 | Add a data-invariant linear-search map structure | Nick Mathewson |
2012-12-25 | Add benchmark for DH handshake and ECDH-P-224/56 handshake | Nick Mathewson |
2012-12-17 | Build and test most of the machinery needed for IPv6 virtualaddrmaps | Nick Mathewson |
2012-12-17 | Implement option to turn off DNS cache use on a client port | Nick Mathewson |
2012-12-07 | Merge branch 'win64-7260' | Nick Mathewson |
2012-12-07 | Merge branch 'bug7306' | Nick Mathewson |
2012-12-07 | Merge remote-tracking branch 'public/bug6887' | Nick Mathewson |
2012-12-06 | Use FreeLibrary, not CloseHandle, for library in test_util.c | Nick Mathewson |
2012-12-06 | Add a unit test for the old KDF while we're at it | Nick Mathewson |
2012-12-06 | Implement HKDF from RFC5869 | Nick Mathewson |
2012-12-06 | Add benchmark to test onionskin performance. | Nick Mathewson |
2012-11-27 | Merge branch 'bug7013_take2_squashed' | Nick Mathewson |
2012-11-27 | Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr. | George Kadianakis |
2012-11-14 | Fix a bug in policy_is_reject_star() that was making IPv4 exits break | Nick Mathewson |
2012-11-14 | Actually send back correctly-formed IPv6 CONNECTED cells | Nick Mathewson |
2012-11-14 | Get the client side of receiving an IPv6 address to work | Nick Mathewson |
2012-11-14 | Add an IPv6Exit configuration option | Nick Mathewson |
2012-11-14 | Better policy support for IPv6 | Nick Mathewson |
2012-11-14 | Add a new family-specific syntax for tor_addr_parse_mask_ports | Nick Mathewson |
2012-11-14 | Refactor begin cell parsing into its own function, with tests. | Nick Mathewson |
2012-11-14 | Move address map into its own file. | Nick Mathewson |
2012-11-08 | Fix test.c compilation on mingw32. | Nick Mathewson |
2012-11-04 | Merge remote-tracking branch 'linus/bug5053-bug5055' | Nick Mathewson |
2012-11-02 | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently | Nick Mathewson |
2012-10-31 | Duplicate less code. | Linus Nordberg |
2012-10-27 | Merge remote-tracking branch 'asn/bug6832' | Nick Mathewson |
2012-10-23 | Merge remote-tracking branch 'andrea/bug7191_v2' | Nick Mathewson |
2012-10-23 | Add some unit tests for smartlist_bsearch_idx() on short lists | Andrea Shepard |
2012-10-23 | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson |
2012-10-23 | Fix parse_short_policy (bug 7192.) | Nick Mathewson |
2012-10-22 | add a unit test to expose bug 7192 | Roger Dingledine |
2012-10-20 | Add "IPVersions" to control command "status/clients-seen". | Linus Nordberg |
2012-10-17 | White space. | Linus Nordberg |
2012-10-17 | Minor tweaks to nils' v4 vs v6 bridge usage code. | Karsten Loesing |