aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #917: calendar_point::to_std_timepoint() does not support years after 2037Daniel Neus2017-03-212-2/+6
* Merge GH #915 Fix OS::get_processor_timestamp()Jack Lloyd2017-03-191-1/+2
|\
| * Fix OS::get_processor_timestamp() testsDaniel Neus2017-03-141-1/+2
* | No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-191-4/+0
* | Fix: UTCTime interpreted as GeneralizedTimeDaniel Neus2017-03-131-22/+95
|/
* Merge GH #901 Allow OCSP requests without the full subject certificateJack Lloyd2017-03-071-2/+8
|\
| * Allow OCSP requests without the full subject certificateNuno Goncalves2017-03-041-2/+8
* | Merge GH #904 Fix memory leak in TLS testsJack Lloyd2017-03-031-4/+6
|\ \ | |/ |/|
| * fix mem leak in tls unit testsDaniel Neus2017-03-031-4/+6
* | Change name constraint test to use a fixed reference timeJack Lloyd2017-03-031-2/+6
|/
* Merge GH #902 Extend EC_PublicKey check, add EC_Group check, ECC invalid key ...Jack Lloyd2017-03-025-1/+455
|\
| * remove debug output from ecc_invalid unit testsNever2017-02-281-2/+0
| * Merge pull request #2 from Rohde-Schwarz-Cybersecurity/extended-ec-public-key...Tobias | Never2017-02-285-1/+457
| |\
| | * Add ECDSA key tests from Google's project WycheproofRené Korthaus2017-02-124-13/+57
| | * Add test vectors for invalid ECDSA public keys from FIPS 186-4René Korthaus2017-02-122-0/+185
| | * Add test vectors for invalid ECDSA public keys from FIPS 186-2René Korthaus2017-02-123-1/+228
* | | The certificate being tested by the OCSP online test has expired.Jack Lloyd2017-02-261-1/+2
* | | Add missing try/catch in invalid signature testJack Lloyd2017-02-261-2/+10
|/ /
* | Fix botan-test verbose modeRené Korthaus2017-02-142-2/+2
* | Remove std::cout accidentally left from debuggingRené Korthaus2017-02-121-4/+0
|/
* Fix compiling TLS tests without DSAJack Lloyd2017-02-111-0/+2
* Correct GH #869 for DSS CBC suitesJack Lloyd2017-02-071-2/+2
* Merge GH #869 Add tests for TLS DSS authJack Lloyd2017-02-071-5/+92
|\
| * Use SHA-384 with DHE_DSS_AES_256_CBCRené Korthaus2017-02-061-1/+5
| * Add tests for DHE_DSS ciphersuitesRené Korthaus2017-02-061-5/+88
* | Add TLS policy tests for DSA keysRené Korthaus2017-02-061-0/+32
|/
* Support zero-length IV in ChaChaJack Lloyd2017-02-021-0/+3
* Merge GH #860 Support CPU instruction probe on Windows, add OS::get_high_reso...Jack Lloyd2017-01-311-12/+52
|\
| * Fix test for 32-bit buildsJack Lloyd2017-01-281-2/+2
| * Change meaning of get_processor_timestampJack Lloyd2017-01-271-12/+52
* | Add support for NEON in SIMD_4x32Jack Lloyd2017-01-293-0/+174
|/
* Add more Noekeon testsJack Lloyd2017-01-271-8/+4114
* Fix PKCS11 tests when ECDH or ECDSA was disabledJack Lloyd2017-01-241-10/+11
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-246-12/+12
* Skip instruction probe test where fn not implementedJack Lloyd2017-01-231-0/+5
* Avoid blocking tests from running if no RNG enabledJack Lloyd2017-01-222-6/+1
* Add a test for trusted_hashes on path validation resultJack Lloyd2017-01-221-0/+9
* Add a test of calendar_point::to_stringJack Lloyd2017-01-221-0/+8
* Add basic test for OS utilsJack Lloyd2017-01-221-0/+147
* Mark GMAC tests as being sensitive to clmul and AES-NI CPUID bitsJack Lloyd2017-01-171-0/+2
* Avoid creating+deleting test DB for certstoreJack Lloyd2017-01-091-6/+3
* Avoid deprecation warning in TLS testsJack Lloyd2017-01-091-0/+3
* Work around an apparent problem with GCC on AIXJack Lloyd2017-01-061-4/+5
* Another try/catch for the testsJack Lloyd2017-01-061-8/+13
* Avoid using uninitialized RNG object in tests if construction failsJack Lloyd2017-01-061-4/+11
* Add tests for Stream_Cipher_ModeJack Lloyd2017-01-061-0/+14
* Merge GH #806 Add tests for TLS certificate static messageJack Lloyd2017-01-053-5/+54
|\
| * Add tests for certificate status messageJack Lloyd2017-01-043-5/+54
* | Merge GH #803 Add botan_ffi_supports_version funcJack Lloyd2017-01-051-0/+1
|\ \
| * | Add botan_ffi_supports_api functionJack Lloyd2017-01-041-0/+1
| |/