index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
tls12_record_layer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
1
-38
/
+5
*
Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()
tb
2024-01-18
1
-2
/
+2
*
fix comment to unbreak things that care about warnings
beck
2023-07-08
1
-2
/
+2
*
Hide all public symbols in libssl
beck
2023-07-08
1
-1
/
+6
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Convert the legacy TLS stack to tls_content.
jsing
2022-11-11
1
-36
/
+43
*
Convert the new record layers to opaque EVP_AEAD_CTX
tb
2022-01-14
1
-6
/
+3
*
Mop up enc_read_ctx and read_hash.
jsing
2021-10-23
1
-9
/
+1
*
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
jsing
2021-08-30
1
-3
/
+7
*
Move to an AEAD nonce allocated in the TLSv1.2 record layer.
jsing
2021-08-30
1
-45
/
+36
*
Provide the ability to set the initial DTLS epoch value.
jsing
2021-06-19
1
-1
/
+17
*
Simplify nonce handling in the TLSv1.2 record layer.
jsing
2021-06-14
1
-13
/
+16
*
Absorb SSL_AEAD_CTX into struct tls12_record_protection.
jsing
2021-05-16
1
-49
/
+59
*
Zero the tls12_record_protection struct instead of individual fields.
jsing
2021-05-16
1
-9
/
+3
*
Replace DTLS w_epoch with epoch from TLSv1.2 record layer.
jsing
2021-05-05
1
-4
/
+8
*
Rewrite TLSv1.2 key block handling.
jsing
2021-05-05
1
-47
/
+31
*
Remove new_sym_enc and new_aead.
jsing
2021-04-19
1
-1
/
+13
*
Move the TLSv1.2 record number increment into the new record layer.
jsing
2021-03-29
1
-5
/
+42
*
Fully initialize rrec in tls12_record_layer_open_record_protected
tb
2021-03-21
1
-1
/
+2
*
Separate variable declaration and assignment.
jsing
2021-03-02
1
-2
/
+4
*
Replace two handrolled tls12_record_protection_engaged().
jsing
2021-03-02
1
-3
/
+3
*
Move key/IV length checks closer to usage sites.
jsing
2021-03-02
1
-5
/
+11
*
Add tls12_record_protection_unused() and call from CCS functions.
jsing
2021-03-02
1
-8
/
+17
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
1
-57
/
+110
*
Identify DTLS based on the version major value.
jsing
2021-02-27
1
-2
/
+2
*
Remove direct assignment of aead_ctx.
jsing
2021-01-28
1
-13
/
+7
*
Move AEAD handling into the new TLSv1.2 record layer.
jsing
2021-01-28
1
-23
/
+93
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-19
/
+28
*
Drop unneeded cast in seal_record_protected_cipher
tb
2021-01-20
1
-2
/
+2
*
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
2021-01-19
1
-5
/
+102
*
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
2021-01-19
1
-1
/
+19
*
Provide record layer overhead for DTLS.
jsing
2021-01-19
1
-1
/
+28
*
Factor out code for explicit IV length, block size and MAC length.
jsing
2021-01-19
1
-21
/
+77
*
Clean up sequence number handing in the new TLSv1.2 record layer.
jsing
2021-01-13
1
-64
/
+87
*
Split the record protection from the TLSv1.2 record layer.
jsing
2021-01-12
1
-75
/
+101
*
Make tls12_record_layer_free() NULL safe.
jsing
2021-01-07
1
-1
/
+5
*
Move the read MAC key into the TLSv1.2 record layer.
jsing
2021-01-07
1
-5
/
+16
*
Reimplement the TLSv1.2 record handling for the read side.
jsing
2020-10-03
1
-5
/
+343
*
Group seal record functions together.
jsing
2020-09-16
1
-11
/
+11
*
Split the tls12_record_layer_write_mac() function.
jsing
2020-09-15
1
-10
/
+19
*
Correct a failure case in tls12_record_layer_seal_record_protected()
jsing
2020-09-15
1
-2
/
+2
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-0
/
+533