summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ameth.c
AgeCommit message (Expand)Author
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
2010-01-22Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-04-02check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch
2007-02-03add support for DSA with SHA2Nils Larsch
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-07-02dsa_pub_cmp() doesn't need to check parameters because that is done inDr. Stephen Henson