summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-03-15Update copyright yearMatt Caswell
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25Allow TLS13_AD_MISSING_EXTENSION for older versionsBenjamin Kaduk
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-03-13ssl: fix format specifier for size_t argument to BIO_printfPauli
2021-03-12ssl: support params arguments to init functionsPauli
2021-02-28tls: adjust for extra argument to KDF derive callPauli
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-10-02TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-31Add helper functions for FreeBSD KTLS.John Baldwin
2020-08-31Add a ktls_crypto_info_t typedef.John Baldwin
2020-08-29Ensure libssl creates libctx aware MAC keysMatt Caswell
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-06Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell
2020-07-06Make libssl start using the TLS provider CBC supportMatt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-04-23Update copyright yearMatt Caswell
2020-04-01Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell
2020-03-23Use correct libctx when fetching the TLS1 PRF in libsslMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2019-12-11Fix some typosVeres Lajos
2019-11-24Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.John Baldwin
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-11Convert SSL functions to use KDF names not SN_ stringsPauli
2019-09-11Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli
2019-09-06Fix TLS/SSL PRF usages.Pauli
2019-05-27Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-01ssl: Linux TLS Rx OffloadBoris Pismenny
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte
2019-01-03Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-15Add a missing SSLfatal callMatt Caswell
2018-08-08Ensure that we write out alerts correctly after early_dataMatt Caswell
2018-03-30GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell
2018-03-20Update copyright yearMatt Caswell