aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer ARRAY_SIZE(...)Dimitri Papadopoulos2024-07-221-2/+1
* Extend TLSv1.3 record layer padding API callsStephen Farrell2024-07-101-1/+17
* Add explicit testing of ALN and NPN in sslapitestMatt Caswell2024-06-271-0/+229
* Add a test for SSL_select_next_protoMatt Caswell2024-06-271-0/+137
* ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_timeAlexander Kanavin2024-05-301-9/+9
* ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacementAlexander Kanavin2024-05-301-4/+4
* Move the ability to load the dasync engine into ssltestlib.cMatt Caswell2024-05-281-21/+0
* sslapitest.c: With fips skip tests depending on X25519 and X448Tomas Mraz2024-05-141-0/+7
* Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan2024-05-141-14/+51
* Add a test for the session_secret_cbMatt Caswell2024-05-061-0/+89
* Fix intermittent sslapitest early data related failuresMatt Caswell2024-05-011-16/+68
* Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell2024-05-011-6/+12
* Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry2024-04-221-3/+3
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Add a test for session cache overflowMatt Caswell2024-04-081-1/+123
* Extend the multi_resume test for simultaneous resumptionsMatt Caswell2024-04-081-4/+84
* Add a test for session cache handlingMatt Caswell2024-04-081-0/+92
* Add test for ignoring unknown sigalgs and groups marked with ?Tomas Mraz2024-03-061-0/+61
* SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch2024-02-221-11/+4
* Extended SSL_SESSION functions using time_tIjtaba Hussain2024-02-211-3/+3
* 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