aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-1/+0
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-0428-188/+131
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-0325-693/+806
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-8/+2
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-3/+3
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-312-7/+3
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-238-30/+24
* Amalgamation fixeslloyd2015-01-233-23/+4
* Ensure all files have copyright and license info.lloyd2015-01-1075-82/+84
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-083-0/+154
* No need to reseed RNG in DSA sign as RNG is no longer usedlloyd2015-01-081-4/+2
* Cleanuplloyd2015-01-081-7/+5
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-292-120/+0
* When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.lloyd2014-12-272-9/+13
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-276-0/+804
* Fix header guards for amalgamation (github issue 35)lloyd2014-12-224-31/+31
* Correct commentlloyd2014-12-181-2/+2
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-109-43/+63
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-095-12/+123
* Cleanup for pbe name parsing in PKCS #8 encoderlloyd2014-12-081-14/+23
* Add a basic speed test for McEliecelloyd2014-12-081-0/+10
* Remove the Overbeck conversion at Dr. Strenzke's request.lloyd2014-12-063-229/+0
* Add KEM scheme for McEliecefstrenzke2014-12-063-0/+111
* GCC 4.9 fixeslloyd2014-12-022-1/+3
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-295-5/+33
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-2620-0/+3310
* Cleanup PBES2 and add GCM supportlloyd2014-11-192-16/+22
* Remove unused includeslloyd2014-11-182-2/+0
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+0
* Fix header guard for amalgamationlloyd2014-07-031-2/+2
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-252-9/+8
* Remove debug headerslloyd2014-04-051-3/+0
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-223-0/+83
* Fix algo factory compilelloyd2014-01-181-1/+0
* Guess I won't be needing theselloyd2014-01-185-5/+0
* More unique_ptrlloyd2014-01-182-20/+5
* unique_ptr all the thingslloyd2014-01-182-110/+86
* Move lib into srclloyd2014-01-1066-0/+7022