summaryrefslogtreecommitdiff
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tests for new default security levelMatt Caswell2021-10-091-7/+17
* FIPS and KTLS may interfereDmitry Belyavskiy2021-09-241-0/+10
* tls/ccm8: reduce the cipher strength for CCM8 ciphers to 64 bitsPauli2021-09-241-9/+25
* Fix state name abbreviationTodd Short2021-08-191-20/+20
* Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong2021-07-211-5/+266
* Fix signed/unsigned comparison warnings in sslapitestMatt Caswell2021-07-171-2/+2
* Fix comment for test_negotiated_group() test orderBenjamin Kaduk2021-07-071-4/+4
* Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis2021-07-021-0/+1
* test: avoid memory leaks on errorsPauli2021-06-261-1/+5
* Add tests for KTLS with Chacha20-Poly1035.John Baldwin2021-06-211-0/+6
* Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-06-211-152/+172
* Optimize session cache flushingTodd Short2021-06-101-0/+124
* test: remove TODOsPauli2021-06-021-8/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* test: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Test new SSL_new_session_ticket() functionalityBenjamin Kaduk2021-05-191-3/+23
* test: conditionally exclude unused code for no-tls1.2 buildPauli2021-05-181-1/+3
* Add extensive test coverage for SSL_get_negotiated_group()Benjamin Kaduk2021-05-151-0/+225
* move group lists out of test_key_exchange() in preparation for reuseBenjamin Kaduk2021-05-151-8/+8
* Extend SSL_get_negotiated_group() tests for TLS 1.2Benjamin Kaduk2021-05-151-4/+7
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-131-10/+20
* 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