aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #961 Add some more BigInt functions to C APIJack Lloyd2017-04-021-0/+50
|\
| * Add some more useful bigint functions to C interfaceJack Lloyd2017-03-311-0/+50
* | Merge GH #960 Check name of test suite.Jack Lloyd2017-04-021-0/+11
|\ \
| * | Check name of test suite.Alexander Bluhm2017-03-311-0/+11
| |/
* / Print test name before running test.Alexander Bluhm2017-03-311-0/+1
|/
* Build fixJack Lloyd2017-03-291-1/+1
* Fix RSA blinding testJack Lloyd2017-03-291-5/+7
* Fix final RSA blinding testJack Lloyd2017-03-291-4/+5
* Add missing override annotationJack Lloyd2017-03-291-1/+1
* Add --test-runs option to test binaryJack Lloyd2017-03-291-5/+9
* Merge GH #879 Fix rsa_blinding tests and add one more testJack Lloyd2017-03-291-3/+46
|\
| * Fix rsa_blinding tests if emsa_raw is missing and add tests for rsa_blinding ...Daniel Neus2017-02-161-3/+46
* | Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-291-20/+8
|\ \
| * | Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-261-20/+8
* | | Merge GH #946 Expose multiple precision integers in C interfaceJack Lloyd2017-03-291-7/+226
|\ \ \
| * | | Expose BigInt API subset to C APIJack Lloyd2017-03-281-7/+226
* | | | Remove old timing test suiteJack Lloyd2017-03-287-0/+51
|/ / /
* | | Merge GH #944 Add check_key to C APIJack Lloyd2017-03-281-0/+3
|\ \ \
| * | | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-271-0/+3
* | | | Avoid long tests for each bcrypt passwordJack Lloyd2017-03-241-2/+22
* | | | Fix incorrect password truncation in bcrypt password hashing.Jack Lloyd2017-03-242-3/+273
|/ / /
* | | Fix some compiler warnings.Jack Lloyd2017-03-221-1/+1
* | | Merge GH #932 Guard filters tests with all necessary macrosJack Lloyd2017-03-221-12/+32
|\ \ \
| * | | Guard filters tests with all necessary macrosRené Korthaus2017-03-211-12/+32
* | | | 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
|/