aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/engine
Commit message (Expand)AuthorAgeFilesLines
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-0427-1292/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-037-347/+0
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-016-116/+0
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-312-110/+8
* Use Algo_Registry also for hashes.lloyd2015-01-283-261/+16
* Add a runtime map of string->func() which when called returnlloyd2015-01-284-533/+31
* Add SipHashlloyd2015-01-111-0/+10
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-9/+0
* Ensure all files have copyright and license info.lloyd2015-01-1023-23/+23
* Add SHA-512/256lloyd2015-01-081-0/+2
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-7/+15
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+9
* In OpenSSL engine drop support for public key operations. These PK ops just calllloyd2014-12-176-588/+0
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-1014-703/+22
* More fixes for minified buildslloyd2014-02-091-4/+4
* Remove the engine hookslloyd2014-02-082-41/+0
* Add ChaChalloyd2014-01-311-1/+35
* Guess I won't be needing theselloyd2014-01-182-2/+0
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-2/+3
* Move lib into srclloyd2014-01-1041-0/+3861