aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_pmeth.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-17/+17
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dsa keysShane Lontis2021-02-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+5
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-3/+4
* Add ACVP fips module testsShane Lontis2020-06-171-2/+4
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-101-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* Add FFC param/key generationShane Lontis2020-02-061-3/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-1/+6
* EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer2019-05-221-1/+5
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-211-4/+4
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Document and add macros for additional DSA optionsDavid Benjamin2019-01-301-6/+2
* Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte2018-12-061-1/+1
* Remove DSA digest length checks when no digest is passedBryan Donlan2018-07-291-14/+4
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell2018-04-051-1/+7
* StyleFdaSilvaYY2017-01-251-2/+6
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove unused parameters from internal functionsRich Salz2016-02-221-8/+4
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* Add DSA digest length checks.Dr. Stephen Henson2015-08-241-4/+14
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-244/+236
* Implement internally opaque bn access from dsaMatt Caswell2014-12-081-2/+7
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-211-0/+4
* make EVP_dss() work for DSA signingDr. Stephen Henson2011-06-201-0/+1
* allow SHA384, SHA512 wit DSADr. Stephen Henson2011-05-081-1/+3
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-1/+1
* check DSA_sign() return value properlyDr. Stephen Henson2009-12-011-1/+1
* PR: 2029Dr. Stephen Henson2009-09-021-0/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-021-0/+1
* 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/+1
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-1/+5
* add support for DSA with SHA2Nils Larsch2007-02-031-7/+44
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-0/+3
* New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson2006-05-241-0/+13
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-241-4/+4