aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
...
* | | | Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson2013-02-07
|/ / /
* | | Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.Nick Mathewson2013-02-01
* | | Fix unit test to not expect v2 directory request geoip infoNick Mathewson2013-01-29
* | | Merge remote-tracking branch 'karsten/bug5823'Nick Mathewson2013-01-19
|\ \ \
| * | | Remove dirreq-v2-* lines from extra-info descriptors.Karsten Loesing2013-01-17
* | | | Add a missing part of bug 7311's makefile.nmake tweaksNick Mathewson2013-01-17
* | | | Implement proposal 204: ignore subdomains in hidden service addressesJérémy Bobbio2013-01-16
* | | | Merge branch '024_msvc_squashed'Nick Mathewson2013-01-16
|\ \ \ \
| * | | | Add more test modules for nmake makefilesNick Mathewson2013-01-16
| * | | | Try to build tinytest.obj from the right sourcesNick Mathewson2013-01-16
| * | | | use the /Fe flag with msvcNick Mathewson2013-01-16
| * | | | Add missing targets to src/test/Makefile.nmake. Fix for 7316Nick Mathewson2013-01-16
| * | | | Add missing includes and libs to makefile.nmakeNick Mathewson2013-01-16
* | | | | Aftermath of isin->contains renamingNick Mathewson2013-01-16
* | | | | Rename *_isin to *_containsNick Mathewson2013-01-16
* | | | | Actually link against nacl when we want to use itNick Mathewson2013-01-16
| |/ / / |/| | |
* | | | Update the copyright date to 201.Nick Mathewson2013-01-16
* | | | Make the = at the end of ntor-onion-key optional.Nick Mathewson2013-01-05
* | | | Whoops; make that unit test actually pass :/Nick Mathewson2013-01-03
* | | | Add a unit test for the curve25519 keypair persistence functionsNick Mathewson2013-01-03
* | | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \ \
| * | | | Implement a constant-time safe_mem_is_zero.Nick Mathewson2013-01-03
| * | | | Add reference implementation for ntor, plus compatibility testNick Mathewson2013-01-03
| * | | | ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson2013-01-03
| * | | | Make libcurve25519_donna get built as a .aNick Mathewson2013-01-03
| * | | | Don't check create cells too much when we're relaying themNick Mathewson2013-01-03
| * | | | Implement scheme to allow ntor requests/responses via older serversNick Mathewson2013-01-03
| * | | | Code to parse and format CREATE{,2,_FAST} cells and their alliesNick Mathewson2013-01-03
| * | | | Massive refactoring of the various handshake typesNick Mathewson2013-01-03
| * | | | Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
| * | | | Refactor strong os-RNG into its own functionNick Mathewson2013-01-02
| * | | | Implementat the ntor handshakeNick Mathewson2013-01-02
| * | | | Add a wrapper around, and test and build support for, curve25519.Nick Mathewson2013-01-02
| * | | | Add a data-invariant linear-search map structureNick Mathewson2013-01-02
| * | | | Add a unit test for the old KDF while we're at itNick Mathewson2012-12-06
| * | | | Implement HKDF from RFC5869Nick Mathewson2012-12-06
| * | | | Add benchmark to test onionskin performance.Nick Mathewson2012-12-06
* | | | | Add benchmark for DH handshake and ECDH-P-224/56 handshakeNick Mathewson2012-12-25
| |/ / / |/| | |
* | | | Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
* | | | Implement option to turn off DNS cache use on a client portNick Mathewson2012-12-17
* | | | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \ \ \
| * | | | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson2012-11-02
* | | | | Merge branch 'bug7306'Nick Mathewson2012-12-07
|\ \ \ \ \
| * | | | | Use FreeLibrary, not CloseHandle, for library in test_util.cNick Mathewson2012-12-06
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'public/bug6887'Nick Mathewson2012-12-07
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove some deadcode for parsing v1 directoriesNick Mathewson2012-09-18
* | | | | Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\ \ \ \ \
| * | | | | Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis2012-11-27
* | | | | | Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* | | | | | Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson2012-11-14