aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* locked pages, making the tag id possibly configurable.David Carlier2019-08-282-8/+31
|
* Fix test to account for compression reportJack Lloyd2019-08-271-2/+6
|
* Merge GH #2026 Add support for POWER9 hardware RNGJack Lloyd2019-08-2710-1/+124
|\
| * Use inline asm to avoid GCC bug. Handle RNG failureJack Lloyd2019-08-272-13/+42
| |
| * Add support for POWER9 DARN RNGJack Lloyd2019-08-2710-1/+95
| |
* | Add a cmdlet which allows sampling/testing raw entropy sourcesJack Lloyd2019-08-272-0/+128
|/
* Fix a carry handling bug in StreebogJack Lloyd2019-08-262-3/+16
| | | | Closes #2082
* Fix a bug in CAST-128 affecting 11, 13, 14, or 15 byte keysJack Lloyd2019-08-263-2/+35
| | | | | | | | With keys not a multiple of 4 bytes, the zero bytes ended up in the wrong place. In the unlikely event anyone was affected by this they could just use the equivalent 16 byte key. Closes #2081
* Bump Argon2 version to indicate support for long outputsJack Lloyd2019-08-241-1/+1
|
* Merge GH #2080 Remove use of pow_mod.h interfaces from within libraryJack Lloyd2019-08-2412-251/+202
|\
| * Fix buildJack Lloyd2019-08-242-1/+3
| |
| * Inline the fixed window and Montgomery strategies into pow_mod.cppJack Lloyd2019-08-236-198/+133
| |
| * Remove pow_mod.h from power_mod implementationJack Lloyd2019-08-231-19/+23
| |
| * Remove pow_mod.h from ElGamalJack Lloyd2019-08-231-12/+25
| |
| * Remove pow_mod.h from Diffie-HellmanJack Lloyd2019-08-231-7/+17
| |
| * Remove modexp based inversion from speed testJack Lloyd2019-08-231-9/+0
| | | | | | | | Not competitive so not interesting
| * Remove unused includeJack Lloyd2019-08-231-1/+0
| |
| * Remove use of pow_mod.h from PKCS11 RSA codeJack Lloyd2019-08-231-4/+1
| |
* | Fix LGTM alertJack Lloyd2019-08-231-1/+6
| |
* | Support long outputs from Argon2Jack Lloyd2019-08-232-3/+2260
|/ | | | Closes #2078
* Merge GH #2070 Precompute RSA Montgomery paramsJack Lloyd2019-08-235-184/+328
|\
| * Fix python testJack Lloyd2019-08-172-2/+6
| |
| * Fixes for PKCS11Jack Lloyd2019-08-172-19/+19
| |
| * Have RSA key precompute Montgomery parametersJack Lloyd2019-08-172-163/+303
| | | | | | | | | | | | | | | | | | If the application caches the PK_Signer or similar, then the performance is basically identical to what is done now. However for applications which create a new PK_Signer object per signature, then this improves performance by about 30%. Notably this includes the TLS layer.
* | Fix bad compare in BigInt <<=Jack Lloyd2019-08-231-1/+1
| | | | | | | | Caused an extra allocation for no reason in some cases.
* | Small BigInt optimizationsJack Lloyd2019-08-224-14/+15
| | | | | | | | Based on profiling RSA key generation
* | In threaded mode tests, disable mlock pool unless requestedJack Lloyd2019-08-211-0/+11
| |
* | Take sccache from upstream release instead of botan-ci-tools repoJack Lloyd2019-08-202-3/+5
| |
* | Merge GH #2051 Have cli sign util update stateful keysJack Lloyd2019-08-204-2/+55
|\ \
| * | Updates private key prior to signature outputMatthias Gierlings2019-08-171-2/+5
| | |
| * | Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-304-0/+50
| | |
* | | Merge GH #2007 Improve RDRAND reseeding logicJack Lloyd2019-08-205-145/+172
|\ \ \
| * | | Use RDRAND in such a way that an internal reseed is performedJack Lloyd2019-08-165-145/+172
| | | | | | | | | | | | | | | | | | | | | | | | At least according to Intel's docs. Closes #447
* | | | Merge GH #2075 Serialize PKCS11 testsJack Lloyd2019-08-202-1/+12
|\ \ \ \
| * | | | Serialize the PKCS11 testsJack Lloyd2019-08-202-1/+12
| | | | | | | | | | | | | | | | | | | | See #2072
* | | | | Deprecate some more redundant ffi functionsJack Lloyd2019-08-192-16/+46
|/ / / /
* | | | Merge GH #2071 Default to running tests in multithreaded modeJack Lloyd2019-08-173-16/+10
|\ \ \ \
| * | | | Default to running the tests in threaded modeJack Lloyd2019-08-173-16/+10
| | |_|/ | |/| |
* / | | Add function comment [ci skip]Jack Lloyd2019-08-171-0/+6
|/ / /
* | | Avoid using old pow_mod interface in RSAJack Lloyd2019-08-172-7/+14
| | | | | | | | | | | | | | | On its own gives a modest speedup (3-5%) to RSA sign/decrypt, and it is needed for another more complicated optimization.
* | | Fix indentationJack Lloyd2019-08-171-2/+2
| | |
* | | Add option to disable installing the Python moduleJack Lloyd2019-08-161-1/+1
| | |
* | | Only install botan2.py if building a shared libraryJack Lloyd2019-08-161-1/+1
|/ / | | | | | | Since it doesn't work with static libs ...
* | Avoid spurious throw/catchJack Lloyd2019-08-161-5/+5
| |
* | Fix test - OCSP responder seems unhappy about our old ee certJack Lloyd2019-08-101-4/+3
| |
* | Have botan2.py generate DLL list by platformJack Lloyd2019-08-061-3/+11
| | | | | | | | | | | | No reason to try loading botan.dll on Linux, etc... GH #2059
* | Run Python tests on Windows as wellJack Lloyd2019-08-062-13/+23
| | | | | | | | GH #2059
* | FixJack Lloyd2019-08-052-3/+3
| |
* | Merge GH #2057 OID cleanupsJack Lloyd2019-08-0551-366/+386
|\ \
| * | FixesJack Lloyd2019-08-043-6/+6
| | |