| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing test report for TSS tests | Simon Warta | 2015-06-25 | 2 | -0/+3 |
* | ifstream/ostream take std::string | Simon Warta | 2015-06-23 | 2 | -4/+4 |
* | Replace \n by std::endl in tests to ensure proper flushing | Simon Warta | 2015-06-19 | 27 | -122/+121 |
* | Add DTLS versions to TLS handshake smoke test | lloyd | 2015-06-19 | 1 | -3/+7 |
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 1 | -1/+1 |
* | Add tests for compression and SRP. | lloyd | 2015-05-13 | 4 | -0/+169 |
* | Build fix | lloyd | 2015-05-12 | 1 | -2/+2 |
* | Skip the NIST X.509 tests if the FS code is not available. Previously | lloyd | 2015-05-12 | 1 | -1/+8 |
* | Comparison was inverted | lloyd | 2015-04-28 | 1 | -1/+5 |
* | Fix rare test failure in pubkey. | lloyd | 2015-03-22 | 1 | -1/+4 |
* | Add ALPN (RFC 7301) and remove NPN | lloyd | 2015-03-20 | 1 | -10/+11 |
* | Add HKDF(SHA-512) test vectors | lloyd | 2015-03-18 | 1 | -17/+51 |
* | Externalize the state of a RFC 6979 nonce computation. | lloyd | 2015-03-12 | 2 | -4/+31 |
* | Comile fixes for VC 2013. Based on github pull 56 | neusdan | 2015-03-10 | 1 | -1/+1 |
* | Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr. | lloyd | 2015-03-08 | 2 | -12/+14 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 2 | -56/+10 |
* | Convert HKDF to the normal KDF interface | lloyd | 2015-02-18 | 5 | -132/+46 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 1 | -5/+5 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 1 | -0/+21 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 11 | -69/+46 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 1 | -4/+2 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -10/+6 |
* | Add SipHash | lloyd | 2015-01-11 | 3 | -6/+46 |
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 3 | -193/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 41 | -28/+219 |
* | Add MCEIES, an integrated encryption system using McEliece and AES-256/OCB | lloyd | 2015-01-08 | 1 | -47/+109 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 2 | -1/+6 |
* | Add Brainpool and secp160r1 ECDSA tests | lloyd | 2015-01-05 | 2 | -1/+153 |
* | Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04 | lloyd | 2014-12-31 | 1 | -0/+8 |
* | Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p... | lloyd | 2014-12-29 | 1 | -0/+13 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 1 | -0/+323 |
* | Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po... | lloyd | 2014-12-29 | 1 | -0/+9 |
* | All tests now share an RNG. Uses system RNG if available | lloyd | 2014-12-28 | 23 | -53/+65 |
* | Provide a test report | lloyd | 2014-12-27 | 1 | -0/+2 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 4 | -0/+137 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 4 | -163/+237 |
* | Switch to using Montgomery ladder for EC point multiplication. | lloyd | 2014-12-10 | 1 | -55/+75 |
* | Remove the Overbeck conversion at Dr. Strenzke's request. | lloyd | 2014-12-06 | 1 | -99/+25 |
* | Add KEM scheme for McEliece | fstrenzke | 2014-12-06 | 1 | -21/+68 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 3 | -0/+268 |
* | Use the OCB test specified in RFC 7253 instead of the -03 draft version | lloyd | 2014-11-16 | 1 | -72/+50 |
* | Add specialized reduction for P-521 along with 9x9 Comba routines. | lloyd | 2014-11-15 | 1 | -12/+16 |
* | OCB cleanup and additional tests | lloyd | 2014-11-07 | 2 | -2/+106 |
* | Replace Transformatio::nstart with start_raw so we can do a full set | lloyd | 2014-11-05 | 3 | -7/+7 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 2 | -2/+11 |
* | No need to pass version by reference | lloyd | 2014-10-31 | 1 | -1/+2 |
* | Add some secp256k1 KATs and a randomized ECC test suggested in | lloyd | 2014-10-10 | 5 | -3/+148 |
* | Remove unused test. Bugzilla 272 | lloyd | 2014-05-17 | 1 | -65/+0 |
* | Correct CCM for L != 2. Bugzilla 270 | lloyd | 2014-05-16 | 1 | -0/+7 |
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 1 | -4/+4 |