| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix feature macro checks. | Jack Lloyd | 2019-04-26 | 6 | -11/+10 |
* | Fix some build/test problems with minimized builds | Jack Lloyd | 2019-04-26 | 2 | -8/+14 |
* | Correct test result name | Jack Lloyd | 2019-04-26 | 1 | -1/+1 |
* | Add a wrapper class that wraps macOS or Linux certificate stores. | Jack Lloyd | 2019-04-13 | 1 | -62/+61 |
* | Merge GH #1892 Be more careful about avoiding undefined behavior in tests | Jack Lloyd | 2019-04-12 | 5 | -41/+24 |
|\ |
|
| * | Using preprocessor for the tests | David Carlier | 2019-04-12 | 5 | -41/+24 |
* | | FIX: build with x509 module disabled | Rene Meusel | 2019-04-12 | 2 | -5/+12 |
* | | FIX: type deduction on 32bit systems | Rene Meusel | 2019-04-12 | 1 | -4/+4 |
* | | TEST: rejection of user certs by flatfile cert store | Rene Meusel | 2019-04-12 | 2 | -0/+95 |
* | | TESt: flatfile cert store uses internal test file | Rene Meusel | 2019-04-12 | 2 | -9/+93 |
* | | extract test_certstor_utils | Patrick Schmidt | 2019-04-12 | 2 | -47/+76 |
* | | rename test_certstor_linux to test_certstor_flatfile | Patrick Schmidt | 2019-04-12 | 1 | -9/+9 |
* | | consolidate into Flatfile_Certificate_Store | Patrick Schmidt | 2019-04-12 | 1 | -10/+10 |
* | | add Certstore for linux | Patrick Schmidt | 2019-04-12 | 3 | -53/+322 |
|/ |
|
* | Support verifying from a v1 root | Jack Lloyd | 2019-04-11 | 4 | -1/+152 |
* | Remove tab characters | Jack Lloyd | 2019-04-10 | 5 | -239/+229 |
* | Fixes memory leak in FFI tests | Matthias Gierlings | 2019-04-08 | 1 | -0/+1 |
* | Using available cores rather than total for the pools. | David Carlier | 2019-04-07 | 1 | -0/+13 |
* | Replace upper_bound with lower_bound in pgp_s2k | Evgeny Pokhilko | 2019-03-11 | 1 | -0/+3 |
* | Fix MSVC and avoid deprecated function call | Jack Lloyd | 2019-03-01 | 1 | -1/+1 |
* | s/as_string/to_string/ | Jack Lloyd | 2019-03-01 | 3 | -7/+7 |
* | Add long Blowfish ECB test | Jack Lloyd | 2019-02-28 | 1 | -0/+4 |
* | Fix test | Jack Lloyd | 2019-02-24 | 1 | -1/+1 |
* | s/Blake2b/BLAKE2b/ | Jack Lloyd | 2019-02-22 | 1 | -4/+4 |
* | Unroll SHA-3 | Jack Lloyd | 2019-02-21 | 2 | -2/+2 |
* | Merge GH #1830 Add MacOS certificate store | Jack Lloyd | 2019-02-19 | 1 | -0/+331 |
|\ |
|
| * | add an adaptor for certificate keychain access on macOS | René Meusel | 2019-02-18 | 1 | -0/+331 |
* | | Fixes for minimized builds | Jack Lloyd | 2019-02-16 | 7 | -8/+45 |
* | | Support arbitrary key lengths in SHAKE-128 cipher | Jack Lloyd | 2019-02-13 | 1 | -0/+56 |
* | | Remove redundant call to start_timer | Jack Lloyd | 2019-02-13 | 1 | -2/+0 |
|/ |
|
* | Clean up test registration a bit | Jack Lloyd | 2019-02-05 | 2 | -24/+31 |
* | Merge GH #1819 Add Thread_Pool and use it for running tests | Jack Lloyd | 2019-01-31 | 7 | -68/+237 |
|\ |
|
| * | Add a simple Thread_Pool test | Jack Lloyd | 2019-01-31 | 2 | -0/+88 |
| * | Run the test suite in multiple threads | Jack Lloyd | 2019-01-31 | 6 | -68/+149 |
* | | Add a couple more ChaCha tests | Jack Lloyd | 2019-01-31 | 1 | -0/+9 |
|/ |
|
* | Refactor CPUID to make it thread safe | Jack Lloyd | 2019-01-30 | 1 | -0/+6 |
* | Avoid invoking the mlock allocator before main starts | Jack Lloyd | 2019-01-28 | 4 | -98/+94 |
* | Add BMI2 variants for SHA-512 and SHA-3 | Jack Lloyd | 2019-01-18 | 2 | -0/+4 |
* | Fix some warnings from PVS-Studio | Jack Lloyd | 2019-01-17 | 1 | -8/+14 |
* | Remove trailing whitespace | Jack Lloyd | 2019-01-13 | 4 | -9/+8 |
* | Make cpu cycle test a little more lax | Jack Lloyd | 2019-01-04 | 1 | -5/+10 |
* | Fix bogus macro check that disabled a test | Jack Lloyd | 2019-01-03 | 1 | -1/+1 |
* | Merge GH #1803 XLC fixes | Jack Lloyd | 2019-01-01 | 3 | -4/+26 |
|\ |
|
| * | Add ability to skip a few named tests | Jack Lloyd | 2018-12-31 | 3 | -4/+26 |
* | | Use Test::data_file in these tests | Jack Lloyd | 2018-12-31 | 1 | -2/+2 |
|/ |
|
* | Add a test of highly imbalanced RSA key | Jack Lloyd | 2018-12-27 | 1 | -0/+15 |
* | Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter | Jack Lloyd | 2018-12-23 | 1 | -7/+7 |
* | Make significant_words const time also | Jack Lloyd | 2018-12-23 | 1 | -0/+50 |
* | Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decoding | Jack Lloyd | 2018-12-21 | 2 | -49/+49 |
|\ |
|
| * | Use consistent logic for OAEP and PKCS1v15 decoding | Jack Lloyd | 2018-12-21 | 2 | -49/+49 |