aboutsummaryrefslogtreecommitdiff
path: root/test/sslapitest.c
AgeCommit message (Expand)AuthorFilesLines
21 hoursExtend TLSv1.3 record layer padding API callsStephen Farrell1-1/+17
14 daysAdd explicit testing of ALN and NPN in sslapitestMatt Caswell1-0/+229
14 daysAdd a test for SSL_select_next_protoMatt Caswell1-0/+137
2024-05-30ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_timeAlexander Kanavin1-9/+9
2024-05-30ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacementAlexander Kanavin1-4/+4
2024-05-28Move the ability to load the dasync engine into ssltestlib.cMatt Caswell1-21/+0
2024-05-14sslapitest.c: With fips skip tests depending on X25519 and X448Tomas Mraz1-0/+7
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan1-14/+51
2024-05-06Add a test for the session_secret_cbMatt Caswell1-0/+89
2024-05-01Fix intermittent sslapitest early data related failuresMatt Caswell1-16/+68
2024-05-01Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell1-6/+12
2024-04-22Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry1-3/+3
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-04-08Add a test for session cache overflowMatt Caswell1-1/+123
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell1-4/+84
2024-04-08Add a test for session cache handlingMatt Caswell1-0/+92
2024-03-06Add test for ignoring unknown sigalgs and groups marked with ?Tomas Mraz1-0/+61
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch1-11/+4
2024-02-21Extended SSL_SESSION functions using time_tIjtaba Hussain1-3/+3
2024-01-31Extend the testing of resetting/clearing an SSL connectionMatt Caswell1-10/+81
2024-01-18Add a KTLS test where we write long app data recordsMatt Caswell1-0/+35
2023-12-29Fix new typos found by codespellDimitri Papadopoulos1-2/+2
2023-12-19test_export_key_mat(): Long context support works with new fips provider onlyTomas Mraz1-14/+19
2023-12-12Add a test for late loading of an ENGINE in TLSMatt Caswell1-14/+42
2023-12-04Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_...Markus Minichmayr1-0/+116
2023-10-26Accept longer context for TLS 1.2 exportersDaiki Ueno1-2/+23
2023-10-25QUIC: Test connection with large client and server cert chainsTomas Mraz1-48/+2
2023-10-25sslapitest: add cast to avoid compiler errorPauli1-1/+1
2023-10-24Add a test for retries when sending app dataMatt Caswell1-0/+98
2023-09-20SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desiredHugo Landau1-2/+11
2023-09-12Add a test for using a PSK with QUICMatt Caswell1-47/+0
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos1-1/+1
2023-09-11Remove repeated wordsDimitri Papadopoulos1-1/+1
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-15Fix no-dtls and no-tls in combinationMatt Caswell1-4/+8
2023-07-24Fix error handling in pipelining testBernd Edlinger1-1/+1
2023-07-17Add a test for a retry during the handshakeMatt Caswell1-28/+137
2023-06-15Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li1-4/+15
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth1-0/+7
2023-05-12Clear ownership when duplicating sessionsWatson Ladd1-1/+3
2023-04-27Add a test for the SSL_rstate_string*() APIsMatt Caswell1-0/+71
2023-04-12Make the data field for get_record() constMatt Caswell1-1/+1
2023-04-04Add a test for SSL_version(), SSL_get_version() etcMatt Caswell1-0/+150
2023-03-28RFC7250 (RPK) supportTodd Short1-3/+19
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell1-2/+2
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis1-15/+43
2023-03-06Test that there are no errors on the stack for rejected early dataMatt Caswell1-29/+94
2023-03-01Ensure we use a non-zero time for tickets in early dataMatt Caswell1-1/+44
2023-02-24first cut at sigalg loadingMichael Baentsch1-0/+104