summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_pmeth.c
AgeCommit message (Expand)Author
2024-03-30dsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dsa keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-06Add FFC param/key generationShane Lontis
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-04-17Update copyright yearRichard Levitte
2018-04-05Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell
2017-01-25StyleFdaSilvaYY
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2016-05-17Copyright consolidation 07/10Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-08-24Add DSA digest length checks.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from dsaMatt Caswell
2013-06-21Add control to retrieve signature MD.Dr. Stephen Henson
2011-06-20make EVP_dss() work for DSA signingDr. Stephen Henson
2011-05-08allow SHA384, SHA512 wit DSADr. Stephen Henson
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson
2009-12-01check DSA_sign() return value properlyDr. Stephen Henson
2009-09-02PR: 2029Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-05-02Indicate support for digest init ctrl.Dr. Stephen Henson
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-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-02-03add support for DSA with SHA2Nils Larsch
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson