summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2022-08-02Check that IV length is not less than zeroDmitry Belyavskiy
2022-06-22Improve diagnostics on setting groupsDmitry Belyavskiy
2022-06-10add_provider_groups: Clean up algorithm pointer on failureTomas Mraz
2022-06-03Fix strict client chain check with TLS-1.3Tomas Mraz
2022-05-24Fix a crash in ssl_security_cert_chainBernd Edlinger
2022-03-15Update copyright yearMatt Caswell
2022-03-03Add back check for the DH public key sizeTomas Mraz
2021-11-12Add return value NULL checks that were missingPauli
2021-08-11Omitted signature_algorithms extension alerts updatedDmitry Belyavskiy
2021-06-19ssl: replace tabs with spacesPauli
2021-06-19ssl: do not choose auto DH groups that are weaker than the security levelPauli
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-11Increase the upper limit on group name lengthAnthony Hu
2021-02-28tls: updates for the new additional MAC_init argumentsPauli
2021-02-12tls_valid_group: Add missing dereference of okfortls13Tomas Mraz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-05Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Make sure we don't use sigalgs that are not availableMatt Caswell
2021-02-05Add the nist group names as aliases for the normal TLS group namesMatt Caswell
2021-02-05Make supported_groups code independent of EC and DHMatt Caswell
2021-02-05Ensure default supported groups works even with no-ec and no-dhMatt Caswell
2021-02-05Remove OPENSSL_NO_DH guards from libsslMatt Caswell
2021-02-04Remove some TODO(OpenSSL1.2) referencesMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-26Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
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