Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In threaded mode tests, disable mlock pool unless requested | Jack Lloyd | 2019-08-21 | 1 | -0/+11 |
| | |||||
* | Take sccache from upstream release instead of botan-ci-tools repo | Jack Lloyd | 2019-08-20 | 2 | -3/+5 |
| | |||||
* | Merge GH #2051 Have cli sign util update stateful keys | Jack Lloyd | 2019-08-20 | 4 | -2/+55 |
|\ | |||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | At least according to Intel's docs. Closes #447 | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | See #2072 | ||||
* | | | | Deprecate some more redundant ffi functions | Jack Lloyd | 2019-08-19 | 2 | -16/+46 |
|/ / / | |||||
* | | | 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 |
|/ / / | |||||
* | | | Avoid using old pow_mod interface in RSA | Jack Lloyd | 2019-08-17 | 2 | -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 indentation | Jack Lloyd | 2019-08-17 | 1 | -2/+2 |
| | | | |||||
* | | | Add option to disable installing the Python module | Jack Lloyd | 2019-08-16 | 1 | -1/+1 |
| | | | |||||
* | | | Only install botan2.py if building a shared library | Jack Lloyd | 2019-08-16 | 1 | -1/+1 |
|/ / | | | | | | | Since it doesn't work with static libs ... | ||||
* | | Avoid spurious throw/catch | Jack Lloyd | 2019-08-16 | 1 | -5/+5 |
| | | |||||
* | | Fix test - OCSP responder seems unhappy about our old ee cert | Jack Lloyd | 2019-08-10 | 1 | -4/+3 |
| | | |||||
* | | Have botan2.py generate DLL list by platform | Jack Lloyd | 2019-08-06 | 1 | -3/+11 |
| | | | | | | | | | | | | No reason to try loading botan.dll on Linux, etc... GH #2059 | ||||
* | | Run Python tests on Windows as well | Jack Lloyd | 2019-08-06 | 2 | -13/+23 |
| | | | | | | | | GH #2059 | ||||
* | | Fix | Jack Lloyd | 2019-08-05 | 2 | -3/+3 |
| | | |||||
* | | Merge GH #2057 OID cleanups | Jack Lloyd | 2019-08-05 | 51 | -366/+386 |
|\ \ | |||||
| * | | Fixes | Jack Lloyd | 2019-08-04 | 3 | -6/+6 |
| | | | |||||
| * | | Avoid unnecessary parse of the OID string in DN upper bounds | Jack Lloyd | 2019-08-04 | 2 | -16/+19 |
| | | | |||||
| * | | Update padding code | Jack Lloyd | 2019-08-04 | 1 | -6/+14 |
| | | | |||||
| * | | Fix for Python3 | Jack Lloyd | 2019-08-04 | 1 | -6/+5 |
| | | | |||||
| * | | Remove unnecessary functions | Jack Lloyd | 2019-08-04 | 4 | -25/+14 |
| | | | |||||
| * | | Move streebog to right section | Jack Lloyd | 2019-08-04 | 1 | -5/+2 |
| | | | |||||
| * | | Reduce usage of oids.h with the addition of some helpers on OID | Jack Lloyd | 2019-08-04 | 38 | -120/+99 |
| | | | |||||
| * | | OID cleanups | Jack Lloyd | 2019-08-04 | 4 | -106/+124 |
| | | | |||||
| * | | Don't throw here | Jack Lloyd | 2019-08-04 | 1 | -1/+5 |
| | | | |||||
| * | | Avoid using deprecated public fields of AlgorithmIdentifier | Jack Lloyd | 2019-08-04 | 7 | -37/+29 |
| | | | |||||
| * | | Deprecate and replace OIDS::lookup | Jack Lloyd | 2019-08-04 | 38 | -149/+180 |
| | | | |||||
* | | | The allocator cb can possibly return null | David Carlier | 2019-08-05 | 1 | -2/+0 |
|/ / | |||||
* | | Update GOST to use 2012 OIDs/params | Jack Lloyd | 2019-08-03 | 11 | -26/+53 |
| | | |||||
* | | Merge GH #2054 Fix close_notify handling | Jack Lloyd | 2019-08-02 | 4 | -42/+58 |
|\ \ | |||||
| * | | Clean up close_notify handling in TLS | Jack Lloyd | 2019-08-01 | 4 | -42/+58 |
| |/ | | | | | | | | | | | Previously after sending or receiving a close_notify we would reset all handshake state and basically ignore anything the peer sent. Now we detect any garbage that might arrive after. | ||||
* | | Merge GH #2055 Updates for GOST 2012 support | Jack Lloyd | 2019-08-02 | 15 | -29/+201 |
|\ \ | |||||
| * | | Add gost_512A param | Jack Lloyd | 2019-08-01 | 2 | -11/+26 |
| | | | |||||
| * | | Fix test when GOST or Streebog is disabled | Jack Lloyd | 2019-08-01 | 2 | -0/+3 |
| | | | |||||
| * | | Updates for GOST 2012 support | Jack Lloyd | 2019-08-01 | 13 | -18/+172 |
| |/ | | | | | | | | | | | | | GOST uses IEEE style formatting for signatures rather than DER struct. Confirmed using 2012 test certs from CryptoPro GH #1860 #1897 | ||||
* | | Add Jacobi fn tests | Jack Lloyd | 2019-08-01 | 2 | -0/+49 |
| | | |||||
* | | Return nullptr for size 0 allocation | Jack Lloyd | 2019-08-01 | 1 | -0/+3 |
|/ | |||||
* | Move decl of blinding bits into the source file | Jack Lloyd | 2019-07-27 | 2 | -2/+6 |
| | | | | Only used in this one place. | ||||
* | Darwin, monitoring anonymous locked pages via vm_stat tool. | David Carlier | 2019-07-27 | 1 | -1/+9 |
| | | | | | Userland applications are allowed taking ID from 240->255. The ID can be made dynamic later on if wished. | ||||
* | Fix "OSCP" typo in OCSP code. | Jack Lloyd | 2019-07-23 | 4 | -9/+13 |
| | | | | GH #2048 | ||||
* | Fix tls_proxy and use =default for policy options | Jack Lloyd | 2019-07-22 | 4 | -5/+5 |
| | |||||
* | In CLI support setting TLS policy to any known type | Jack Lloyd | 2019-07-22 | 6 | -128/+109 |
| | | | | | Previously you could only do either a file or the default policy, and tls_proxy was hardcoded to only do the default policy. | ||||
* | Merge GH #2042 Optimize DTLS MTU splitting | Jack Lloyd | 2019-07-20 | 2 | -25/+30 |
|\ |