summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ameth.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
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
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28remove malloc castsRich Salz
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-12Fix dsa_pub_encodeMatt Caswell
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-22RT3061: slightly amend patchEmilia Kasper
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2013-07-17Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson
2013-06-13Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley
2010-10-04fix signature printing routinesDr. Stephen Henson
2010-04-20PR: 2241Dr. Stephen Henson
2010-03-08correct error codeDr. Stephen Henson
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson