summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
AgeCommit message (Expand)Author
2021-01-08Adding TLS group name retrievalMichael Baentsch
2020-12-08TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-09-21Increase PSK_MAX_PSK_LEN to 512Rutger Hendriks
2020-09-03Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin
2020-07-06Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-05Check that Signature Algorithms are available before using themMatt Caswell
2020-06-04Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-05-05Fix up whitespace nits introduced by PR #11416Benjamin Kaduk
2020-05-01Add SSL_new_session_ticket() APIBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-04-20Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell
2020-04-19Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell
2020-04-16TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov
2020-03-26Use a fetched cipher for the TLSv1.3 early secretMatt Caswell
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-06Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-25Check that the default signature type is allowedKurt Roeckx
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre