| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 27 | -1292/+0 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 7 | -347/+0 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 6 | -116/+0 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 2 | -110/+8 |
* | Use Algo_Registry also for hashes. | lloyd | 2015-01-28 | 3 | -261/+16 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 4 | -533/+31 |
* | Add SipHash | lloyd | 2015-01-11 | 1 | -0/+10 |
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 1 | -9/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 23 | -23/+23 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 1 | -0/+2 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 1 | -7/+15 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 1 | -0/+9 |
* | In OpenSSL engine drop support for public key operations. These PK ops just call | lloyd | 2014-12-17 | 6 | -588/+0 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 14 | -703/+22 |
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -4/+4 |
* | Remove the engine hooks | lloyd | 2014-02-08 | 2 | -41/+0 |
* | Add ChaCha | lloyd | 2014-01-31 | 1 | -1/+35 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 2 | -2/+0 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -2/+3 |
* | Move lib into src | lloyd | 2014-01-10 | 41 | -0/+3861 |