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
*
Test early_data sent after a second ClientHello causes a failure
Matt Caswell
2018-07-19
1
-8
/
+59
*
Fix a memory leak in the ticket test
Matt Caswell
2018-07-17
1
-4
/
+7
*
Test that a failed resumption issues the correct number of tickets
Matt Caswell
2018-07-17
1
-44
/
+128
*
Improve testing of stateful tickets
Matt Caswell
2018-07-17
1
-4
/
+21
*
Add a test for the recv_max_early_data setting
Matt Caswell
2018-07-06
1
-5
/
+37
*
Fix no-tls1_2
Matt Caswell
2018-07-04
1
-2
/
+2
*
Remove TLSv1.3 tickets from the client cache as we use them
Matt Caswell
2018-07-03
1
-2
/
+3
*
Add the ability to configure anti-replay via SSL_CONF
Matt Caswell
2018-07-02
1
-6
/
+25
*
Add a test for the new early data callback
Matt Caswell
2018-07-02
1
-14
/
+98
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
1
-6
/
+13
*
Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake data
Matt Caswell
2018-06-27
1
-6
/
+6
*
Add a bi-directional shutdown test
Matt Caswell
2018-06-27
1
-0
/
+123
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-1
/
+2
*
Fix no-ec, no-tls1_3 and no-tls
Matt Caswell
2018-05-23
1
-0
/
+2
*
Enable SSL_MODE_AUTO_RETRY by default
Kurt Roeckx
2018-05-22
1
-9
/
+0
*
Fix no-ec in combination with no-dh
Matt Caswell
2018-05-22
1
-1
/
+3
*
Don't cache stateless tickets in TLSv1.3
Matt Caswell
2018-05-21
1
-4
/
+17
*
Improve testing of tickets with post-handshake auth
Matt Caswell
2018-05-17
1
-18
/
+51
*
Change the default number of NewSessionTickets we send to 2
Matt Caswell
2018-05-17
1
-26
/
+138
*
Fix no-tls1_2
Matt Caswell
2018-05-14
1
-2
/
+2
*
Rework the decrypt ticket callback
Matt Caswell
2018-05-11
1
-34
/
+109
*
Fix mem leak in sslapi test
Matt Caswell
2018-05-11
1
-15
/
+16
*
Add a test for the ticket callbacks
Matt Caswell
2018-05-11
1
-0
/
+153
*
Fix ticket callbacks in TLSv1.3
Matt Caswell
2018-05-11
1
-2
/
+2
*
Add some more SSL_pending() and SSL_has_pending() tests
Matt Caswell
2018-05-11
1
-2
/
+7
*
Test an old style PSK callback with no cert will prefer SHA-256
Matt Caswell
2018-05-11
1
-68
/
+88
*
Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305
Matt Caswell
2018-05-10
1
-1
/
+14
*
Add a test for SSL_get_shared_ciphers()
Matt Caswell
2018-05-03
1
-0
/
+104
*
Add a test for SSL_pending()
Matt Caswell
2018-04-20
1
-0
/
+52
*
Test the state of SSL_in_init() from the info_callback
Matt Caswell
2018-04-20
1
-0
/
+6
*
Fix no-ec
Matt Caswell
2018-04-19
1
-0
/
+2
*
test: Remove redundant SSL_CTX_set_max_early_data
Peter Wu
2018-04-18
1
-4
/
+0
*
Add support for logging early exporter secret
Peter Wu
2018-04-18
1
-0
/
+8
*
Add test for CLIENT_EARLY_TRAFFIC_SECRET key logging
Peter Wu
2018-04-18
1
-4
/
+57
*
Add support for logging TLS 1.3 exporter secret
Peter Wu
2018-04-18
1
-2
/
+10
*
Extend the SSL_set_bio() tests
Matt Caswell
2018-04-17
1
-32
/
+95
*
Add a test for the info callback
Matt Caswell
2018-04-17
1
-0
/
+257
*
Add a test for SRP
Matt Caswell
2018-04-13
1
-1
/
+229
*
Add some tests for configuring the TLSv1.3 ciphersuites
Matt Caswell
2018-04-04
1
-0
/
+82
*
Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version
Richard Levitte
2018-03-19
1
-43
/
+52
*
Fix no-psk
Matt Caswell
2018-03-19
1
-0
/
+10
*
Add a test for 0RTT replay protection
Matt Caswell
2018-03-19
1
-0
/
+57
*
Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3
Matt Caswell
2018-03-19
1
-4
/
+9
*
Add code to run test, get malloc counts
Rich Salz
2018-03-15
1
-0
/
+17
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-11
/
+11
*
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
Benjamin Saunders
2018-03-12
1
-2
/
+17
*
Give more information in the SSL_stateless return code
Matt Caswell
2018-03-09
1
-6
/
+26
*
Test the new PSK behaviour
Matt Caswell
2018-03-09
1
-18
/
+154
*
Do not set a nonzero default max_early_data
Benjamin Kaduk
2018-03-01
1
-1
/
+5
*
Clear some sslapitest global variables after use
Matt Caswell
2018-02-27
1
-0
/
+1
[next]