summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ameth.c
AgeCommit message (Expand)Author
2022-06-16Add sensitive memory clean in priv encodeKan
2022-03-15Update copyright yearMatt Caswell
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2021-07-07CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-19Fix no-dhMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2019-10-17DSA: Add export of domain parameters to providerRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-24fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram
2019-09-09Implement DSA in the default providerMatt Caswell
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
2019-03-18remove needless empty lines when printing certificatesDavid von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2017-11-03Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl
2017-10-18Remove parentheses of return.KaoruToda
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-01Add DSA_bits() function.Dr. Stephen Henson
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper