aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_ameth.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Constify private key decode.Dr. Stephen Henson1-2/+2
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-4/+4
2016-08-01Add DSA_bits() function.Dr. Stephen Henson1-1/+1
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper1-2/+2
2016-06-04Specifiy size of arraysKurt Roeckx1-1/+1
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson1-1/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-04-03Make the DSA structure opaqueMatt Caswell1-1/+1
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson1-2/+5
2016-02-22Remove unused parameters from internal functionsRich Salz1-42/+8
2016-02-19Remove DSA negative integer workaround code.Dr. Stephen Henson1-10/+2
2016-02-19Remove broken DSA private key workarounds.Dr. Stephen Henson1-48/+17
2016-02-18typoDr. Stephen Henson1-1/+1
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-0/+6
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-07-29RT3774: double-free in DSAMartin Vejnar1-0/+1
2015-06-23More secure storage of key material.Rich Salz1-1/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-13/+15
2015-05-01free null cleanup finaleRich Salz1-8/+4
2015-04-30free NULL cleanup 7Rich Salz1-6/+3
2015-04-30free NULL cleanup 8Rich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson1-2/+9
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-03-12Fix dsa_pub_encodeMatt Caswell1-6/+8
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson1-5/+5
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-599/+560
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx1-1/+1
2014-08-22RT3061: slightly amend patchEmilia Kasper1-2/+1
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-0/+6
2013-07-17Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson1-0/+4
2013-06-13Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley1-0/+6
2010-10-04fix signature printing routinesDr. Stephen Henson1-1/+9
2010-04-20PR: 2241Dr. Stephen Henson1-1/+1
2010-03-08correct error codeDr. Stephen Henson1-1/+1
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson1-0/+39
2010-01-22Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson1-0/+8
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01More size_tification.Ben Laurie1-2/+2
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+1
2008-03-12And so it begins...Dr. Stephen Henson1-0/+21
2007-04-02check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch1-1/+1