summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-05-16At long last, unit tests for degenerate DH public keys.Nick Mathewson
2016-05-16Slight improvements to DH coverage.Nick Mathewson
2016-05-16Improve test coverage of our strongest-rng code.Nick Mathewson
2016-05-16Test coverage on ed25519 load/store functions.Nick Mathewson
2016-05-16Mark unreachable lines in crypto_curve25519.cNick Mathewson
2016-05-16HKDF-SHA256 test vectors from RFC5869Nick Mathewson
2016-05-03Ed25519 test vectors from draft-irtf-cfrg-eddsa-05Nick Mathewson
2016-05-03Add test vector for AES_CTR from NIST SP800-38a sec F.5Nick Mathewson
2016-05-03Add test vector for Curve25519 from RFC7748Nick Mathewson
2016-05-03tests for some of the simpler functions in crypto.cNick Mathewson
2016-05-03White-box tests for crypto_rand_*_range(), rand_hostname().Nick Mathewson
2016-05-02test_bt.sh: Check stderr for backtrace as well as stdout.Nick Mathewson
2016-04-25Remove redundant declarations of MINNick Mathewson
2016-04-19Merge branch 'handles_squashed'Nick Mathewson
2016-04-19Basic 'handle' implementation and tests.Nick Mathewson
2016-04-13fix typos/etc before i go nuts on #18809Roger Dingledine
2016-04-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
2016-04-07When we get a bad nickname, explain what a good one is.Nick Mathewson
2016-04-05Don't call the system toupper or tolower.Nick Mathewson
2016-03-28One more test that didnt pass on windows. See #18665.Nick Mathewson
2016-03-26Whitespace fixesNick Mathewson
2016-03-25Disable failing broken time format case for windows.Nick Mathewson
2016-03-24try to fix a test failure for sizeof(time_t)==4.Nick Mathewson
2016-03-24Merge branch 'timegm_overflow_squashed'Nick Mathewson
2016-03-24Add a missing UL on a long in a unit testteor (Tim Wilson-Brown)
2016-03-24Add unit tests with dates from 2035 to 2039teor (Tim Wilson-Brown)
2016-03-22Try to fix an intermittent test failure on openbsd.Nick Mathewson
2016-03-22Never use sprintf. tor_snprintf instead. Bug in tests, not in any released tor.Nick Mathewson
2016-03-21Merge remote-tracking branch 'arma/ticket18332-try3'Nick Mathewson
2016-03-21Merge branch 'bug18570_027'Nick Mathewson
2016-03-21Add new channel/queue_incoming unit tests; modify channel unit tests for new ...Andrea Shepard
2016-03-21test_options.c: assert that TransProxyType is testedSteven Chamberlain
2016-03-17test_options.c: NULL a pointer after free #18447Steven Chamberlain
2016-03-15Merge remote-tracking branch 'weasel/bug18458'Nick Mathewson
2016-03-11simplify rend_cache_store_status_t back to a booleanRoger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-03-11Merge remote-tracking branch 'public/bug18204_028'Nick Mathewson
2016-03-11Add changes file for 18448; refactorNick Mathewson
2016-03-11enable and test transproxy on FreeBSD derivatives #18448Steven Chamberlain
2016-03-11Do not link tests against both libor.a and libor-testing.aNick Mathewson
2016-03-01First RelaxDirModeCheck implementationPeter Palfrader
2016-02-28Use the kdf_rfc5869() function instead of kdf().Alexander Færøy
2016-02-27Update the copyright year.Nick Mathewson
2016-02-24Fix a huge number of leaks in test_config.cNick Mathewson
2016-02-24Fix memory leaks in routerlist/pick_directory_server_impl testNick Mathewson
2016-02-24Fix a leak in test_have_enough_mem_for_dircacheNick Mathewson
2016-02-24Remove the freelist from memarea.cNick Mathewson
2016-02-23Another clang+_FORTIFY_SOURCE issueNick Mathewson