Age | Commit message (Expand) | Author |
2016-09-09 | Move the donna-fuzzing tests into test_slow. | Nick Mathewson |
2016-09-06 | checkSpace.pl now forbids more identifiers. | Nick Mathewson |
2016-08-23 | Introduce ed25519_{sign,checksig}_prefixed functions(). | George Kadianakis |
2016-06-20 | Make base16_decodes return number of decoded bytes | nikkolasg |
2016-06-11 | Merge branch 'bug19180_easy_squashed' | Nick Mathewson |
2016-06-11 | Add -Wmissing-variable-declarations, with attendant fixes | Nick Mathewson |
2016-06-09 | Reduce make check-spaces noise | Andrea Shepard |
2016-06-06 | Repair test_crypto_openssl_version with LibreSSL | Nick Mathewson |
2016-06-06 | Check tor_sscanf return value in test_crypto.c | Nick Mathewson |
2016-06-02 | Use tor_sscanf, not sscanf, in test_crypto.c | Nick Mathewson |
2016-05-18 | Fix a bad sizeof() in test_crypto.c. Harmless. Spotted by coverity. | Nick Mathewson |
2016-05-16 | Fix memory leak in test_crypto_aes_ctr_testvec | Nick Mathewson |
2016-05-16 | Windows lacks truncate(3). | Nick Mathewson |
2016-05-16 | Cover all our DH code, and/or mark it unreachable. | Nick Mathewson |
2016-05-16 | At long last, unit tests for degenerate DH public keys. | Nick Mathewson |
2016-05-16 | Slight improvements to DH coverage. | Nick Mathewson |
2016-05-16 | Improve test coverage of our strongest-rng code. | Nick Mathewson |
2016-05-16 | Test coverage on ed25519 load/store functions. | Nick Mathewson |
2016-05-16 | HKDF-SHA256 test vectors from RFC5869 | Nick Mathewson |
2016-05-03 | Ed25519 test vectors from draft-irtf-cfrg-eddsa-05 | Nick Mathewson |
2016-05-03 | Add test vector for AES_CTR from NIST SP800-38a sec F.5 | Nick Mathewson |
2016-05-03 | Add test vector for Curve25519 from RFC7748 | Nick Mathewson |
2016-05-03 | tests for some of the simpler functions in crypto.c | Nick Mathewson |
2016-05-03 | White-box tests for crypto_rand_*_range(), rand_hostname(). | Nick Mathewson |
2016-02-27 | Update the copyright year. | Nick Mathewson |
2016-02-23 | Merge branch 'bug17795' | Nick Mathewson |
2016-02-10 | Another automated rename. | Nick Mathewson |
2016-02-10 | Rename crypto_digest_all, and digests_t. | Nick Mathewson |
2016-02-03 | Make crypto/rng_engine test pass on libressl. Bug not in any released tor. | Nick Mathewson |
2016-02-03 | Make Tor build happily with OpenSSL master and libressl. | Nick Mathewson |
2016-01-15 | Whitespace cleanup | Nick Mathewson |
2015-12-23 | Unit tests for crypto_force_rand_ssleay(). | Nick Mathewson |
2015-12-23 | Always test both ed25519 backends. | Nick Mathewson |
2015-12-20 | Appease "make check-spaces" | Nick Mathewson |
2015-12-20 | Add the randomized large buffer test for SHA-3 incremental hashing. | Yawning Angel |
2015-12-19 | Add `crypto_xof_t` and assorted routines, backed by SHAKE256. | Yawning Angel |
2015-12-19 | Add the SHA-3 hash functions to common/crypto.h. | Yawning Angel |
2015-11-27 | Unit test the full length of SHA256 and SHA512 digests | teor (Tim Wilson-Brown) |
2015-11-26 | Merge remote-tracking branch 'teor/rand-failure-modes-v2' | Nick Mathewson |
2015-11-26 | Fix buffer size in sha512 unit test | Nick Mathewson |
2015-11-26 | Add unit tests that check for common RNG failure modes | teor (Tim Wilson-Brown) |
2015-11-24 | add SHA512 support to crypto | George Tankersley |
2015-07-16 | Break some wide lines | Nick Mathewson |
2015-07-06 | Integrate and enable ed25519-donna. | Yawning Angel |
2015-07-06 | Integrate the accelerated Curve25519 scalar basemult. | Yawning Angel |
2015-05-28 | Merge branch '12498_ed25519_keys_v6' | Nick Mathewson |
2015-05-28 | Implement ed25519-signed descriptors | Nick Mathewson |
2015-05-20 | Merge branch 'bug16034_no_more_openssl_098_squashed' | Nick Mathewson |
2015-05-20 | Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args | Nick Mathewson |
2015-04-28 | Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller. | Yawning Angel |