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