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
*
Ensure the msg_callback is called on CCS receipt in TLSv1.3
Matt Caswell
2024-08-15
1
-1
/
+4
*
Fix typos found by codespell
Dimitri Papadopoulos
2024-08-07
1
-1
/
+1
*
open brace '{' following struct go on the same line
Dimitri Papadopoulos
2024-07-22
1
-4
/
+2
*
tls13_meth.c: Check for negative return from EVP_CIPHER_CTX_get_iv_length()
Tomas Mraz
2024-07-21
1
-3
/
+11
*
Extend TLSv1.3 record layer padding API calls
Stephen Farrell
2024-07-10
5
-14
/
+53
*
Set rl->packet to NULL after we've finished using it
Matt Caswell
2024-05-28
1
-0
/
+8
*
Only free the read buffers if we're not using them
Matt Caswell
2024-05-28
1
-1
/
+4
*
Move stack of compression methods from libssl to OSSL_LIB_CTX
sashan
2024-05-28
1
-0
/
+1
*
Add support for integrity-only cipher suites for TLS v1.3
Rajeev Ranjan
2024-05-14
3
-34
/
+104
*
Raise an error on syscall failure in tls_retry_write_records
Neil Horman
2024-04-26
1
-2
/
+5
*
Copyright year updates
Richard Levitte
2024-04-09
12
-12
/
+12
*
Future proof RLAYER_USE_EXPLICIT_IV by checking dtls versions directly.
Frederik Wedel-Heinen
2024-02-20
1
-1
/
+3
*
Removes record_queue struct which is no longer useful.
Frederik Wedel-Heinen
2024-02-16
5
-43
/
+34
*
Remove unused function arguments from tls_int_new_record_layer
Frederik Wedel-Heinen
2024-02-09
4
-20
/
+9
*
libssl: Make some global mutable structures constant
Hugo Landau
2024-02-02
5
-13
/
+13
*
Rationalise RECORD_LAYER_clear() and clear_record_layer()
Matt Caswell
2024-01-31
2
-2
/
+47
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
2
-0
/
+8
*
Don't apply max_frag_len checking if no Max Fragment Length extension
Matt Caswell
2024-01-18
1
-4
/
+10
*
Move increment of dtls epoch to change cipher state function
Frederik Wedel-Heinen
2024-01-18
4
-7
/
+14
*
Document SSL_R_UNEXPECTED_EOF_WHILE_READING
Matt Caswell
2024-01-18
1
-0
/
+4
*
Remove wpend_ret that was only assigned and never used.
Frederik Wedel-Heinen
2024-01-11
2
-4
/
+0
*
Ensure the default length calculation includes the content type byte
Matt Caswell
2023-12-19
1
-4
/
+10
*
Don't attempt to set provider params on an ENGINE based cipher
Matt Caswell
2023-12-12
2
-3
/
+14
*
Make sure we remember how much data we sent in the event of a retry
Matt Caswell
2023-10-24
1
-1
/
+4
*
Pass the dtls record version to the record layer msg_callback function.
Frederik Wedel-Heinen
2023-10-04
1
-4
/
+4
*
Call post_process_record for dtls records
Frederik Wedel-Heinen
2023-10-04
1
-0
/
+5
*
Occupy the rec_version field of a decoded dtls record
Frederik Wedel-Heinen
2023-10-03
1
-3
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
13
-13
/
+13
*
Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...
Sumitra Sharma
2023-09-02
2
-2
/
+3
*
Removed unnecessary brace in ktls_configure_crypto
Abhirup Manna
2023-09-01
1
-1
/
+1
*
Removed unused member read_iv of ossl_record_layer_st
Frederik Wedel-Heinen
2023-08-29
1
-2
/
+0
*
Always use uint8_t for TLS record type
Tomas Mraz
2023-08-25
9
-34
/
+38
*
Avoid issues with endianness when type is used in SSL_trace()
Tomas Mraz
2023-08-25
3
-3
/
+3
*
Fix a memory leak in tls_new_record_layer
Matt Caswell
2023-08-17
1
-1
/
+1
*
Don't free the prev BIO prematurely
Matt Caswell
2023-08-17
1
-1
/
+0
*
Minor fixes
Hugo Landau
2023-07-05
1
-17
/
+2
*
QUIC SSL: Prohibit readahead-related functions
Hugo Landau
2023-07-05
1
-1
/
+1
*
QUIC: Implement SSL_rstate_string(_long)
Hugo Landau
2023-07-05
1
-0
/
+16
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
2
-4
/
+4
*
Release zero length handshake fragment records
Matt Caswell
2023-05-01
1
-2
/
+6
*
Ensure that the SSL_rstate_string*() API works as they used to
Matt Caswell
2023-04-27
1
-0
/
+1
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-1
/
+1
*
Allow partially releasing a record for TLS
Matt Caswell
2023-04-12
5
-49
/
+88
*
Make the data field for get_record() const
Matt Caswell
2023-04-12
5
-13
/
+21
*
Handle app data records from the next epoch
Matt Caswell
2023-03-31
1
-5
/
+3
*
Remove spurious error queue entries on early data
Matt Caswell
2023-03-05
1
-0
/
+11
*
Don't declare SSL_CONNECTION twice
Matt Caswell
2023-02-22
1
-2
/
+0
*
fuzz: fix coverity warnings
Philippe Antoine
2023-02-20
1
-1
/
+2
*
Rationalize FIPS sources
Tomas Mraz
2023-02-08
6
-52
/
+9
*
fuzz: make post handshake reachable
Philippe Antoine
2023-02-08
1
-0
/
+5
[next]