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
*
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
*
Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() code
Tomas Mraz
2023-01-27
1
-0
/
+2
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
5
-15
/
+25
*
Add support for setting a custom TLS Record Layer
Matt Caswell
2023-01-24
5
-4
/
+18
*
Remove an unneeded OSSL_RECORD_METHOD function
Matt Caswell
2023-01-24
4
-10
/
+0
*
Move recordmethod.h to be an "internal" header
Matt Caswell
2023-01-24
2
-336
/
+1
*
Ensure our buffer allocation allows for the Explicit IV
Matt Caswell
2023-01-24
1
-1
/
+5
*
Fixed typos in documentation and comments
Semen Zhydenko
2023-01-04
1
-1
/
+1
*
ssl3_mac(): Fix possible divide by zero bug
zhailiangliang
2022-12-22
1
-1
/
+1
*
Add support for KTLS zerocopy sendfile on Linux
Maxim Mikityanskiy
2022-11-24
1
-0
/
+8
*
KTLS: enable the CCM mode of ktls
Tianjia Zhang
2022-11-16
1
-2
/
+1
*
Resolve a TODO in ssl3_dispatch_alert
Matt Caswell
2022-11-14
2
-2
/
+2
*
Fix memory leak when freeing the DTLS record layer
Matt Caswell
2022-11-14
2
-5
/
+8
*
Rename SSL3_RECORD to TLS_RL_RECORD
Matt Caswell
2022-11-14
8
-91
/
+98
*
Rename SSL3_BUFFER to TLS_BUFFER
Matt Caswell
2022-11-14
6
-86
/
+86
*
Move declarations out of record.h and record_local.h
Matt Caswell
2022-11-14
9
-207
/
+166
*
Move tls_pad.c into ssl/record/methods
Matt Caswell
2022-11-14
3
-6
/
+7
*
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
Matt Caswell
2022-11-14
2
-3
/
+3
*
use OSSL_PARAM_construct_uint32 for max_early_data
J.W. Jagersma
2022-11-14
1
-2
/
+2
*
Use the same encryption growth macro consistently
Matt Caswell
2022-11-07
1
-11
/
+10
*
Fix dtls_get_max_record_overhead()
Matt Caswell
2022-11-07
4
-23
/
+29
*
Fix the ceiling on how much encryption growth we can have
Matt Caswell
2022-11-07
1
-8
/
+12
*
Fix read pipelining
Matt Caswell
2022-11-02
1
-20
/
+8
*
Pipeline output/input buf arrays must live until the EVP_Cipher is called
Matt Caswell
2022-11-02
1
-2
/
+1
*
Add a test for TLS pipelining
Matt Caswell
2022-11-02
1
-4
/
+0
*
Remove some unused OSSL_RECORD_METHOD functions
Matt Caswell
2022-10-27
5
-28
/
+0
*
Make SSL_alloc_buffers() and SSL_free_buffers() work again
Matt Caswell
2022-10-27
7
-12
/
+101
*
Fix test_tls13_encryption()
Matt Caswell
2022-10-25
1
-0
/
+3
*
Remove some redundant code
Matt Caswell
2022-10-20
12
-654
/
+33
*
Remove the old buffer management code
Matt Caswell
2022-10-20
8
-155
/
+29
*
Remove some TODO(RECLAYER) comments now that DTLS has been moved
Matt Caswell
2022-10-20
1
-1
/
+0
*
Remove dtls_write_records
Matt Caswell
2022-10-20
4
-104
/
+2
*
Move sequence increment to post encryption processing
Matt Caswell
2022-10-20
4
-7
/
+22
*
Remove supurious set of the record type
Matt Caswell
2022-10-20
1
-7
/
+0
*
Consolidate sequence counter incrementing code
Matt Caswell
2022-10-20
8
-41
/
+41
*
Ensure the record layer is responsible for calculating record overheads
Matt Caswell
2022-10-20
4
-3
/
+41
*
Convert dtls_write_records to use standard record layer functions
Matt Caswell
2022-10-20
6
-133
/
+97
*
Start using WPACKET in the dtls write records code
Matt Caswell
2022-10-20
3
-9
/
+24
*
Use common tls_write_records() even for DTLS
Matt Caswell
2022-10-20
4
-94
/
+18
[next]