aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ameth.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+8
* Coverity: fix 1506297: negative returnsPauli2022-07-011-0/+5
* Add sensitive memory clean in priv encodeKan2022-06-161-5/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-1/+1
* CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte2021-07-071-7/+0
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-201-3/+3
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-1/+1
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-40/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-2/+60
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-59/+4
* Add ossl_asn1 symbolsShane Lontis2021-03-181-1/+1
* Fix external symbols related to dsa keysShane Lontis2021-02-261-3/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-18/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-19/+19
* Fix no-dhMatt Caswell2020-10-191-3/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-6/+0
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-16/+0
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-3/+3
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-261-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-171-3/+4
* Add DSA keygen to providerShane Lontis2020-04-151-2/+2
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* Param build: make structures opaque.Pauli2020-03-281-14/+18
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-9/+9
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-1/+23
* DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte2020-03-231-5/+10
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-0/+7
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-111-2/+2
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-23/+19
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-42/+20
* DSA: Add export of domain parameters to providerRichard Levitte2019-10-171-10/+9
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram2019-09-241-0/+7
* Implement DSA in the default providerMatt Caswell2019-09-091-3/+68
* The SHA256 is not a mandatory digest for DSA.Tomas Mraz2019-05-281-1/+1
* remove needless empty lines when printing certificatesDavid von Oheimb2019-03-181-0/+2
* Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte2018-12-061-1/+1
* Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl2017-11-031-2/+6
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser2017-09-291-0/+1
* Constify private key decode.Dr. Stephen Henson2016-08-171-2/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-4/+4