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
*
Fix typos
Jakub Wilk
2019-04-10
1
-1
/
+1
*
ssl: Linux TLS Rx Offload
Boris Pismenny
2019-04-01
3
-20
/
+124
*
Remove heartbeats completely
Richard Levitte
2019-03-29
4
-19
/
+3
*
conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESET
Paul Monson
2019-03-28
1
-0
/
+4
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
3
-8
/
+8
*
Adapt OPENSSL_INIT_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-24
/
+9
*
Adapt CIPHER_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
4
-48
/
+57
*
Adapt SSL_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
4
-123
/
+73
*
Don't write the tick_identity to the session
Matt Caswell
2019-03-05
5
-25
/
+33
*
Don't restrict the number of KeyUpdate messages we can process
Matt Caswell
2019-02-22
3
-12
/
+0
*
Don't interleave handshake and other record types in TLSv1.3
Matt Caswell
2019-02-19
2
-1
/
+11
*
Add option to disable Extended Master Secret
Todd Short
2019-02-15
4
-3
/
+11
*
Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messages
Matt Caswell
2019-02-14
3
-24
/
+12
*
Ignore cipher suites when setting cipher list
Sam Roberts
2019-02-14
1
-2
/
+22
*
Make some simple getters take const SSL/SSL_CTX
Sam Roberts
2019-02-05
1
-10
/
+10
*
Fix end-point shared secret for DTLS/SCTP
Michael Tuexen
2019-02-01
2
-4
/
+28
*
add an additional async notification communication method based on callback
Ping Yu
2019-01-27
2
-0
/
+56
*
Revert "Keep the DTLS timer running after the end of the handshake if appropr...
Matt Caswell
2019-01-24
2
-31
/
+0
*
Don't get the mac type in TLSv1.3
Matt Caswell
2019-01-15
1
-3
/
+1
*
Add missing entries in ssl_mac_pkey_id
Matt Caswell
2019-01-15
1
-0
/
+2
*
Don't artificially limit the size of the ClientHello
Matt Caswell
2019-01-08
1
-7
/
+0
*
More configurable crypto and ssl library initialization
Viktor Dukhovni
2019-01-07
1
-6
/
+7
*
Don't complain if we receive the cryptopro extension in the ClientHello
Matt Caswell
2019-01-07
1
-2
/
+4
*
Restore compatibility with GOST2001 implementations.
Dmitry Belyavskiy
2019-01-06
1
-1
/
+6
*
Fix a RUN_ONCE bug
Matt Caswell
2019-01-04
1
-2
/
+4
*
Eliminate unused buffers from ssl3_change_cipher_state
Dmitry Belyavskiy
2019-01-03
1
-6
/
+0
*
Remove unused variables from tls1_change_cipher_state
Dmitry Belyavskiy
2019-01-03
1
-12
/
+0
*
Fix a minor nit in the hkdflabel size
Bernd Edlinger
2018-12-30
1
-1
/
+1
*
Use (D)TLS_MAX_VERSION_INTERNAL internally
Kurt Roeckx
2018-12-15
5
-8
/
+11
*
ssl: Linux TLS Tx Offload
Boris Pismenny
2018-12-07
6
-49
/
+200
*
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
[next]