aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-041-14/+14
| |/ |/|
* | Better debug output in date conversion tests [ci skip]Jack Lloyd2017-12-041-13/+14
|/
* Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-041-0/+1
* Make support for certificate status messages optional via policyHarry Reimann2017-12-041-0/+3
* Merge GH #1302 Add PSK database interfaceJack Lloyd2017-11-261-0/+248
|\
| * PSK DatabaseJack Lloyd2017-11-261-0/+248
* | Fix errors caught with tlsfuzzerJack Lloyd2017-11-261-0/+1
* | Merge #1311 Add create and create_or_throw factories for Compression_Algorith...Jack Lloyd2017-11-251-0/+58
|\ \ | |/ |/|
| * Add create and create_or_throw factories for Compression_Algorithm and Decomp...Marcus Brinkmann2017-11-251-0/+58
* | Fix bzip2 compression issue.Jack Lloyd2017-11-252-22/+40
* | Add test case for bzip2 compression filter.Marcus Brinkmann2017-11-251-0/+36
|/
* Add Pipe::append_filterJack Lloyd2017-11-241-0/+13
* Avoid uncontrolled recusion on indefinite length encodingsJack Lloyd2017-11-201-0/+43
* Add AES key wrap with paddingJack Lloyd2017-11-194-1/+715
* Avoid OCSPing on the Let's Encrypt CA certJack Lloyd2017-11-191-6/+2
* Optimize TwofishJack Lloyd2017-11-161-18/+2
* Fix path to cert test dataJack Lloyd2017-11-161-1/+1
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-16659-41/+41
* Correct CAST-128 decryption with more than 1 blockJack Lloyd2017-11-161-0/+4
* Catch exceptions in NIST validation testsJack Lloyd2017-11-141-33/+41
* Fix PKCS10 subject alt name usageJack Lloyd2017-11-141-0/+5
* Add a test for GH #1252Jack Lloyd2017-11-143-0/+54
* Small cleanups in X509 testsJack Lloyd2017-11-141-22/+41
* Move X509_DN and AlternativeName from asn1 to x509Jack Lloyd2017-11-142-2/+3
* Support seeking in Salsa20Jack Lloyd2017-11-142-0/+38
* rename cert containing UTF8String consistentlyRené Meusel2017-11-102-1/+1
* TEST: read (self signed) cert containing BMPString fieldsRené Meusel2017-11-102-0/+52
* Switch test code to use big-endian UCS2/UCS4Jack Lloyd2017-11-091-13/+11
* Remove use of transcodeJack Lloyd2017-11-091-21/+14