aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove support for broken 112 and 128 bit SECP ECC groups.Jack Lloyd2015-12-022-50/+2
* | | Add update overload taking std::string to PK_Verifier and PK_SignerJack Lloyd2015-12-021-1/+19
* | | Avoid ever returning 0 from CPUID::cache_line_sizeJack Lloyd2015-12-021-1/+1
* | | Add more workfactor estimate helpers.Jack Lloyd2015-11-296-32/+53
* | | Improve side channel attack resistance of table based AES implJack Lloyd2015-11-292-416/+164
* | | Add differential compression test.Jack Lloyd2015-11-281-1/+1
* | | Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-2810-70/+58
* | | Merge pull request #320 from matejk/fix_crash_in_comp_filterSimon Warta2015-11-261-0/+7
|\ \ \
| * | | Compression filter: Reorganised verification order of transform.Matej Kenda2015-11-261-4/+6
| * | | Fixed crash in compression filter when transform argument is null.Matej Kenda2015-11-031-1/+6
| |/ /
* | | New reseed_with_sources call on RNGsJack Lloyd2015-11-2430-140/+305
* | | Remove bogus code from generic mp_madd header, noticed on PPC build.Jack Lloyd2015-11-232-5/+6
| |/ |/|
* | Remove mul128.h header from public viewJack Lloyd2015-11-163-19/+27
* | Fix bug causing TLS client to sometimes reject DHE server kexJack Lloyd2015-11-132-35/+16
* | Add remove_all to TLS session manager interfaceJack Lloyd2015-11-138-48/+67
* | 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