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
*
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
*
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
2020-07-06
1
-31
/
+44
*
Make libssl start using the TLS provider CBC support
Matt Caswell
2020-07-06
1
-0
/
+32
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-4
/
+4
*
kTLS: add support for AES_CCM128 and AES_GCM256
Vadim Fedorenko
2020-06-08
1
-26
/
+24
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-2
/
+16
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl
Matt Caswell
2020-04-01
1
-1
/
+3
*
Use correct libctx when fetching the TLS1 PRF in libssl
Matt Caswell
2020-03-23
1
-1
/
+1
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-2
/
+4
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
1
-1
/
+1
*
Fix some typos
Veres Lajos
2019-12-11
1
-1
/
+1
*
Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.
John Baldwin
2019-11-24
1
-0
/
+3
*
Add support for in-kernel TLS (KTLS) on FreeBSD.
Andrew Gallatin
2019-10-31
1
-1
/
+44
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Convert SSL functions to use KDF names not SN_ strings
Pauli
2019-09-11
1
-1
/
+1
*
Coverity 1453627: Null pointer dereferences (REVERSE_INULL)
Pauli
2019-09-11
1
-1
/
+2
*
Fix TLS/SSL PRF usages.
Pauli
2019-09-06
1
-25
/
+36
*
Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.
David Makepeace
2019-05-27
1
-12
/
+18
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-38
/
+38
*
ssl: Linux TLS Rx Offload
Boris Pismenny
2019-04-01
1
-12
/
+75
*
Adapt SSL_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-69
/
+45
*
Remove unused variables from tls1_change_cipher_state
Dmitry Belyavskiy
2019-01-03
1
-12
/
+0
*
ssl: Linux TLS Tx Offload
Boris Pismenny
2018-12-07
1
-0
/
+71
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add a missing SSLfatal call
Matt Caswell
2018-11-15
1
-1
/
+4
*
Ensure that we write out alerts correctly after early_data
Matt Caswell
2018-08-08
1
-2
/
+2
*
GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()
Matt Caswell
2018-03-30
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
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
/
+2
[next]