aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-121-5/+1
* ssl: fix format specifier for size_t argument to BIO_printfPauli2021-03-131-1/+1
* ssl: support params arguments to init functionsPauli2021-03-121-1/+2
* tls: adjust for extra argument to KDF derive callPauli2021-02-281-2/+1
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-2/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-1/+2
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-41/+19
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-4/+4
* TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin2020-10-021-9/+15
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-8/+5
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-311-55/+7
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-311-4/+2
* Ensure libssl creates libctx aware MAC keysMatt Caswell2020-08-291-3/+15
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-3/+3
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-4/+4
* Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell2020-07-061-31/+44
* Make libssl start using the TLS provider CBC supportMatt Caswell2020-07-061-0/+32
* kdf: make function naming consistent.Pauli2020-06-111-4/+4
* kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2020-06-081-26/+24
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-2/+16
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell2020-04-011-1/+3
* Use correct libctx when fetching the TLS1 PRF in libsslMatt Caswell2020-03-231-1/+1
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-2/+4
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-1/+1
* Fix some typosVeres Lajos2019-12-111-1/+1
* Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.John Baldwin2019-11-241-0/+3
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-1/+44
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Convert SSL functions to use KDF names not SN_ stringsPauli2019-09-111-1/+1
* Coverity 1453627: Null pointer dereferences (REVERSE_INULL)Pauli2019-09-111-1/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-061-25/+36
* Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF.David Makepeace2019-05-271-12/+18
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-38/+38
* ssl: Linux TLS Rx OffloadBoris Pismenny2019-04-011-12/+75
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-69/+45
* Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy2019-01-031-12/+0
* ssl: Linux TLS Tx OffloadBoris Pismenny2018-12-071-0/+71
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Add a missing SSLfatal callMatt Caswell2018-11-151-1/+4
* Ensure that we write out alerts correctly after early_dataMatt Caswell2018-08-081-2/+2
* GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell2018-03-301-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-1/+0
* Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger2018-03-191-0/+2
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-2/+2
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-0/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-39/+57