index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
sslapitest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a minor memory sanitizer issue
Bernd Edlinger
2025-01-06
1
-0
/
+1
*
Ensure the tests pass even if the default seclevel has been changed
Matt Caswell
2024-12-26
1
-1
/
+2
*
Fix wrong return value checks for some functions
Peiwei Hu
2024-11-22
1
-1
/
+1
*
Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list()
Frederik Wedel-Heinen
2024-11-04
1
-0
/
+47
*
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...
Dr. David von Oheimb
2024-10-12
1
-1
/
+1
*
sslapitest: add meaningful skip messages
Pauli
2024-08-07
1
-9
/
+11
*
Fix Potential NULL pointer dereference
icy17
2024-08-07
1
-0
/
+4
*
Prefer ARRAY_SIZE(...)
Dimitri Papadopoulos
2024-07-22
1
-2
/
+1
*
Extend TLSv1.3 record layer padding API calls
Stephen Farrell
2024-07-10
1
-1
/
+17
*
Add explicit testing of ALN and NPN in sslapitest
Matt Caswell
2024-06-27
1
-0
/
+229
*
Add a test for SSL_select_next_proto
Matt Caswell
2024-06-27
1
-0
/
+137
*
ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time
Alexander Kanavin
2024-05-30
1
-9
/
+9
*
ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacement
Alexander Kanavin
2024-05-30
1
-4
/
+4
*
Move the ability to load the dasync engine into ssltestlib.c
Matt Caswell
2024-05-28
1
-21
/
+0
*
sslapitest.c: With fips skip tests depending on X25519 and X448
Tomas Mraz
2024-05-14
1
-0
/
+7
*
Add support for integrity-only cipher suites for TLS v1.3
Rajeev Ranjan
2024-05-14
1
-14
/
+51
*
Add a test for the session_secret_cb
Matt Caswell
2024-05-06
1
-0
/
+89
*
Fix intermittent sslapitest early data related failures
Matt Caswell
2024-05-01
1
-16
/
+68
*
Use OSSL_TIME instead of using arithmetic directly on time_t
Matt Caswell
2024-05-01
1
-6
/
+12
*
Use empty renegotiate extension instead of SCSV for TLS > 1.0
Tim Perry
2024-04-22
1
-3
/
+3
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Add a test for session cache overflow
Matt Caswell
2024-04-08
1
-1
/
+123
*
Extend the multi_resume test for simultaneous resumptions
Matt Caswell
2024-04-08
1
-4
/
+84
*
Add a test for session cache handling
Matt Caswell
2024-04-08
1
-0
/
+92
*
Add test for ignoring unknown sigalgs and groups marked with ?
Tomas Mraz
2024-03-06
1
-0
/
+61
*
SSL_set1_groups_list(): Fix memory corruption with 40 groups and more
Michael Baentsch
2024-02-22
1
-11
/
+4
*
Extended SSL_SESSION functions using time_t
Ijtaba Hussain
2024-02-21
1
-3
/
+3
*
Extend the testing of resetting/clearing an SSL connection
Matt Caswell
2024-01-31
1
-10
/
+81
*
Add a KTLS test where we write long app data records
Matt Caswell
2024-01-18
1
-0
/
+35
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-12-29
1
-2
/
+2
*
test_export_key_mat(): Long context support works with new fips provider only
Tomas Mraz
2023-12-19
1
-14
/
+19
*
Add a test for late loading of an ENGINE in TLS
Matt Caswell
2023-12-12
1
-14
/
+42
*
Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_...
Markus Minichmayr
2023-12-04
1
-0
/
+116
*
Accept longer context for TLS 1.2 exporters
Daiki Ueno
2023-10-26
1
-2
/
+23
*
QUIC: Test connection with large client and server cert chains
Tomas Mraz
2023-10-25
1
-48
/
+2
*
sslapitest: add cast to avoid compiler error
Pauli
2023-10-25
1
-1
/
+1
*
Add a test for retries when sending app data
Matt Caswell
2023-10-24
1
-0
/
+98
*
SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desired
Hugo Landau
2023-09-20
1
-2
/
+11
*
Add a test for using a PSK with QUIC
Matt Caswell
2023-09-12
1
-47
/
+0
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix no-dtls and no-tls in combination
Matt Caswell
2023-08-15
1
-4
/
+8
*
Fix error handling in pipelining test
Bernd Edlinger
2023-07-24
1
-1
/
+1
*
Add a test for a retry during the handshake
Matt Caswell
2023-07-17
1
-28
/
+137
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-4
/
+15
*
Add SSL_get0_group_name() to get name of the group used for KEX
Alex Bozarth
2023-06-06
1
-0
/
+7
*
Clear ownership when duplicating sessions
Watson Ladd
2023-05-12
1
-1
/
+3
*
Add a test for the SSL_rstate_string*() APIs
Matt Caswell
2023-04-27
1
-0
/
+71
[next]