index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TODO comment for a nonsensical public API
Benjamin Kaduk
2018-07-20
1
-0
/
+9
*
Normalize SNI hostname handling for SSL and SSL_SESSION
Benjamin Kaduk
2018-07-20
4
-20
/
+43
*
const-ify some input SSL * arguments
Benjamin Kaduk
2018-07-20
1
-3
/
+3
*
Validate legacy_version
Matt Caswell
2018-07-20
2
-0
/
+13
*
Don't skip over early_data if we sent an HRR
Matt Caswell
2018-07-19
1
-1
/
+3
*
Check that the public key OID matches the sig alg
Matt Caswell
2018-07-18
3
-10
/
+32
*
Fix no-psk
Matt Caswell
2018-07-17
1
-1
/
+6
*
Always issue new tickets when using TLSv1.3 stateful tickets
Matt Caswell
2018-07-17
1
-1
/
+2
*
Don't remove sessions from the cache during PHA in TLSv1.3
Matt Caswell
2018-07-17
1
-9
/
+0
*
As a server don't select TLSv1.3 if we're not capable of it
Matt Caswell
2018-07-13
1
-3
/
+35
*
Use ssl_version_supported() when choosing server version
Matt Caswell
2018-07-13
3
-19
/
+11
*
Do not use GOST sig algs in TLSv1.3 where possible
Matt Caswell
2018-07-13
1
-0
/
+41
*
Introduce the recv_max_early_data setting
Matt Caswell
2018-07-06
3
-5
/
+63
*
Remove TLSv1.3 tickets from the client cache as we use them
Matt Caswell
2018-07-03
2
-5
/
+15
*
Restore behaviour from commit 36ff232cf that was incorrectly removed
Matt Caswell
2018-07-03
1
-0
/
+11
*
Add the ability to configure anti-replay via SSL_CONF
Matt Caswell
2018-07-02
1
-2
/
+9
*
Add setters to set the early_data callback
Matt Caswell
2018-07-02
3
-3
/
+31
*
Make the anti-replay feature optional
Matt Caswell
2018-07-02
4
-4
/
+12
*
Fix a NULL ptr deref in error path in tls_process_cke_dhe()
Matt Caswell
2018-07-02
1
-4
/
+3
*
Address coverity-reported NULL dereference in SSL_SESSION_print()
Benjamin Kaduk
2018-07-02
1
-1
/
+2
*
Check return from BN_set_word.
Pauli
2018-06-29
1
-3
/
+6
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
2
-4
/
+13
*
Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake data
Matt Caswell
2018-06-27
1
-5
/
+15
*
Auto retry if we ditch records during shutdown
Matt Caswell
2018-06-27
1
-36
/
+43
*
Use stateful tickets if we are doing anti-replay
Matt Caswell
2018-06-26
2
-2
/
+14
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
6
-90
/
+162
*
Restructure the ticket construction code
Matt Caswell
2018-06-26
2
-133
/
+182
*
Update SSL_SESSION_print for TLSv1.3
Matt Caswell
2018-06-26
1
-1
/
+11
*
Don't change a session once its in the cache
Matt Caswell
2018-06-25
1
-3
/
+4
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
1
-8
/
+0
*
Don't use OPENSSL_strdup() for copying alpn_selected
Matt Caswell
2018-06-21
2
-10
/
+10
*
Fix enable-ssl3 enable-ssl3-method
Matt Caswell
2018-06-19
1
-0
/
+3
*
Remodel the if sequence for handling alerts
Matt Caswell
2018-06-11
1
-36
/
+28
*
Don't send a warning alert in TLSv1.3
Matt Caswell
2018-06-11
1
-1
/
+3
*
Fix TLSv1.3 alert handling
Matt Caswell
2018-06-11
1
-26
/
+31
*
Do not free a session before calling the remove_session_cb
Marcus Huewe
2018-06-07
1
-3
/
+3
*
Reformulate the if condition in tls_process_new_session_ticket
Matt Caswell
2018-06-07
1
-3
/
+2
*
Don't store the ticket nonce in the session
Matt Caswell
2018-06-07
5
-54
/
+16
*
Fix TLSv1.3 ticket nonces
Matt Caswell
2018-06-07
6
-39
/
+90
*
Fix EAP-FAST
Matt Caswell
2018-06-07
1
-5
/
+7
*
EVP_MD_size() can return an error
Matt Caswell
2018-05-31
2
-3
/
+29
*
Send GOST SignatureAlgorithms when TLS 1.2 in use
Dmitry Belyavskiy
2018-05-30
1
-1
/
+6
*
Bugfix: GOST2012 certificates for GOST ciphersuites were broken.
Dmitry Belyavskiy
2018-05-30
2
-5
/
+15
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Fix array bounds violation in ssl_session_dup
Bernd Edlinger
2018-05-25
1
-1
/
+2
*
Use the client app traffic secret for PHA Finished message
Matt Caswell
2018-05-23
1
-2
/
+13
*
Enable SSL_MODE_AUTO_RETRY by default
Kurt Roeckx
2018-05-22
1
-0
/
+1
*
Fix no-ec in combination with no-dh
Matt Caswell
2018-05-22
1
-2
/
+9
*
ssl/ssl_txt: fix NULL-check
Tilman Keskinöz
2018-05-21
1
-7
/
+7
*
Don't cache stateless tickets in TLSv1.3
Matt Caswell
2018-05-21
1
-7
/
+27
[next]