aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes
Commit message (Expand)AuthorAgeFilesLines
* Fix SipHash init order.Richard Levitte2018-11-121-1/+1
* Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz2018-11-101-1/+1
* Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre2018-11-0813-39/+0
* Add poly1305 MAC supportPaul Yang2018-11-051-0/+20
* GMAC implementationPauli2018-11-051-0/+69
* Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte2018-10-301-1/+9
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-301-1/+1
* Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte2018-10-301-1/+1
* Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte2018-10-301-1/+1
* test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte2018-10-291-2/+1
* Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte2018-10-031-2/+3
* FIPS 140-2 IG A.9 XTS key check.Pauli2018-09-121-0/+1
* Update copyright yearMatt Caswell2018-09-117-7/+7
* TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte2018-09-091-0/+12
* TESTS: add SipHash tests with digestsize controlsRichard Levitte2018-09-091-0/+32
* Do not reset SNI data in SSL_do_handshake()Matt Caswell2018-09-071-2/+6
* Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli2018-09-041-0/+36
* Make OBJ_NAME case insensitive.Pauli2018-09-042-1/+56
* [test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley2018-09-032-85/+85
* [test] ECC: make sure negative tests pass for the right reasonsBilly Brumley2018-09-032-0/+170
* Don't detect a downgrade where the server has a protocol version holeMatt Caswell2018-08-221-4/+11
* Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell2018-08-221-1/+11
* Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri2018-08-211-0/+237
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-1/+1
* test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre2018-08-182-2/+2
* Fix a bug in test_sslversionsMatt Caswell2018-08-151-0/+1
* Turn on TLSv1.3 downgrade protection by defaultMatt Caswell2018-08-151-4/+0
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-152-6/+2
* Add SHA3 HMAC test vectors from NIST.Pauli2018-08-151-0/+45
* Add a test for TLSv1.3 fallbackMatt Caswell2018-08-091-11/+31
* Add a test for unencrypted alertMatt Caswell2018-08-081-0/+56
* Add test for DSA signatures of raw digests of various sizesBryan Donlan2018-07-291-1/+2
* Validate legacy_versionMatt Caswell2018-07-201-5/+13
* Add a test for mismatch between key OID and sig algMatt Caswell2018-07-181-17/+43
* Skip the GOST test where appropriateMatt Caswell2018-07-171-1/+5
* test/.../evppkey.txt: X25519 regression test vectors.Andy Polyakov2018-07-151-0/+38
* Add a GOST testMatt Caswell2018-07-136-0/+84
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-15/+19
* Reject duplicate -addext parametersRich Salz2018-07-051-1/+12
* Tests for MD5-SHA1 combined digest.Pauli2018-07-041-0/+14
* More EVP ECC testing: positive and negativeBilly Brumley2018-06-292-1/+4367
* recipes/90-test_shlibload.t: disable tests on AIX till further notice.Andy Polyakov2018-06-221-0/+1
* [crypto/ec] don't assume points are of order group->orderBilly Brumley2018-06-211-0/+29
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+10
* Improve use of the test framework in the SM2 internal testsMatt Caswell2018-06-042-21/+2
* Add test recipes for internal SM2 testsMatt Caswell2018-06-042-0/+38
* OSSL_STORE: don't test file: URIs on MingwRichard Levitte2018-05-301-7/+18
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Save and restore the Windows error around TlsGetValue.David Benjamin2018-05-231-0/+12
* Limit scope of CN name constraintsViktor Dukhovni2018-05-231-1/+7