summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ameth.c
AgeCommit message (Expand)Author
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
2016-06-04Specifiy size of arraysKurt Roeckx
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-19Remove DSA negative integer workaround code.Dr. Stephen Henson
2016-02-19Remove broken DSA private key workarounds.Dr. Stephen Henson
2016-02-18typoDr. Stephen Henson
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-07-29RT3774: double-free in DSAMartin Vejnar