aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in asn1print - zero integers were not printedJack Lloyd2018-01-091-3/+3
* Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...Jack Lloyd2018-01-092-4/+4
|\
| * Test OS features by the feature vs the OS nameJack Lloyd2017-12-302-4/+4
* | Merge GH #1389 fix overflow handling in CTR with 128-bit wide countersJack Lloyd2018-01-051-0/+12
|\ \
| * | add (failing) regression test for '0xFF * 16' IV in CTR_BE(AES-256)René Meusel2018-01-051-0/+12
* | | Add a test for CTR with 8 byte wide countersJack Lloyd2018-01-051-4/+7
|/ /
* | Add a test of EAX via FFIJack Lloyd2018-01-041-3/+89
* | Improve output of the ASN1 printerJack Lloyd2018-01-037-21/+155
* | Merge GH #1381 Support caIssuers in AIA X509 extensionJack Lloyd2018-01-033-0/+116
|\ \
| * | add test case for X509_Certificate::ca_issuers()René Meusel2018-01-033-0/+116
* | | Cleanup ECIES testJack Lloyd2018-01-021-17/+10
* | | Avoid a warning in SonarJack Lloyd2018-01-021-1/+3
|/ /
* | Fix bogus comparison [ci skip]Jack Lloyd2018-01-011-1/+1
* | Add some basic tests of Data_Store classJack Lloyd2018-01-011-0/+71
* | Fix hardcoded dateJack Lloyd2018-01-011-4/+3
* | Add a test that update_granularity > minimum_final_sizeJack Lloyd2017-12-312-0/+8
* | Fix Ed25519 testsJack Lloyd2017-12-312-10/+4
|/
* Remove BOTAN_FORCE_SEMICOLON macroJack Lloyd2017-12-301-2/+1
* Fix lambda capture, MSVC didn't like thisJack Lloyd2017-12-291-1/+1
* Add some tests of ASN1_Pretty_PrinterJack Lloyd2017-12-299-0/+77
* Move utils for reading test data files up to Test:: from OCSPJack Lloyd2017-12-293-32/+48
* Check that Cipher_Mode::start with invalid nonce size throwsJack Lloyd2017-12-291-0/+6
* Test output_length of cipher modesJack Lloyd2017-12-291-0/+13
* Test AEAD provider stringsJack Lloyd2017-12-291-0/+7
* Add a test of Skein using personalization stringJack Lloyd2017-12-281-0/+5
* Add a test for distinct master keys in a single PSK_DBJack Lloyd2017-12-281-0/+11
* Add passhash9 tests for edge casesJack Lloyd2017-12-281-1/+18
* Fix RC4 name in case of skipped bytesJack Lloyd2017-12-283-36/+13
* Fixes #1370 UBSan incompatible function ptr typeMatthias Gierlings2017-12-241-5/+35
* Avoid (implicitly) using std::rand with std::random_shuffleJack Lloyd2017-12-231-1/+8
* Avoid undefined behavior in SipHashJack Lloyd2017-12-231-0/+51
* Avoid possible null pointer derefJack Lloyd2017-12-221-2/+2
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-223-37/+289
* Avoid test failures when PKCSv1.5 signatures are disabled in buildJack Lloyd2017-12-204-10/+17
* Fix some shadow and unused parameter warningsJack Lloyd2017-12-201-1/+1
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-20424-161/+8927
* Correct expected PSS errorJack Lloyd2017-12-191-2/+2
* Merge GH #1365 Always set domain encoding correctly when loading an ECC keyJack Lloyd2017-12-191-0/+2
|\
| * Always set domain encoding correctly when loading an ECC keyRené Korthaus2017-12-191-0/+2
* | Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-1/+1
|/
* Fix a bug in PEM decodingJack Lloyd2017-12-161-0/+58
* Fix missing comma in test runner [ci skip]Jack Lloyd2017-12-111-1/+1
* Enable using NEON on ClangJack Lloyd2017-12-101-2/+2
* Fix seeding of test RNGJack Lloyd2017-12-061-4/+3
* Add some basic tests of CPUID classJack Lloyd2017-12-061-0/+44
* Merge GH #1339 Add ability to query supported named groupsJack Lloyd2017-12-061-31/+15
|\
| * Add known_named_groups to EC_Group to list known curves. Fixes GX #1338.J08nY2017-12-051-31/+15
* | Merge GH #1335 Support uninitialized X509 objectsJack Lloyd2017-12-052-0/+37
|\ \
| * | Need binary IO for WindowsJack Lloyd2017-12-041-1/+1
| * | Support uninitialized certificate objectsJack Lloyd2017-12-042-0/+37