Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove pow_mod.h from power_mod implementation | Jack Lloyd | 2019-08-23 | 1 | -19/+23 | |
| * | Remove pow_mod.h from ElGamal | Jack Lloyd | 2019-08-23 | 1 | -12/+25 | |
| * | Remove pow_mod.h from Diffie-Hellman | Jack Lloyd | 2019-08-23 | 1 | -7/+17 | |
| * | Remove modexp based inversion from speed test | Jack Lloyd | 2019-08-23 | 1 | -9/+0 | |
| * | Remove unused include | Jack Lloyd | 2019-08-23 | 1 | -1/+0 | |
| * | Remove use of pow_mod.h from PKCS11 RSA code | Jack Lloyd | 2019-08-23 | 1 | -4/+1 | |
* | | Merge GH #2079 Support long outputs from Argon2 | Jack Lloyd | 2019-08-24 | 2 | -3/+2265 | |
|\ \ | |/ |/| | ||||||
| * | Fix LGTM alert | Jack Lloyd | 2019-08-23 | 1 | -1/+6 | |
| * | Support long outputs from Argon2 | Jack Lloyd | 2019-08-23 | 2 | -3/+2260 | |
|/ | ||||||
* | Update news | Jack Lloyd | 2019-08-23 | 1 | -1/+1 | |
* | Merge GH #2070 Precompute RSA Montgomery params | Jack Lloyd | 2019-08-23 | 5 | -184/+328 | |
|\ | ||||||
| * | Fix python test | Jack Lloyd | 2019-08-17 | 2 | -2/+6 | |
| * | Fixes for PKCS11 | Jack Lloyd | 2019-08-17 | 2 | -19/+19 | |
| * | Have RSA key precompute Montgomery parameters | Jack Lloyd | 2019-08-17 | 2 | -163/+303 | |
* | | Fix bad compare in BigInt <<= | Jack Lloyd | 2019-08-23 | 1 | -1/+1 | |
* | | Merge GH #2077 Small BigInt optimizations | Jack Lloyd | 2019-08-23 | 4 | -14/+15 | |
|\ \ | ||||||
| * | | Small BigInt optimizations | Jack Lloyd | 2019-08-22 | 4 | -14/+15 | |
|/ / | ||||||
* | | In threaded mode tests, disable mlock pool unless requested | Jack Lloyd | 2019-08-21 | 1 | -0/+11 | |
* | | Merge GH #2076 Take sccache from upstream release instead of botan-ci-tools | Jack Lloyd | 2019-08-20 | 3 | -12/+15 | |
|\ \ | ||||||
| * | | Take sccache from upstream release instead of botan-ci-tools repo | Jack Lloyd | 2019-08-20 | 3 | -12/+15 | |
|/ / | ||||||
* | | Merge GH #2051 Have cli sign util update stateful keys | Jack Lloyd | 2019-08-20 | 4 | -2/+55 | |
|\ \ | ||||||
| * \ | Merge pull request #2069 from mgierlings/update-stateful-key | Jack Lloyd | 2019-08-17 | 1 | -2/+5 | |
| |\ \ | ||||||
| | * | | Updates private key prior to signature output | Matthias Gierlings | 2019-08-17 | 1 | -2/+5 | |
| |/ / | ||||||
| * | | Add Private_Key::stateful_operation and use it in cli signer | Jack Lloyd | 2019-07-30 | 4 | -0/+50 | |
* | | | Merge GH #2007 Improve RDRAND reseeding logic | Jack Lloyd | 2019-08-20 | 5 | -145/+172 | |
|\ \ \ | ||||||
| * | | | Use RDRAND in such a way that an internal reseed is performed | Jack Lloyd | 2019-08-16 | 5 | -145/+172 | |
* | | | | Update news | Jack Lloyd | 2019-08-20 | 1 | -1/+1 | |
* | | | | Merge GH #2075 Serialize PKCS11 tests | Jack Lloyd | 2019-08-20 | 2 | -1/+12 | |
|\ \ \ \ | ||||||
| * | | | | Serialize the PKCS11 tests | Jack Lloyd | 2019-08-20 | 2 | -1/+12 | |
* | | | | | Merge GH #2074 Deprecate more redundant ffi functions | Jack Lloyd | 2019-08-20 | 2 | -16/+46 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Deprecate some more redundant ffi functions | Jack Lloyd | 2019-08-19 | 2 | -16/+46 | |
|/ / / / | ||||||
* | | | | Update news | Jack Lloyd | 2019-08-17 | 1 | -0/+3 | |
* | | | | Merge GH #2071 Default to running tests in multithreaded mode | Jack Lloyd | 2019-08-17 | 3 | -16/+10 | |
|\ \ \ \ | ||||||
| * | | | | Default to running the tests in threaded mode | Jack Lloyd | 2019-08-17 | 3 | -16/+10 | |
| | |_|/ | |/| | | ||||||
* / | | | Add function comment [ci skip] | Jack Lloyd | 2019-08-17 | 1 | -0/+6 | |
|/ / / | ||||||
* | | | Update news | Jack Lloyd | 2019-08-17 | 1 | -0/+2 | |
* | | | Merge GH #2068 Optimize RSA and remove use of old powmod api | Jack Lloyd | 2019-08-17 | 2 | -7/+14 | |
|\ \ \ | ||||||
| * | | | Avoid using old pow_mod interface in RSA | Jack Lloyd | 2019-08-17 | 2 | -7/+14 | |
* | | | | Add todo [ci skip] | Jack Lloyd | 2019-08-17 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Fix indentation | Jack Lloyd | 2019-08-17 | 1 | -2/+2 | |
* | | | Add option to disable installing the Python module | Jack Lloyd | 2019-08-16 | 2 | -1/+5 | |
* | | | Only install botan2.py if building a shared library | Jack Lloyd | 2019-08-16 | 1 | -1/+1 | |
|/ / | ||||||
* | | Avoid spurious throw/catch | Jack Lloyd | 2019-08-16 | 1 | -5/+5 | |
* | | Add OSS-Fuzz status badge | Jack Lloyd | 2019-08-14 | 1 | -0/+4 | |
* | | Merge GH #2064 Remove references to Kullo CI | Jack Lloyd | 2019-08-10 | 2 | -12/+0 | |
|\ \ | ||||||
| * | | Remove references to Kullo CI | Simon Warta | 2019-08-09 | 2 | -12/+0 | |
* | | | Fix test - OCSP responder seems unhappy about our old ee cert | Jack Lloyd | 2019-08-10 | 1 | -4/+3 | |
|/ / | ||||||
* | | Update news | Jack Lloyd | 2019-08-06 | 1 | -0/+19 | |
* | | Merge GH #2062 Generate DLL list by platform | Jack Lloyd | 2019-08-06 | 1 | -3/+11 | |
|\ \ | ||||||
| * | | Have botan2.py generate DLL list by platform | Jack Lloyd | 2019-08-06 | 1 | -3/+11 | |
|/ / |