summaryrefslogtreecommitdiff
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-22/+39
* Update copyright yearMatt Caswell2022-05-031-1/+1
* SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala2022-04-121-2/+40
* Fix -no-tls1_2 in testsTodd Short2022-04-111-0/+4
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-061-0/+168
* KTLS: Enable KTLS for receiving as well in TLS 1.3Daiki Ueno2022-04-061-1/+1
* ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short2022-03-251-0/+59
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-141-1/+10
* Fix a failure in sslapitestMatt Caswell2022-02-231-1/+1
* test/sslapitest.c: Add check for SSL_CTX_newJiasheng Jiang2022-02-231-1/+5
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Test that PEM_BUFSIZE is passed into pem_password_cbTomas Mraz2022-01-031-1/+13
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* TXT_DB_write: fix the return checkPeiwei Hu2021-11-221-1/+1
* BIO_read_filename: fix return checkPeiwei Hu2021-11-161-3/+3
* RAND_bytes_ex: fix return checkPeiwei Hu2021-11-161-1/+1
* Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis2021-11-051-3/+4
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Extend custom extension testingMatt Caswell2021-10-111-9/+28
* 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