aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust sslapitest for SHA1 security levelMatt Caswell2021-04-291-0/+55
* Handle set_alpn_protos inputs better.Todd Short2021-04-131-0/+72
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-121-47/+40
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Inherit hostflags verify params even without hostsChristian Heimes2021-04-091-0/+43
* Fix potential double free in sslapitest.cNan Xiao2021-04-071-1/+3
* test: fix coverity 1451574: improper use of negative valuePauli2021-03-241-1/+2
* sslapitest: fix problem in cleanup on failure pathPauli2021-03-201-4/+8
* test: coverity 1469426 - dereference after null checkPauli2021-03-201-1/+1
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-2/+12
* Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis2021-03-031-0/+57
* test: updates for the new additional MAC_init argumentsPauli2021-02-281-7/+4
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-5/+2
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+3
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-051-55/+66
* Update copyright yearRichard Levitte2021-01-281-1/+1
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-261-0/+86
* Fix incomplete deprecation guard in test/sslapitest.cRichard Levitte2021-01-151-1/+1
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+23
* 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