aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright yearMatt Caswell2018-09-1114-14/+14
* test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre2018-09-101-19/+24
* test/dhtest.c: fix resource leakDr. Matthias St. Pierre2018-09-101-29/+39
* TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte2018-09-093-1/+190
* SipHash: add separate setter for the hash sizeRichard Levitte2018-09-091-8/+15
* TESTS: add SipHash tests with digestsize controlsRichard Levitte2018-09-091-0/+32
* test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte2018-09-091-1/+22
* Do not reset SNI data in SSL_do_handshake()Matt Caswell2018-09-073-34/+39
* Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell2018-09-071-10/+25
* Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx2018-09-071-9/+27
* Add test case for SM2 evp verificationJack Lloyd2018-09-071-0/+79
* Support setting SM2 IDPaul Yang2018-09-071-0/+14
* Make SM2 ID stick to specificationPaul Yang2018-09-071-3/+4
* Key zeroization fix for EVP_SealInit + added simple testShane Lontis2018-09-061-0/+45
* Add a test for RSA key exchange with both RSA and RSA-PSS certsMatt Caswell2018-09-042-226/+309
* Test creation of tickets when using a TLSv1.3 PSKMatt Caswell2018-09-041-27/+104
* 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
* Fix the comment of PEM_read_bio_exwzhang2018-09-031-8/+22
* Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft2018-08-221-1/+6
* Fix BoringSSL external test failuresMatt Caswell2018-08-221-1/+6
* 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
* Zero memory in CRYPTO_secure_malloc.Pauli2018-08-221-0/+44
* Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri2018-08-211-0/+237
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-2/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-207-25/+46
* Add a helper routine so that evp_test can compare memory without producingPauli2018-08-201-38/+61
* 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-153-9/+3
* 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
* test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre2018-08-071-4/+2
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-071-1/+19
* Relocate memcmp test.Pauli2018-08-072-6/+6
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-315-4/+7
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-313-80/+66
* Add test for DSA signatures of raw digests of various sizesBryan Donlan2018-07-293-2/+252
* Fix ossl_shim SNI handlingBenjamin Kaduk2018-07-261-1/+20
* Validate legacy_versionMatt Caswell2018-07-201-5/+13
* Update the TLSv1.3 test vectorsMatt Caswell2018-07-202-133/+143
* Test early_data sent after a second ClientHello causes a failureMatt Caswell2018-07-191-8/+59
* 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
* Fix a memory leak in the ticket testMatt Caswell2018-07-171-4/+7