summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2021-02-23EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte
2021-02-23EVP: make evp_pkey_is_assigned() usable in the FIPS moduleRichard Levitte
2021-02-23EVP: Make evp_pkey_ctx_state() available to all of EVPRichard Levitte
2021-02-23EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte
2021-02-22Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-21-Wunused-function cleanupjwalch
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()Richard Levitte
2021-02-17core: add get_entropy and clear_entropy calls to RANDPauli
2021-02-17err: generated error filesPauli
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders
2021-02-11x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2021-02-10include/openssl: add a few missing #pragma once directivesFdaSilvaYY
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY
2021-02-10Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-02-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis
2021-02-10Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-07Fix race condition & allow operation cache to grow.Pauli
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb
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 supported_groups code independent of EC and DHMatt Caswell
2021-02-05Remove the old DEPRECATEDIN macrosRichard Levitte
2021-02-05ERR: Rebuild all generated error headers and source filesRichard Levitte
2021-02-05ERR: clean away everything related to _F_ macros from util/mkerr.plRichard Levitte
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-02-05EVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param() functionsRichard Levitte
2021-02-05EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte
2021-02-04Remove a DSA related TODOMatt Caswell
2021-02-03EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTXRichard Levitte
2021-02-03CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte
2021-02-03Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz