aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant function definitions from docsSimon Warta2015-10-201-10/+0
* Make Version_Code an enum type for documentationSimon Warta2015-10-201-1/+1
* Update TLC::Client constructor documentationSimon Warta2015-10-201-13/+14
* Update TLS::Server signature in docsSimon Warta2015-10-201-14/+15
* FixJack Lloyd2015-10-191-2/+2
* Make OpenSSL ECDSA and RSA request only until they can be testedJack Lloyd2015-10-191-2/+2
* ECDSA KATs only work for base implJack 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
* Make PKCS #1 and OAEP decryption operations constant time.Jack Lloyd2015-10-1911-174/+256
|\
| * Cleanups in ct and oaepJack Lloyd2015-10-172-96/+23
| * Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-1611-168/+323
* | Add DLL target to MSVC CI buildJack Lloyd2015-10-161-1/+7
|/
* Merge pull request #298 from tiwoc/arm64Simon Warta2015-10-166-14/+39
|\
| * Adjust gcc.txt to arm32 and arm64 archsDaniel Seither2015-10-151-1/+2
| * Travis CI: Enable 64 bit builds for iOSDaniel Seither2015-10-132-10/+22
| * Initial support for 64 bit ARMDaniel Seither2015-10-133-3/+15
* | Fix compile of ffi when tls is disabled. GH #300Jack Lloyd2015-10-151-3/+8
* | MSVC build fixJack Lloyd2015-10-152-9/+10
* | Add security notifications/advisory page to website.Jack Lloyd2015-10-153-2/+108
* | Add prime and dl_group command line tools.Jack Lloyd2015-10-154-14/+177
* | Prohibit creating a DL_Group smaller than 1024 bitsJack Lloyd2015-10-152-3/+5
* | Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-154-19/+66
* | 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-143-15/+139
* | Expose providers for public key operationsJack Lloyd2015-10-147-67/+97
* | Build fixJack Lloyd2015-10-143-3/+5
* | Add null pointer check to pbes2_decrypt, fix message in pbes2_encryptJack Lloyd2015-10-141-1/+3
* | Add `--minimized-build` which does the same thing as `--no-autoload`Jack Lloyd2015-10-144-6/+10
* | Move DataSource to utils and rewrite PEM encoding to avoid filtersJack Lloyd2015-10-1412-58/+46
|/
* Add missing null pointer check to PBES2Jack Lloyd2015-10-111-0/+3
* Don't treat missing ciphers, hashes, etc as test failuresJack Lloyd2015-10-116-9/+18
* Tick version on trunk to 1.11.22Jack Lloyd2015-10-112-1/+5
* Update for 1.11.21 release1.11.21Jack Lloyd2015-10-112-4/+4
* Doc updatesJack Lloyd2015-10-053-20/+39
* Merge pull request #292 from randombit/ffi-certsJack Lloyd2015-10-047-92/+650
|\
| * Fix bcrypt testJack Lloyd2015-10-033-3/+5
| * Add McEliece keygen and MCEIES to C89 API. Plus random fiddlingJack Lloyd2015-10-014-56/+272
| * Export X.509 certificates to ffi and pythonJack Lloyd2015-10-015-56/+396
* | Merge pull request #293 from webmaster128/codecovSimon Warta2015-10-043-9/+9
|\ \
| * | Integrate codecovSimon Warta2015-10-043-9/+9
|/ /
* / Show latest master build badge for appveyor CISimon Warta2015-10-021-1/+1
|/
* Update change notes for 1.11.21Jack Lloyd2015-09-301-0/+18
* Merge pull request #286 from randombit/mce-cleanupJack Lloyd2015-09-3036-1293/+1410
|\
| * Fix for minimized buildJack Lloyd2015-09-291-0/+8
| * McEliece cleanupsJack Lloyd2015-09-2936-1293/+1402
* | Merge pull request #288 from tiwoc/darwin_secrandomJack Lloyd2015-09-256-3/+99
|\ \
| * | Add the Darwin_SecRandom entropy sourceDaniel Seither2015-09-254-0/+84
| * | build system: Add framework support for OS X and iOSDaniel Seither2015-09-252-3/+15
* | | Merge pull request #287 from tiwoc/cleanupSimon Warta2015-09-253-6/+8
|\ \ \