aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix feature macro checks.Jack Lloyd2019-04-266-11/+10
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-262-8/+14
* Correct test result nameJack Lloyd2019-04-261-1/+1
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-131-62/+61
* Merge GH #1892 Be more careful about avoiding undefined behavior in testsJack Lloyd2019-04-125-41/+24
|\
| * Using preprocessor for the testsDavid Carlier2019-04-125-41/+24
* | FIX: build with x509 module disabledRene Meusel2019-04-122-5/+12
* | FIX: type deduction on 32bit systemsRene Meusel2019-04-121-4/+4
* | TEST: rejection of user certs by flatfile cert storeRene Meusel2019-04-122-0/+95
* | TESt: flatfile cert store uses internal test fileRene Meusel2019-04-122-9/+93
* | extract test_certstor_utilsPatrick Schmidt2019-04-122-47/+76
* | rename test_certstor_linux to test_certstor_flatfilePatrick Schmidt2019-04-121-9/+9
* | consolidate into Flatfile_Certificate_StorePatrick Schmidt2019-04-121-10/+10
* | add Certstore for linuxPatrick Schmidt2019-04-123-53/+322
|/
* Support verifying from a v1 rootJack Lloyd2019-04-114-1/+152
* Remove tab charactersJack Lloyd2019-04-105-239/+229
* Fixes memory leak in FFI testsMatthias Gierlings2019-04-081-0/+1
* Using available cores rather than total for the pools.David Carlier2019-04-071-0/+13
* Replace upper_bound with lower_bound in pgp_s2kEvgeny Pokhilko2019-03-111-0/+3
* Fix MSVC and avoid deprecated function callJack Lloyd2019-03-011-1/+1
* s/as_string/to_string/Jack Lloyd2019-03-013-7/+7
* Add long Blowfish ECB testJack Lloyd2019-02-281-0/+4
* Fix testJack Lloyd2019-02-241-1/+1
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-221-4/+4
* Unroll SHA-3Jack Lloyd2019-02-212-2/+2
* Merge GH #1830 Add MacOS certificate storeJack Lloyd2019-02-191-0/+331
|\
| * add an adaptor for certificate keychain access on macOSRené Meusel2019-02-181-0/+331
* | Fixes for minimized buildsJack Lloyd2019-02-167-8/+45
* | Support arbitrary key lengths in SHAKE-128 cipherJack Lloyd2019-02-131-0/+56
* | Remove redundant call to start_timerJack Lloyd2019-02-131-2/+0
|/
* Clean up test registration a bitJack Lloyd2019-02-052-24/+31
* Merge GH #1819 Add Thread_Pool and use it for running testsJack Lloyd2019-01-317-68/+237
|\
| * Add a simple Thread_Pool testJack Lloyd2019-01-312-0/+88
| * Run the test suite in multiple threadsJack Lloyd2019-01-316-68/+149
* | Add a couple more ChaCha testsJack Lloyd2019-01-311-0/+9
|/
* Refactor CPUID to make it thread safeJack Lloyd2019-01-301-0/+6
* Avoid invoking the mlock allocator before main startsJack Lloyd2019-01-284-98/+94
* Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-182-0/+4
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-8/+14
* Remove trailing whitespaceJack Lloyd2019-01-134-9/+8
* Make cpu cycle test a little more laxJack Lloyd2019-01-041-5/+10
* Fix bogus macro check that disabled a testJack Lloyd2019-01-031-1/+1
* Merge GH #1803 XLC fixesJack Lloyd2019-01-013-4/+26
|\
| * Add ability to skip a few named testsJack Lloyd2018-12-313-4/+26
* | Use Test::data_file in these testsJack Lloyd2018-12-311-2/+2
|/
* Add a test of highly imbalanced RSA keyJack Lloyd2018-12-271-0/+15
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-231-7/+7
* Make significant_words const time alsoJack Lloyd2018-12-231-0/+50
* Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decodingJack Lloyd2018-12-212-49/+49
|\
| * Use consistent logic for OAEP and PKCS1v15 decodingJack Lloyd2018-12-212-49/+49