aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Fix error in FPE_FE1Jack Lloyd2018-03-101-0/+6
* Add longer tests for SHA-224 and SHA-512-256Jack Lloyd2018-03-062-0/+7
* Add longer test vector of Parallel hashJack Lloyd2018-03-061-0/+2
* Replace BigInt::random_integer test with a Chi-square testJack Lloyd2018-03-061-0/+10
* Fix ASN1 printer testJack Lloyd2018-03-051-2/+2
* Allow decoding ASN.1 OID 0.0Jack Lloyd2018-03-053-0/+190
* Support decoding of ECC groups with seed parameterJack Lloyd2018-03-041-0/+10
* Fix timing_test namesJack Lloyd2018-03-041-0/+0
* Optimize FE1 format preserving encryptionJack Lloyd2018-02-281-0/+12
* Fix an error in BigInt operator-Jack Lloyd2018-02-232-6/+58
* New API for blinded ECC point multiplicationJack Lloyd2018-02-212-0/+6
* Use enums for TLS key exchange group paramsJack Lloyd2018-02-136-31/+25
* Move bundledcertdir to x509/miscJack Lloyd2018-02-021-0/+0
* Load every certificates of files found - add test.Mathieu Souchaud2018-02-021-0/+37
* Add a set of SHAKE-128 test vectors from NIST CAVSJack Lloyd2018-01-301-0/+627
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-282-2/+2
* Update TLS parser testsJack Lloyd2018-01-272-6/+6
* Prepare for making BER_Object members privateJack Lloyd2018-01-181-2/+2
* Fix a bug in asn1print - zero integers were not printedJack Lloyd2018-01-091-3/+3
* 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
|/
* Improve output of the ASN1 printerJack Lloyd2018-01-036-20/+154
* add test case for X509_Certificate::ca_issuers()René Meusel2018-01-032-0/+77
* Fix Ed25519 testsJack Lloyd2017-12-311-4/+3
* Add some tests of ASN1_Pretty_PrinterJack Lloyd2017-12-298-0/+50
* Add a test of Skein using personalization stringJack Lloyd2017-12-281-0/+5
* Fix RC4 name in case of skipped bytesJack Lloyd2017-12-282-36/+4
* Avoid undefined behavior in SipHashJack Lloyd2017-12-231-0/+51
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-0/+40
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-20421-159/+8674
* Correct expected PSS errorJack Lloyd2017-12-191-2/+2
* Support uninitialized certificate objectsJack Lloyd2017-12-041-0/+0
* Fix errors caught with tlsfuzzerJack Lloyd2017-11-261-0/+1
* Add AES key wrap with paddingJack Lloyd2017-11-193-0/+586
* Optimize TwofishJack Lloyd2017-11-161-18/+2
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-16652-0/+0
* Correct CAST-128 decryption with more than 1 blockJack Lloyd2017-11-161-0/+4
* Add a test for GH #1252Jack Lloyd2017-11-142-0/+28
* Support seeking in Salsa20Jack Lloyd2017-11-141-0/+24
* rename cert containing UTF8String consistentlyRené Meusel2017-11-101-0/+0
* TEST: read (self signed) cert containing BMPString fieldsRené Meusel2017-11-101-0/+22
* add test reading UTF-8 X509 certRene Meusel2017-11-091-0/+24
* Add UCS-2 and UCS-4 to UTF-8 conversion functionsJack Lloyd2017-11-091-1/+19
* Add SHACAL2 test from Bouncy CastleJack Lloyd2017-11-051-0/+5
* Add some KDF2 values from Bouncy CastleJack Lloyd2017-11-021-0/+19
* Add more SipHash testsJack Lloyd2017-10-261-0/+187
* Merge GH #1263 Support FFDHE negotiation in TLSJack Lloyd2017-10-223-4/+6
|\
| * Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-173-4/+6
* | Merge GH #1270 Support verification of PSS X.509 objectsJack Lloyd2017-10-22232-0/+8845
|\ \