summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
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-12-08EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard 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-18Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell
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-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-09-23Fix ssl_hmac_new() so that it uses the propqShane Lontis
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-08Fix an incorrect error flow in add_provider_groupsMatt Caswell
2020-06-27Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx
2020-06-19Create defines for TLS Group IdsMatt 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-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-09use safe primes in ssl_get_auto_dh()Hubert Kario
2020-06-05Don't downgrade keys in libsslMatt Caswell
2020-06-05Check that Signature Algorithms are available before using themMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-04-28Fix GOST curve sec bitsNikolay Morozov
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-22GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov
2020-04-21Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk
2020-04-19Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell
2020-04-16TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte
2020-03-30Give a better error if we can't find a sig algMatt Caswell
2020-03-26Use a fetched cipher when decrypting a ticket in libsslMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-11Check that ed25519 and ed448 are allowed by the security levelKurt Roeckx
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
2019-11-10Workaround for Windows-based GOST implementationsDmitry Belyavskiy
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-27Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()David Woodhouse
2019-08-09Fix SSL_check_chain()Matt Caswell
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-07-16Remove tab characters from C source files.Pauli
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell