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
...
*
Restore sensible "sess_accept" counter tracking
Benjamin Kaduk
2018-11-04
1
-1
/
+1
*
Don't call the client_cert_cb immediately in TLSv1.3
Matt Caswell
2018-10-30
2
-1
/
+24
*
ssl/statem: Don't compare size_t with less than zero
Richard Levitte
2018-10-29
2
-4
/
+7
*
Add automatic initializations support for EVP_MAC objects
Richard Levitte
2018-10-29
1
-1
/
+2
*
Properly handle duplicated messages from the next epoch
Matt Caswell
2018-10-26
1
-4
/
+1
*
Buffer a ClientHello with a cookie received via DTLSv1_listen
Matt Caswell
2018-10-19
3
-28
/
+47
*
Use the read and write buffers in DTLSv1_listen()
Matt Caswell
2018-10-19
3
-30
/
+19
*
Fix a DTLS memory leak
Matt Caswell
2018-10-19
1
-1
/
+3
*
Fix tls_cbc_digest_record is slow using SHA-384 and short messages
armfazh
2018-10-19
1
-2
/
+3
*
Add a missing check on s->s3->tmp.pkey
Mansour Ahmadi
2018-10-17
1
-0
/
+6
*
ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.
Andy Polyakov
2018-10-12
1
-3
/
+5
*
Remove SSL_version_str
Richard Levitte
2018-10-03
1
-2
/
+0
*
Fix no-psk
Matt Caswell
2018-09-25
1
-1
/
+5
*
Reduce stack usage in tls13_hkdf_expand
Bernd Edlinger
2018-09-24
1
-4
/
+12
*
Fix the max psk len for TLSv1.3
Matt Caswell
2018-09-21
1
-1
/
+1
*
Delay setting the sig algs until after the cert_cb has been called
Matt Caswell
2018-09-21
1
-15
/
+17
*
Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()
Benjamin Kaduk
2018-09-19
1
-0
/
+4
*
ssl/ssl_ciph.c: make set_ciphersuites static
Dr. Matthias St. Pierre
2018-09-18
2
-2
/
+1
*
Fix a possible recursion in SSLfatal handling
Bernd Edlinger
2018-09-12
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Do not reset SNI data in SSL_do_handshake()
Matt Caswell
2018-09-07
2
-7
/
+5
*
Simplify SSL_get_servername() to avoid session references
Ben Kaduk
2018-09-07
1
-11
/
+7
*
Restore historical SSL_get_servername() behavior
Ben Kaduk
2018-09-07
1
-5
/
+2
*
Ensure certificate callbacks work correctly in TLSv1.3
Matt Caswell
2018-09-07
1
-2
/
+3
*
Process KeyUpdate and NewSessionTicket messages after a close_notify
Matt Caswell
2018-09-07
3
-27
/
+49
*
key zeroization fix for a branch path of tls13_final_finish_mac
Shane Lontis
2018-09-04
1
-0
/
+1
*
Don't use an RSA-PSS cert for RSA key exchange
Matt Caswell
2018-09-04
1
-3
/
+7
*
Send a NewSessionTicket after using an external PSK
Matt Caswell
2018-09-04
1
-0
/
+2
*
Ignore EPIPE when sending NewSessionTickets in TLSv1.3
Matt Caswell
2018-09-04
1
-1
/
+32
*
Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
Richard Levitte
2018-09-03
1
-2
/
+6
*
Fix ssl/t1_trce.c to parse certificate chains
Erik Forsberg
2018-09-01
1
-10
/
+17
*
Fix a mem leak on error in the PSK code
Matt Caswell
2018-08-30
1
-0
/
+1
*
Don't detect a downgrade where the server has a protocol version hole
Matt Caswell
2018-08-22
1
-3
/
+10
*
Use the same min-max version range on the client consistently
Matt Caswell
2018-08-22
5
-63
/
+79
*
Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and above
Tomas Mraz
2018-08-22
1
-1
/
+2
*
Add support for SSL_CTX_set_post_handshake_auth()
Matt Caswell
2018-08-20
2
-0
/
+9
*
Change Post Handshake auth so that it is opt-in
Matt Caswell
2018-08-20
3
-20
/
+5
*
Turn on TLSv1.3 downgrade protection by default
Matt Caswell
2018-08-15
2
-4
/
+2
*
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
2018-08-15
5
-67
/
+5
*
Move SSL_DEBUG md fprintf after assignment
Dmitry Yakovlev
2018-08-14
1
-3
/
+5
*
Improve fallback protection
Matt Caswell
2018-08-09
1
-0
/
+3
*
Tolerate encrypted or plaintext alerts
Matt Caswell
2018-08-08
6
-14
/
+44
*
Ensure that we write out alerts correctly after early_data
Matt Caswell
2018-08-08
7
-15
/
+36
*
Fix a missing call to SSLfatal
Matt Caswell
2018-08-08
1
-9
/
+13
*
Fix setting of ssl_strings_inited.
Rich Salz
2018-08-07
1
-1
/
+1
*
ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.
Andy Polyakov
2018-08-07
6
-80
/
+49
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-4
/
+1
*
Ensure we send an alert on error when processing a ticket
Matt Caswell
2018-08-06
1
-4
/
+10
*
Fix some TLSv1.3 alert issues
Matt Caswell
2018-07-31
2
-1
/
+6
*
Improve backwards compat for SSL_get_servername()
Benjamin Kaduk
2018-07-26
1
-1
/
+4
[prev]
[next]