index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
record
/
methods
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that the SSL_rstate_string*() API works as they used to
Matt Caswell
2023-04-27
1
-0
/
+1
*
Allow partially releasing a record for TLS
Matt Caswell
2023-04-12
2
-3
/
+20
*
Make the data field for get_record() const
Matt Caswell
2023-04-12
2
-2
/
+2
*
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-06
1
-0
/
+11
*
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
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
3
-6
/
+12
*
Add support for setting a custom TLS Record Layer
Matt Caswell
2023-01-24
3
-3
/
+3
*
Remove an unneeded OSSL_RECORD_METHOD function
Matt Caswell
2023-01-24
4
-10
/
+0
*
Ensure our buffer allocation allows for the Explicit IV
Matt Caswell
2023-01-24
1
-1
/
+5
*
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
*
Fix memory leak when freeing the DTLS record layer
Matt Caswell
2022-11-14
1
-1
/
+1
*
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
3
-0
/
+108
*
Move tls_pad.c into ssl/record/methods
Matt Caswell
2022-11-14
2
-0
/
+332
*
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
4
-18
/
+0
*
Make SSL_alloc_buffers() and SSL_free_buffers() work again
Matt Caswell
2022-10-27
4
-3
/
+89
*
Fix test_tls13_encryption()
Matt Caswell
2022-10-25
1
-0
/
+3
*
Remove some redundant code
Matt Caswell
2022-10-20
3
-21
/
+24
*
Remove the old buffer management code
Matt Caswell
2022-10-20
2
-0
/
+22
*
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
6
-29
/
+41
*
Ensure the record layer is responsible for calculating record overheads
Matt Caswell
2022-10-20
3
-3
/
+35
*
Convert dtls_write_records to use standard record layer functions
Matt Caswell
2022-10-20
5
-130
/
+82
*
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
*
Convert dtls_write_records() to return the correct return values
Matt Caswell
2022-10-20
1
-31
/
+25
*
Use record layer buffers for DTLS rather than the buffers in s->rlayer
Matt Caswell
2022-10-20
3
-22
/
+43
*
Move dlts_write_records() function in the record layer
Matt Caswell
2022-10-20
1
-1
/
+248
*
Fix a return value in tls_default_read_n
Matt Caswell
2022-10-12
1
-2
/
+7
*
Introduce a step to prepare the BIO before writing
Matt Caswell
2022-10-12
7
-19
/
+44
*
Remove ktls specific code from tls_setup_write_buffers
Matt Caswell
2022-10-12
1
-19
/
+16
*
Add a post encryption processing step
Matt Caswell
2022-10-12
7
-68
/
+103
*
Add a prepare for encryption step
Matt Caswell
2022-10-12
7
-44
/
+97
*
Move record padding out of tls_common.c
Matt Caswell
2022-10-12
7
-54
/
+79
*
Don't check whether we are using KTLS before calling the cipher function
Matt Caswell
2022-10-12
1
-12
/
+9
*
Defer record header preparation to the protocol methods
Matt Caswell
2022-10-12
7
-38
/
+76
[next]