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
*
Remove tab characters from C source files.
Pauli
2019-07-16
2
-3
/
+3
*
Fix SSL_CTX_set_session_id_context() docs
Todd Short
2019-07-16
1
-1
/
+1
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-715
/
+1
*
Remove function name from errors
Rich Salz
2019-07-16
2
-3
/
+3
*
Remove DRBG from SSL structure.
Pauli
2019-07-16
1
-1
/
+0
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
7
-1303
/
+9
*
Move 'shared_sigalgs' from cert_st to ssl_st
Benjamin Kaduk
2019-06-26
4
-40
/
+42
*
Revert "Delay setting the sig algs until after the cert_cb has been called"
Benjamin Kaduk
2019-06-26
1
-17
/
+15
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-2
/
+1
*
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
8
-42
/
+25
*
Fix a race condition in ciphers handling
Matt Caswell
2019-06-18
4
-22
/
+14
*
Fix a race condition in supported groups handling
Matt Caswell
2019-06-18
5
-24
/
+16
*
Fix no-ec with no-dh
Matt Caswell
2019-06-17
3
-16
/
+45
*
Allow TLSv1.3 in a no-ec build
Matt Caswell
2019-06-17
9
-118
/
+157
*
Fix no-dh
Matt Caswell
2019-06-13
1
-1
/
+3
*
TLS1.3 FFDHE Support
raja-ashok
2019-06-12
5
-82
/
+192
*
Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
Shane Lontis
2019-06-11
2
-16
/
+19
*
Change cipher default strings to a function
Todd Short
2019-06-11
2
-5
/
+29
*
Coverity fixes
Shane Lontis
2019-06-06
1
-0
/
+1
*
Move digests to providers
Shane Lontis
2019-06-04
3
-14
/
+37
*
Defer sending a KeyUpdate until after pending writes are complete
Matt Caswell
2019-06-03
4
-17
/
+9
*
issue-8998: Ensure that the alert is generated and reaches the remote
agnosticdev
2019-05-30
1
-2
/
+1
*
Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.
David Makepeace
2019-05-27
2
-38
/
+42
*
Update format string for ciphers to account for newer ciphers
Daniƫl van Eeden
2019-05-26
1
-1
/
+1
*
Change SSL parameter SSL_session_reused const
Arne Schwabe
2019-05-21
1
-1
/
+1
*
ssl: Add SSL_sendfile
Boris Pismenny
2019-05-07
2
-0
/
+68
*
Fix no-srp
Matt Caswell
2019-05-01
1
-4
/
+1
*
Structure alignment macro.
Pauli
2019-05-01
1
-2
/
+2
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
24
-881
/
+866
*
Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
Matt Caswell
2019-04-25
1
-2
/
+2
*
Check if num is 0 before trying to malloc memory. Otherwise for client hellos...
dyrock
2019-04-19
1
-0
/
+5
*
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
[next]