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
/
tls13_enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an initial QUIC-TLS implementation
Matt Caswell
2023-01-24
1
-1
/
+1
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-4
/
+5
*
Remove the read_iv/write_iv fields from SSL_CONNECTION
Matt Caswell
2022-11-14
1
-12
/
+3
*
Remove enc_write_state
Matt Caswell
2022-10-12
1
-46
/
+13
*
Convert the TLSv1.3 crypto code to the new write record layer
Matt Caswell
2022-10-12
1
-58
/
+0
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-2
/
+2
*
ssl_log_secret call in tls13_key_update
visbjn
2022-09-27
1
-0
/
+8
*
Move the record block_padding capability fully into the record layer
Matt Caswell
2022-09-23
1
-1
/
+1
*
Move write buffer management into the write record layer
Matt Caswell
2022-09-23
1
-6
/
+0
*
Create the write record layer method and object and use it
Matt Caswell
2022-09-23
1
-23
/
+27
*
Cleanup EBCDIC string defintions
Todd Short
2022-09-09
1
-59
/
+32
*
Coverity 1513478: negative return
Pauli
2022-09-06
1
-2
/
+8
*
QUIC Demuxer and Record Layer (RX Side)
Hugo Landau
2022-09-02
1
-18
/
+30
*
Remove some redundant code
Matt Caswell
2022-08-18
1
-7
/
+5
*
Remove some TODO(RECLAYER) comments
Matt Caswell
2022-08-18
1
-1
/
+1
*
Remove some final references to the SSL object in the record layer
Matt Caswell
2022-08-18
1
-3
/
+3
*
Make the record layer directly aware of EtM
Matt Caswell
2022-08-18
1
-1
/
+1
*
Distinguish between fatal and non-fatal errors when creating a record layer
Matt Caswell
2022-08-18
1
-2
/
+2
*
Implement KTLS in the new read record layer code
Matt Caswell
2022-08-18
1
-9
/
+19
*
Ensure various SSL options are passed down to the record layer
Matt Caswell
2022-08-18
1
-27
/
+13
*
Convert TLSv1.3 code to use the new read side record layer
Matt Caswell
2022-08-18
1
-39
/
+85
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-27
/
+38
*
Check for EVP_MD being NULL inside ssl.
slontis
2022-07-13
1
-5
/
+10
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-3
/
+3
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
KTLS: Enable KTLS for receiving as well in TLS 1.3
Daiki Ueno
2022-04-06
1
-11
/
+21
*
KTLS: Check for unprocessed receive records in ktls_configure_crypto.
John Baldwin
2022-04-06
1
-1
/
+2
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
Fix indentation of tls13_hkdf_expand parameters
Daniel Bevenius
2021-09-03
1
-3
/
+3
*
tls/prov: move the TLS 1.3 KDF code to providers
Pauli
2021-08-05
1
-82
/
+34
*
Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()
Richard Levitte
2021-06-23
1
-4
/
+2
*
tls: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-13
/
+13
*
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
2021-05-08
1
-19
/
+7
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
1
-2
/
+3
*
tls: adjust for extra argument to KDF derive call
Pauli
2021-02-28
1
-4
/
+2
*
tls: updates for the new additional MAC_init arguments
Pauli
2021-02-28
1
-13
/
+7
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Clean away extraneous library specific FETCH_FAILED reason codes
Richard Levitte
2021-01-12
1
-3
/
+4
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-47
/
+22
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-3
/
+3
*
Support for KTLS TX on FreeBSD for TLS 1.3.
John Baldwin
2020-08-31
1
-4
/
+0
*
Add helper functions for FreeBSD KTLS.
John Baldwin
2020-08-31
1
-3
/
+3
*
Add a ktls_crypto_info_t typedef.
John Baldwin
2020-08-31
1
-1
/
+1
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-11
/
+11
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-3
/
+3
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-3
/
+3
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-11
/
+11
*
TLSv13: add kTLS support
Vadim Fedorenko
2020-06-08
1
-14
/
+71
*
Fix crash in early data send with out-of-band PSK using AES CCM
raja-ashok
2020-05-15
1
-2
/
+9
[next]