index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
record
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
5
-5
/
+5
*
Use a fetched MD if appropriate in ssl3_cbc_digest_record
Matt Caswell
2020-04-20
1
-2
/
+2
*
Use a flag in SSL3_BUFFER to track when an application buffer is reused.
John Baldwin
2020-03-16
4
-1
/
+8
*
Handle max_fragment_length overflow for DTLS
Simon Cornish
2020-02-19
1
-2
/
+8
*
Detect EOF while reading in libssl
Matt Caswell
2020-02-04
1
-0
/
+6
*
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2020-01-24
1
-1
/
+2
*
Fix some typos
Veres Lajos
2019-12-11
2
-5
/
+5
*
Don't generate a MAC when using KTLS.
John Baldwin
2019-10-31
1
-1
/
+1
*
Bypass multiblock and send individual records when using KTLS.
Andrew Gallatin
2019-10-31
1
-0
/
+1
*
Send bad_record_mac instead of decryption_failed
Matt Caswell
2019-10-07
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
8
-15
/
+15
*
Fix SSL_MODE_RELEASE_BUFFERS functionality
Matt Caswell
2019-08-05
1
-2
/
+3
*
Fix BIO_printf format warnings
Bernd Edlinger
2019-07-30
1
-1
/
+1
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
2
-2
/
+2
*
Defer sending a KeyUpdate until after pending writes are complete
Matt Caswell
2019-06-03
1
-0
/
+7
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
4
-40
/
+40
*
Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
Matt Caswell
2019-04-25
1
-2
/
+2
*
ssl: Linux TLS Rx Offload
Boris Pismenny
2019-04-01
2
-8
/
+49
*
Remove heartbeats completely
Richard Levitte
2019-03-29
1
-3
/
+3
*
Adapt SSL_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-42
/
+19
*
Don't interleave handshake and other record types in TLSv1.3
Matt Caswell
2019-02-19
1
-0
/
+8
*
Revert "Keep the DTLS timer running after the end of the handshake if appropr...
Matt Caswell
2019-01-24
1
-13
/
+0
*
ssl: Linux TLS Tx Offload
Boris Pismenny
2018-12-07
3
-47
/
+101
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
8
-8
/
+8
*
Update copyright year
Matt Caswell
2018-11-20
1
-1
/
+1
*
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
2
-0
/
+27
*
Use the read and write buffers in DTLSv1_listen()
Matt Caswell
2018-10-19
2
-2
/
+2
*
Process KeyUpdate and NewSessionTicket messages after a close_notify
Matt Caswell
2018-09-07
1
-20
/
+22
*
Tolerate encrypted or plaintext alerts
Matt Caswell
2018-08-08
3
-8
/
+16
*
Ensure that we write out alerts correctly after early_data
Matt Caswell
2018-08-08
2
-5
/
+13
*
Introduce the recv_max_early_data setting
Matt Caswell
2018-07-06
1
-3
/
+8
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
1
-4
/
+11
*
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
*
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
*
Fix TLSv1.3 alert handling
Matt Caswell
2018-06-11
1
-26
/
+31
*
Mark DTLS records as read when we have finished with them
Matt Caswell
2018-05-11
2
-5
/
+35
*
Keep the DTLS timer running after the end of the handshake if appropriate
Matt Caswell
2018-05-08
1
-0
/
+13
*
Only auto-retry for DTLS if configured to do so
Matt Caswell
2018-05-08
1
-0
/
+12
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
Fix last(?) batch of malloc-NULL places
Rich Salz
2018-04-26
1
-1
/
+3
*
Fix SSL_pending() for DTLS
Matt Caswell
2018-04-20
1
-0
/
+2
*
Update copyright year
Matt Caswell
2018-03-20
2
-2
/
+2
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
1
-1
/
+1
*
Fix a memory leak in tls1_mac
Bernd Edlinger
2018-03-17
1
-1
/
+3
*
Fix a memory leak in n_ssl3_mac
Bernd Edlinger
2018-03-17
1
-1
/
+1
*
Use the TLSv1.3 record header as AAD
Matt Caswell
2018-03-14
4
-13
/
+47
*
Remove OSSLzu, and fix the one place that used it.
Rich Salz
2018-02-23
1
-1
/
+1
[next]