aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * TLS improvementsJack Lloyd2015-10-2522-292/+861
* | Add missing includeJack Lloyd2015-10-261-0/+1
* | Merge pull request #313 from randombit/path-validation-fixesJack Lloyd2015-10-2654-119/+2851
|\ \
| * | Disable two tests from x509test which no longer have correct dates.Jack Lloyd2015-10-262-2/+5
| * | Fix cert validation bugs found by x509test.Jack Lloyd2015-10-2354-119/+2848
* | | Merge pull request #306 from webmaster128/update-docsSimon Warta2015-10-264-49/+35
|\ \ \ | |_|/ |/| |
| * | Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-203-11/+5
| * | 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
* | | Merge pull request #312 from randombit/const-time-montyJack Lloyd2015-10-249-123/+115
|\ \ \
| * | | Make Montgomery reduction constant time.Jack Lloyd2015-10-249-123/+115
| | |/ | |/|
* | | Merge pull request #309 from webmaster128/test-botanpy-python23Simon Warta2015-10-223-0/+12
|\ \ \ | |/ / |/| |
| * | Test botan.py using Python2 and Python3 on Linux and OS XSimon Warta2015-10-223-0/+12
|/ /
* | Add workaround for Python 3.2/3.3 behavior in binascii. GH #305Jack Lloyd2015-10-221-1/+1
* | Fix a bug in botan.py found by PyPy's ctypesJack Lloyd2015-10-221-3/+12
* | Merge pull request #308 from mouse07410/masterJack Lloyd2015-10-221-15/+15
|\ \
| * | Reverted version comparison relaxation, per Jack Lloyd's comment.Uri Blumenthal2015-10-211-1/+1
| * | Merge branch 'master' of https://github.com/randombit/botanUri Blumenthal2015-10-204-294/+277
| |\ \ | |/ / |/| |
* | | Fix botan.py for Python3Jack Lloyd2015-10-204-246/+270
| |/ |/|
| * Made most of botan.py run under Python3.Uri Blumenthal2015-10-201-60/+101
| * Merge pull request #2 from randombit/masterMouse2015-10-20402-7174/+7269
| |\ | |/ |/|
* | 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