aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the testing of resetting/clearing an SSL connectionMatt Caswell2024-01-311-10/+81
* Add a KTLS test where we write long app data recordsMatt Caswell2024-01-181-0/+35
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-2/+2
* test_export_key_mat(): Long context support works with new fips provider onlyTomas Mraz2023-12-191-14/+19
* Add a test for late loading of an ENGINE in TLSMatt Caswell2023-12-121-14/+42
* Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_...Markus Minichmayr2023-12-041-0/+116
* Accept longer context for TLS 1.2 exportersDaiki Ueno2023-10-261-2/+23
* QUIC: Test connection with large client and server cert chainsTomas Mraz2023-10-251-48/+2
* sslapitest: add cast to avoid compiler errorPauli2023-10-251-1/+1
* Add a test for retries when sending app dataMatt Caswell2023-10-241-0/+98
* SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desiredHugo Landau2023-09-201-2/+11
* Add a test for using a PSK with QUICMatt Caswell2023-09-121-47/+0
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix no-dtls and no-tls in combinationMatt Caswell2023-08-151-4/+8
* Fix error handling in pipelining testBernd Edlinger2023-07-241-1/+1
* Add a test for a retry during the handshakeMatt Caswell2023-07-171-28/+137
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-4/+15
* Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth2023-06-061-0/+7
* 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