index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Move increment of dtls epoch to change cipher state function
Frederik Wedel-Heinen
2024-01-18
1
-0
/
+3
*
Remove some redundant code
Matt Caswell
2023-12-12
1
-38
/
+0
*
Accept longer context for TLS 1.2 exporters
Daiki Ueno
2023-10-26
1
-0
/
+9
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-2
/
+2
*
Fix dtls_get_max_record_overhead()
Matt Caswell
2022-11-07
1
-1
/
+14
*
Remove some TODO(RECLAYER) comments now that DTLS has been moved
Matt Caswell
2022-10-20
1
-135
/
+8
*
Remove enc_write_state
Matt Caswell
2022-10-12
1
-3
/
+0
*
Convert the TLSv1.3 crypto code to the new write record layer
Matt Caswell
2022-10-12
1
-58
/
+3
*
Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layer
Matt Caswell
2022-10-05
1
-1
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-11
/
+6
*
Move need_empty_fragments inside the record layer
Matt Caswell
2022-09-23
1
-17
/
+0
*
Move write buffer management into the write record layer
Matt Caswell
2022-09-23
1
-5
/
+1
*
Create the write record layer method and object and use it
Matt Caswell
2022-09-23
1
-5
/
+16
*
Remove some redundant code
Matt Caswell
2022-08-18
1
-4
/
+5
*
Remove some TODO(RECLAYER) comments
Matt Caswell
2022-08-18
1
-1
/
+1
*
Remove reliance on the SSL object from the DTLS read record layer code
Matt Caswell
2022-08-18
1
-48
/
+11
*
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
-14
/
+14
*
Fix some no-comp compilation failures
Matt Caswell
2022-08-18
1
-3
/
+1
*
Distinguish between fatal and non-fatal errors when creating a record layer
Matt Caswell
2022-08-18
1
-1
/
+1
*
Implement KTLS in the new read record layer code
Matt Caswell
2022-08-18
1
-37
/
+40
*
Ensure various SSL options are passed down to the record layer
Matt Caswell
2022-08-18
1
-13
/
+8
*
Move the TLS1.0/1.1/1.2 record crypto code into the new record layer
Matt Caswell
2022-08-18
1
-108
/
+115
*
Transfer the functionality from ssl3_read_n to the new record layer
Matt Caswell
2022-08-18
1
-0
/
+21
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-23
/
+30
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-7
/
+7
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
KTLS: Check for unprocessed receive records in ktls_configure_crypto.
John Baldwin
2022-04-06
1
-63
/
+3
*
ssl/t1_enc: Fix kTLS RX offload path
Dmytro Podgornyi
2022-01-17
1
-1
/
+1
*
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
-15
/
+17
*
Allow TLS13_AD_MISSING_EXTENSION for older versions
Benjamin Kaduk
2021-05-25
1
-0
/
+2
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
1
-5
/
+1
*
ssl: fix format specifier for size_t argument to BIO_printf
Pauli
2021-03-13
1
-1
/
+1
*
ssl: support params arguments to init functions
Pauli
2021-03-11
1
-1
/
+2
*
tls: adjust for extra argument to KDF derive call
Pauli
2021-02-28
1
-2
/
+1
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
1
-2
/
+0
*
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
-1
/
+2
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-41
/
+19
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-4
/
+4
*
TLS AEAD ciphers: more bytes for key_block than needed
Maxim Masiutin
2020-10-02
1
-9
/
+15
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-8
/
+5
*
Add helper functions for FreeBSD KTLS.
John Baldwin
2020-08-31
1
-55
/
+7
*
Add a ktls_crypto_info_t typedef.
John Baldwin
2020-08-31
1
-4
/
+2
*
Ensure libssl creates libctx aware MAC keys
Matt Caswell
2020-08-29
1
-3
/
+15
*
Add EVP signature with libctx methods.
Shane Lontis
2020-08-09
1
-3
/
+3
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-4
/
+4
[next]