aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ameth.c
Commit message (Expand)AuthorAgeFilesLines
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-081-2/+5
* Remove unused parameters from internal functionsRich Salz2016-02-221-42/+8
* Remove DSA negative integer workaround code.Dr. Stephen Henson2016-02-191-10/+2
* Remove broken DSA private key workarounds.Dr. Stephen Henson2016-02-191-48/+17
* typoDr. Stephen Henson2016-02-181-1/+1
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson2015-12-141-0/+6
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* RT3774: double-free in DSAMartin Vejnar2015-07-291-0/+1
* More secure storage of key material.Rich Salz2015-06-231-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-13/+15
* free null cleanup finaleRich Salz2015-05-011-8/+4
* free NULL cleanup 7Rich Salz2015-04-301-6/+3
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-261-2/+9
* free NULL cleanupRich Salz2015-03-241-2/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-241-4/+2
* Fix dsa_pub_encodeMatt Caswell2015-03-121-6/+8
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-5/+5
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-599/+560
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* RT3061: slightly amend patchEmilia Kasper2014-08-221-2/+1
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+6
* Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson2013-07-171-0/+4
* Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley2013-06-131-0/+6
* fix signature printing routinesDr. Stephen Henson2010-10-041-1/+9
* PR: 2241Dr. Stephen Henson2010-04-201-1/+1
* correct error codeDr. Stephen Henson2010-03-081-1/+1
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-0/+39
* Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson2010-01-221-0/+8
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More size_tification.Ben Laurie2008-11-011-2/+2
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* And so it begins...Dr. Stephen Henson2008-03-121-0/+21
* check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch2007-04-021-1/+1
* add support for DSA with SHA2Nils Larsch2007-02-031-4/+9
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-3/+1
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-10/+2
* dsa_pub_cmp() doesn't need to check parameters because that is done inDr. Stephen Henson2006-07-021-2/+0