summaryrefslogtreecommitdiff
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Clear ownership when duplicating sessionsWatson Ladd2023-05-121-1/+3
* Add a test for the SSL_rstate_string*() APIsMatt Caswell2023-04-271-0/+71
* Make the data field for get_record() constMatt Caswell2023-04-121-1/+1
* Add a test for SSL_version(), SSL_get_version() etcMatt Caswell2023-04-041-0/+150
* RFC7250 (RPK) supportTodd Short2023-03-281-3/+19
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-2/+2
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-071-15/+43
* Test that there are no errors on the stack for rejected early dataMatt Caswell2023-03-061-29/+94
* Ensure we use a non-zero time for tickets in early dataMatt Caswell2023-03-011-1/+44
* first cut at sigalg loadingMichael Baentsch2023-02-241-0/+104
* Add DTLS support to the large app data testMatt Caswell2023-01-241-5/+26
* Add a test for large app dataMatt Caswell2023-01-241-0/+141
* Fix `no-ec enable-ktls` buildTodd Short2022-12-081-0/+2
* Replace "a RSA" with "an RSA"Daniel Fiala2022-12-071-1/+1
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-4/+13
* Test SSL_shutdown() with async writesMatt Caswell2022-11-141-0/+77
* Add a test for TLS pipeliningMatt Caswell2022-11-021-0/+196
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-1/+44
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-121-16/+4
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-051-4/+16
* Test a 0 return from the ticket key callbackMatt Caswell2022-09-201-13/+43
* Add some API tests for TLSv1.3 record paddingMatt Caswell2022-09-091-0/+122
* Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2022-08-261-55/+119
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-4/+4
* Move some DTLS read code into the read record layerMatt Caswell2022-08-181-17/+5
* Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell2022-08-181-4/+5
* Add a test for read_ahead data crossing a key changeMatt Caswell2022-08-181-0/+69
* Convert ssl3_get_record to tls_read_recordMatt Caswell2022-08-181-5/+18
* Add a DTLSv1_listen() testMatt Caswell2022-08-181-1/+1
* Don't incorrectly skip the multiblock testMatt Caswell2022-08-171-1/+1
* Free up space in the session cache before adding.Todd Short2022-08-011-0/+26
* 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