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
/
t1_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
1
-8
/
+10
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Rewrite TLSv1.2 key exporter.
jsing
2022-11-07
1
-81
/
+1
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-6
/
+6
*
Bye bye S3I.
jsing
2022-02-05
1
-10
/
+10
*
Convert t1_enc.c to opaque EVP_MD_CTX.
tb
2021-12-09
1
-25
/
+26
*
Mop up enc_read_ctx and read_hash.
jsing
2021-10-23
1
-3
/
+1
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-2
/
+2
*
Remove tls1_alert_code().
jsing
2021-06-13
1
-66
/
+1
*
Remove references to obsolete alerts.
jsing
2021-06-13
1
-7
/
+1
*
Indent all labels with a single space.
jsing
2021-06-11
1
-4
/
+4
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-1
/
+3
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Replace DTLS w_epoch with epoch from TLSv1.2 record layer.
jsing
2021-05-05
1
-3
/
+1
*
Rewrite TLSv1.2 key block handling.
jsing
2021-05-05
1
-74
/
+23
*
Clean up tls1_change_cipher_state().
jsing
2021-05-02
1
-21
/
+18
*
Clean up dtls1_reset_seq_numbers().
jsing
2021-05-02
1
-1
/
+5
*
Clean up and harden TLSv1.2 master key derivation.
jsing
2021-04-30
1
-18
/
+1
*
Clean up derivation of finished/peer finished.
jsing
2021-04-25
1
-26
/
+1
*
Remove new_sym_enc and new_aead.
jsing
2021-04-19
1
-5
/
+3
*
Move new_mac_secret_size into the TLSv1.2 handshake struct.
jsing
2021-04-19
1
-3
/
+3
*
Move the TLSv1.2 record number increment into the new record layer.
jsing
2021-03-29
1
-12
/
+1
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-2
/
+2
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
1
-9
/
+10
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
1
-104
/
+13
*
Fail early in legacy exporter if master secret is not available
tb
2021-02-03
1
-1
/
+6
*
Move AEAD handling into the new TLSv1.2 record layer.
jsing
2021-01-28
1
-89
/
+5
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-15
/
+2
*
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
2021-01-19
1
-3
/
+17
*
Move the read MAC key into the TLSv1.2 record layer.
jsing
2021-01-07
1
-7
/
+2
*
Use size_t for key_block_len.
jsing
2020-11-11
1
-7
/
+5
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-4
/
+4
*
Mop up various things that are now unused with the new record layer.
jsing
2020-10-07
1
-14
/
+1
*
Reimplement the TLSv1.2 record handling for the read side.
jsing
2020-10-03
1
-334
/
+5
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-9
/
+23
*
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
tb
2020-03-16
1
-2
/
+2
*
Remove dtls1_enc().
jsing
2020-03-13
1
-2
/
+5
*
Stop overloading the record type for padding length.
jsing
2020-03-12
1
-4
/
+2
*
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
jsing
2020-03-12
1
-3
/
+3
*
Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.
bcook
2019-05-13
1
-4
/
+2
*
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
jsing
2019-02-09
1
-2
/
+2
*
Clean up and simplify the handshake transcript code.
jsing
2018-11-08
1
-56
/
+1
*
Make more of libssl's record layer state internal.
jsing
2018-10-24
1
-3
/
+3
*
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
jsing
2018-09-08
1
-56
/
+10
*
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
jsing
2018-09-06
1
-2
/
+2
*
Use the newer/more sensible names for EVP_MD_CTX_* functions.
jsing
2018-09-05
1
-3
/
+3
*
Correctly clear the current cipher state, when changing cipher state.
jsing
2018-09-05
1
-11
/
+8
*
Remove unused argument to tls1_change_cipher_state_cipher().
jsing
2018-08-31
1
-7
/
+4
*
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
beck
2017-05-06
1
-17
/
+17
[next]