aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove call to abort on a zero point in PointGFp::get_affine_{x,y}Jack Lloyd2015-11-131-4/+0
* Drop the DH group check to a weaker version of the checksJack Lloyd2015-11-131-2/+3
* Add TLS_PSK testsJack Lloyd2015-11-133-14/+5
* Add missing overridesJack Lloyd2015-11-112-2/+2
* Update and consolidate the test framework.Jack Lloyd2015-11-1110-11/+29
* Add check for path validation result in Credentials_Manager. GH #324Jack Lloyd2015-11-043-6/+12
* Remove unused xor_buf.h (internal header merged into mem_ops.h)Jack Lloyd2015-10-271-144/+0
* Fix McEliece key gen endian dependency.Jack Lloyd2015-10-273-20/+27
* Compile fixJack Lloyd2015-10-261-1/+1
* Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-2621-210/+447
|\
| * Missing include dependencyJack Lloyd2015-10-261-1/+1
| * Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-263-39/+22
| * TLS improvementsJack Lloyd2015-10-2519-170/+424
* | Add missing includeJack Lloyd2015-10-261-0/+1
* | Merge pull request #313 from randombit/path-validation-fixesJack Lloyd2015-10-2610-104/+186
|\ \
| * | Fix cert validation bugs found by x509test.Jack Lloyd2015-10-2310-104/+186
* | | Merge pull request #306 from webmaster128/update-docsSimon Warta2015-10-262-8/+2
|\ \ \ | |_|/ |/| |
| * | Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-202-8/+2
* | | Make Montgomery reduction constant time.Jack Lloyd2015-10-248-121/+109
| |/ |/|
* | Fix botan.py for Python3Jack Lloyd2015-10-203-1/+15
|/
* Make OpenSSL ECDSA and RSA request only until they can be testedJack Lloyd2015-10-191-2/+2
* Add missing BOTAN_DLL to Decompression_Filter. GH #304Jack Lloyd2015-10-191-1/+1
* Break up openssl providerJack Lloyd2015-10-1910-23/+46
* 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