aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in ct and oaepJack Lloyd2015-10-172-96/+23
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-169-168/+300
* Merge pull request #298 from tiwoc/arm64Simon Warta2015-10-161-2/+2
|\
| * Initial support for 64 bit ARMDaniel Seither2015-10-131-2/+2
* | Fix compile of ffi when tls is disabled. GH #300Jack Lloyd2015-10-151-3/+8
* | MSVC build fixJack Lloyd2015-10-152-9/+10
* | Add prime and dl_group command line tools.Jack Lloyd2015-10-151-14/+42
* | Prohibit creating a DL_Group smaller than 1024 bitsJack Lloyd2015-10-151-2/+2
* | Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-152-13/+39
* | Add System_RNG which is an instantiatable RNG that uses the system RNGJack Lloyd2015-10-153-25/+33
* | Add support for RSA signing and verification via OpenSSLJack Lloyd2015-10-141-13/+131
* | Expose providers for public key operationsJack Lloyd2015-10-143-47/+66
* | Build fixJack Lloyd2015-10-142-2/+3
* | Add null pointer check to pbes2_decrypt, fix message in pbes2_encryptJack Lloyd2015-10-141-1/+3
* | Move DataSource to utils and rewrite PEM encoding to avoid filtersJack Lloyd2015-10-149-17/+33
|/
* Add missing null pointer check to PBES2Jack Lloyd2015-10-111-0/+3
* Fix bcrypt testJack Lloyd2015-10-031-1/+3
* Add McEliece keygen and MCEIES to C89 API. Plus random fiddlingJack Lloyd2015-10-013-32/+212
* Export X.509 certificates to ffi and pythonJack Lloyd2015-10-014-15/+267
* Merge pull request #286 from randombit/mce-cleanupJack Lloyd2015-09-3026-1202/+987
|\
| * McEliece cleanupsJack Lloyd2015-09-2926-1202/+987
* | Merge pull request #288 from tiwoc/darwin_secrandomJack Lloyd2015-09-254-0/+84
|\ \
| * | Add the Darwin_SecRandom entropy sourceDaniel Seither2015-09-254-0/+84
* | | Remove warning: assuming signed overflow does not occurSimon Warta2015-09-251-1/+1
|/ /
* / Avoid concatination of charsSimon Warta2015-09-226-13/+13
|/
* Add HMAC_DRBG constructor taking a name for the MAC instead of an objJack Lloyd2015-09-222-0/+15
* Delete Camellia sbox header.Jack Lloyd2015-09-222-550/+1
* Inline Camellia sbox tables to source fileJack Lloyd2015-09-221-3/+530
* Cleanup includesJack Lloyd2015-09-223-2/+3
* Move boost and sqlite3 to utilsJack Lloyd2015-09-224-0/+0
* Move check for SIMD instructions to CPUIDJack Lloyd2015-09-216-13/+18
* Merge pull request #279 from randombit/fix-static-lib-registrationJack Lloyd2015-09-21174-981/+1574
|\
| * Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-2138-159/+149
| * Address some review comments by Simon. GH #279Jack Lloyd2015-09-2110-22/+22
| * Fix includes for opensslJack Lloyd2015-09-193-0/+4
| * Internal header cleanupsJack Lloyd2015-09-1980-289/+213
| * Handle dependencies re static linking. GH #279Jack Lloyd2015-09-1735-192/+291
| * Fix for minimized buildsJack Lloyd2015-09-111-1/+4
| * Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-1124-110/+149
| * Same treatment for cipher modesJack Lloyd2015-09-1013-51/+118
| * Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-1080-218/+685
* | Reduce likelyhood of stray pointer writes via ffi layer.Jack Lloyd2015-09-101-0/+8
|/
* Add missing compression overridesSimon Warta2015-09-013-2/+3
* Move Credentials_Manager to TLSJack Lloyd2015-08-294-6/+1
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-2915-21/+1
* Fix OpenSSL RSA to better handle no padding mode.Jack Lloyd2015-08-293-10/+45
* Reverse the algorithm priority orderingJack Lloyd2015-08-2914-25/+50
* Fix minimized builds and amalgamation buildsJack Lloyd2015-08-294-21/+35
* Merge pull request #236 from bogiord/add-alloc-constructorJack Lloyd2015-08-291-4/+7
|\
| * Make the equality operators standard-compliant.bogdan2015-08-291-4/+4