aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.lloyd2014-12-273-11/+22
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-277-0/+813
* Fix header guards for amalgamation (github issue 35)lloyd2014-12-224-31/+31
* Fix a couple things pointed out by VC++ warnings.lloyd2014-12-222-8/+3
* Fix System_RNG for Windows, fix nmake clean targetlloyd2014-12-221-2/+2
* Enable system_rng on Windows and MinGW (untested)lloyd2014-12-213-5/+15
* Add abstract database interface so applications can easily store infolloyd2014-12-2012-311/+443
* Correct commentlloyd2014-12-181-2/+2
* Add MinGW support for the CryptoAPI RNG. Also disable the dependencieslloyd2014-12-173-1/+3
* In OpenSSL engine drop support for public key operations. These PK ops just calllloyd2014-12-176-588/+0
* Fix missing dependency in filters (Github pull 33 from tiwoc)lloyd2014-12-131-0/+1
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-1023-746/+85
* Switch to using Montgomery ladder for EC point multiplication.lloyd2014-12-101-48/+4
* Implement a strength estimator for McEliece keys based on HyMES versionlloyd2014-12-095-12/+123
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-097-67/+98
* 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
* Nullptr cleanuplloyd2014-12-061-1/+1
* Untested support for using CryptGenRandom in System_RNGlloyd2014-12-061-0/+32
* Add an easy way to directly use the system PRNG.lloyd2014-12-023-0/+117
* GCC 4.9 fixeslloyd2014-12-022-1/+3
* Add OIDs for Twofish, Serpent, and McEliecelloyd2014-11-291-0/+4
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-295-5/+33
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-2623-13/+3366
* On Windows fs::path::native() is a u16 stringlloyd2014-11-221-1/+1
* Cleanup PBES2 and add GCM supportlloyd2014-11-1912-468/+267
* Remove use of filters/pipelloyd2014-11-192-25/+13
* Add gzip compression transform and compress command line prog.lloyd2014-11-197-73/+174
* Remove unused includeslloyd2014-11-187-7/+0
* Convert compression filters to in-place transforms and refactorlloyd2014-11-1826-1193/+1061
* Fix warnings in Altivec header and add AltiVec detection for POWER8lloyd2014-11-162-40/+39
* Not helpfullloyd2014-11-161-1/+0
* Add some util functions for timing attack countermeasures from Falkolloyd2014-11-153-0/+103
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-1510-75/+181
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-1511-12/+461
* RAII and m_ namespace cleanupslloyd2014-11-072-54/+46
* OCB cleanup and additional testslloyd2014-11-072-51/+46
* RAII cleanupslloyd2014-11-073-65/+57
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-0522-43/+63
* These should be template specializationslloyd2014-11-051-5/+7
* Let TLS policy disable putting the timestamp in the hello random fieldslloyd2014-11-046-11/+25
* Use noexcept on swaplloyd2014-11-041-1/+1
* Remove pubkey filters, broken for a long time and not usefullloyd2014-11-043-214/+0
* Typolloyd2014-11-041-1/+1
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-036-186/+193
* Various small fixes and cleanups, new is_prime utillloyd2014-11-0310-24/+38
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-3112-37/+39
* No need to pass version by referencelloyd2014-10-312-2/+2