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 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
*
coverity 1462570 Resource leak
Pauli
2020-04-30
1
-0
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Use a fetched cipher for the TLSv1.3 early secret
Matt Caswell
2020-03-26
1
-1
/
+16
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-24
/
+47
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
1
-2
/
+2
*
Update tls13_enc.c
dcruette
2020-01-02
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Convert SSL functions to use KDF names not SN_ strings
Pauli
2019-09-11
1
-2
/
+2
*
Fix TLS/SSL PRF usages.
Pauli
2019-09-06
1
-14
/
+38
*
Add missing EBCDIC strings
opensslonzos-github
2019-08-14
1
-5
/
+48
*
Coverity fixes
Shane Lontis
2019-06-06
1
-0
/
+1
*
Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.
David Makepeace
2019-05-27
1
-26
/
+24
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-8
/
+8
*
Don't get the mac type in TLSv1.3
Matt Caswell
2019-01-15
1
-3
/
+1
*
Fix a minor nit in the hkdflabel size
Bernd Edlinger
2018-12-30
1
-1
/
+1
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix some SSL_export_keying_material() issues
Matt Caswell
2018-12-05
1
-24
/
+49
*
Revert "Reduce stack usage in tls13_hkdf_expand"
Matt Caswell
2018-12-05
1
-12
/
+4
*
Reduce stack usage in tls13_hkdf_expand
Bernd Edlinger
2018-09-24
1
-4
/
+12
*
key zeroization fix for a branch path of tls13_final_finish_mac
Shane Lontis
2018-09-04
1
-0
/
+1
*
Ensure that we write out alerts correctly after early_data
Matt Caswell
2018-08-08
1
-4
/
+7
*
Fix some TLSv1.3 alert issues
Matt Caswell
2018-07-31
1
-1
/
+2
*
Fix TLSv1.3 ticket nonces
Matt Caswell
2018-06-07
1
-2
/
+1
*
EVP_MD_size() can return an error
Matt Caswell
2018-05-31
1
-2
/
+19
*
Use the client app traffic secret for PHA Finished message
Matt Caswell
2018-05-23
1
-2
/
+13
*
Add support for logging early exporter secret
Peter Wu
2018-04-18
1
-0
/
+6
*
Add support for logging TLS 1.3 exporter secret
Peter Wu
2018-04-18
1
-0
/
+6
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
1
-1
/
+0
*
Fix a crash in SSLfatal due to invalid enc_write_ctx
Bernd Edlinger
2018-03-19
1
-0
/
+4
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
1
-4
/
+4
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
1
-2
/
+2
*
Tell the ciphers which DRBG to use for generating random bytes.
Kurt Roeckx
2018-02-28
1
-0
/
+1
*
Export keying material using early exporter master secret
Tatsuhiro Tsujikawa
2018-02-26
1
-0
/
+70
[next]