summaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix sslapitest.c if built with no-legacyMatt Caswell2020-12-111-1/+10
* Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell2020-12-091-0/+59
* Fix a compilation failure with no-tls_1_2Matt Caswell2020-12-081-1/+1
* Fix a test failure with no-tls1_3Matt Caswell2020-12-081-3/+19
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Extend the auto DH testing to check DH sizesMatt Caswell2020-11-181-0/+157
* Add a test for the various ways of setting temporary DH paramsMatt Caswell2020-11-181-1/+201
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-9/+9
* [test][sslapitest] Add test for pluggable KEM groupNicola Tuveri2020-10-141-6/+7
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-12/+12
* Fix safestack issues in srp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.John Baldwin2020-08-311-1/+3
* Fix two issues with AES-CCM KTLS tests.Vadim Fedorenko2020-08-311-2/+4
* Skip tests using KTLS RX for TLS 1.3.John Baldwin2020-08-311-0/+4
* Skip tests using KTLS RX if KTLS RX is not supported.John Baldwin2020-08-311-0/+5
* Refactor the KTLS tests to minimize code duplication.John Baldwin2020-08-311-341/+24
* TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte2020-08-201-3/+6
* sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz2020-08-131-3/+14
* Add X509 related libctx changes.Shane Lontis2020-07-241-24/+27
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-1/+1
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-5/+3
* Add a test to check having a provider loaded without a groups still worksMatt Caswell2020-07-081-1/+4
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-071-0/+114
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-0/+4
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Add an SSL_dup testMatt Caswell2020-06-231-0/+72
* Write a test provider to test the TLS-GROUPS capabilityMatt Caswell2020-06-191-0/+56
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-0/+2
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-1/+1
* test: TLS1.3 and new ciphers for kTLSVadim Fedorenko2020-06-081-104/+399
* Implement a test for sigalgs not being presentMatt Caswell2020-06-051-5/+155
* Test for the SSL_OP_IGNORE_UNEXPECTED_EOF optionDmitry Belyavskiy2020-05-191-0/+56
* Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok2020-05-151-1/+112
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-7/+27
* Extend test_ssl_get_shared_ciphersMatt Caswell2020-05-061-3/+55
* Add test for SSL_new_session_ticket()Benjamin Kaduk2020-05-021-0/+143
* sslapitest: only compile test when it will be usedBenjamin Kaduk2020-04-281-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Re-enable FIPS testing in sslapitest.cMatt Caswell2020-04-191-13/+38
* Use a non-default libctx in sslapitestMatt Caswell2020-04-191-82/+139
* Use the new library context aware SRP functions in sslapitestMatt Caswell2020-03-271-4/+4
* Use the new OCSP functions in sslapitest.cMatt Caswell2020-03-271-2/+2
* sslapitest: don't leak the SSL_CTX pairBen Kaduk2020-03-171-7/+3
* Add test that changes ciphers on CCSBenjamin Kaduk2020-03-131-0/+116
* Fix no-tls1_3Matt Caswell2020-02-061-11/+11
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Test that SSL_get_servername returns what we expectMatt Caswell2020-01-301-5/+161