summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-10-22Switch new time tests to use SIZEOF_TIME_T, not sizeof(time_t)Nick Mathewson
2014-10-23Fix minor typos, two line lengths, and a repeated includeteor
2014-10-22Merge remote-tracking branch 'public/ticket6938'Nick Mathewson
2014-10-21Conditionally compile time testing code based on integer sizeteor
2014-10-20Further unit test tor_timegm and parse_rfc1123_timeteor
2014-10-16Merge remote-tracking branch 'yawning/bug13314'Nick Mathewson
2014-10-13Define a strnlen replacement on platforms (win32) that lack itNick Mathewson
2014-10-13Merge remote-tracking branch 'public/bug11243_squashed'Nick Mathewson
2014-10-13Bugfixes on bug11243 fix for the not-added cases and testsNick Mathewson
2014-10-13Unit tests for 11243: loading ri, ei, mds from listsNick Mathewson
2014-10-13Base tests for 11243: test parsing for md, ei, and ri.Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-10-13Clean whitespace in last patch.Nick Mathewson
2014-10-12Avoid overflow in format_time_interval, create unit teststeor
2014-10-08Merge remote-tracking branches 'teor/issue-13161-test-network' and 'teor/issu...Nick Mathewson
2014-10-05Exit test-network with status of chutney verifyteor
2014-10-04Stop an apparent test-network hang when used with make -j2teor
2014-10-01Send back SOCKS5 errors for all of the address related failures.Yawning Angel
2014-10-01Add test-network delay optionteor
2014-10-01test-network.sh: Use "/bin/echo -n" rather than builtin echoteor
2014-09-29Whitespace fixes on 13291 fixNick Mathewson
2014-09-29Parenthesize macro arguments for 13291 fixNick Mathewson
2014-09-29Stop spawn test failures due to a race condition with SIGCHLD on process exitteor
2014-09-29Merge branch 'bug12971_take2_squashed'Nick Mathewson
2014-09-29Respond with 'Command not supported' SOCKS5 reply message upon reception of u...rl1987
2014-09-29Merge branch 'ticket961_squashed'Nick Mathewson
2014-09-29Avoid frequent strcmp() calls for AccountingRuleNick Mathewson
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
2014-09-29Whitespace fixesNick Mathewson
2014-09-29Stop test & bench build failures with --disable-curve25519teor
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Add benchmarks for ed25519 functionsNick Mathewson
2014-09-25Add comments to ed25519_vectors.incNick Mathewson
2014-09-25Cut the time to run the python ed25519 tests by a factor of ~6Nick Mathewson
2014-09-25Add a reference implementation of our ed25519 modificationsNick Mathewson
2014-09-25Add the pure-python ed25519 implementation, for testing.Nick Mathewson
2014-09-25Draft implementation for ed25519 key blinding, as in prop224Nick Mathewson
2014-09-25Add curve25519->ed25519 key conversion per proposal 228Nick Mathewson
2014-09-25Add encode/decode functions for ed25519 public keysNick Mathewson
2014-09-25Another ed25519 tweak: store secret keys in expanded formatNick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25Add tests for failing cases of crypto_pwboxNick Mathewson
2014-09-25Use trunnel for crypto_pwbox encoding/decoding.Nick Mathewson
2014-09-25Test a full array of s2k flags with pwbox test.Nick Mathewson
2014-09-25Use preferred key-expansion means for pbkdf2, scrypt.Nick Mathewson
2014-09-25Test vectors for PBKDF2 from RFC6070Nick Mathewson
2014-09-25Test vectors for scrypt from draft-josefsson-scrypt-kdf-00Nick Mathewson