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
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
51
-51
/
+51
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
2
-2
/
+2
*
Fix some SSL_export_keying_material() issues
Matt Caswell
2018-12-05
5
-28
/
+53
*
Revert "Reduce stack usage in tls13_hkdf_expand"
Matt Caswell
2018-12-05
1
-12
/
+4
*
Fix usage of deprecated SSL_set_tmp_ecdh()
Antoine Salon
2018-12-01
1
-7
/
+3
*
Fix access zero memory if SSL_DEBUG is enabled
Paul Yang
2018-11-27
2
-3
/
+6
*
Update copyright year
Matt Caswell
2018-11-20
3
-3
/
+3
*
Add a missing SSLfatal call
Matt Caswell
2018-11-15
2
-3
/
+10
*
Add SSL_CTX_set_tmp_ecdh.pod
Antoine Salon
2018-11-15
1
-4
/
+4
*
Fix no-ec and no-tls1_2
Matt Caswell
2018-11-14
3
-1
/
+12
*
Added missing signature algorithm reflection functions
Viktor Dukhovni
2018-11-12
2
-2
/
+30
*
Separate ca_names handling for client and server
Matt Caswell
2018-11-12
7
-27
/
+76
*
Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capable
Matt Caswell
2018-11-12
3
-2
/
+48
*
Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.
Tomas Mraz
2018-11-10
1
-2
/
+2
*
Add EVP_PKEY_supports_digest_nid()
David Woodhouse
2018-11-10
1
-25
/
+30
*
Honour mandatory digest on private key in has_usable_cert()
David Woodhouse
2018-11-10
1
-3
/
+18
*
Give a better error if an attempt is made to set a zero length groups list
Matt Caswell
2018-11-08
1
-0
/
+4
*
Ignore disabled ciphers when deciding if we are using ECC
Matt Caswell
2018-11-08
1
-5
/
+8
*
Fix return formatting.
Pauli
2018-11-05
1
-1
/
+2
*
Cleanse the key log buffer.
Pauli
2018-11-05
1
-2
/
+2
*
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
[next]