summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
2018-11-20Update copyright yearMatt Caswell
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli
2018-10-29Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli
2018-10-29DSA mod inverse fixPauli
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-08-14Update copyright yearMatt Caswell
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-06-21Add blinding to a DSA signatureMatt Caswell
2018-06-18Convert _meth_get_ functions to const gettersJack Bates
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2018-04-05Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell
2017-11-03Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl
2017-11-01 Address a timing side channel whereby it is possible to determine somePauli
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2017-05-27Make default_method mostly compile-timeRich Salz
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-01Add DSA_bits() function.Dr. Stephen Henson
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-06-24Deal with API changes.Ben Laurie
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-07Set flag BN_FLG_CONSTTIME earlierCesar Pereida
2016-06-07Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-06-06Simplify dsa_ossl.cMatt Caswell
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida
2016-06-04Specifiy size of arraysKurt Roeckx
2016-06-01Remove/rename some old files.Rich Salz
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23Remove useless NULL checksFdaSilvaYY
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-29Remove some dead codeMatt Caswell