index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
tls13_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for integrity-only cipher suites for TLS v1.3
Rajeev Ranjan
2024-05-14
1
-57
/
+105
*
Alter the variable name
Jiasheng Jiang
2024-04-02
1
-4
/
+4
*
ssl/tls13_enc.c: Replace size_t with int and add the checks
Jiasheng Jiang
2024-04-02
1
-3
/
+17
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Removes unused parameter 'sending' from derive_secret_key_and_iv()
Frederik Wedel-Heinen
2023-07-28
1
-4
/
+3
*
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
[next]