aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte14-15/+15
2018-12-06Refactor the computation of API version limitsRichard Levitte2-2/+2
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte1-1/+1
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli1-0/+1
2018-10-30DSA: Check for sanity of input parametersVitezslav Cizek1-0/+6
2018-10-29Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli1-13/+15
2018-10-29DSA mod inverse fixPauli1-1/+31
2018-09-11Update copyright yearMatt Caswell2-2/+2
2018-09-05Harmonize the error handling codepathNicola Tuveri1-3/+5
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri1-1/+1
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan1-14/+4
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri1-0/+2
2018-06-21Add blinding to a DSA signatureMatt Caswell1-17/+49
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+25
2018-04-17Update copyright yearRichard Levitte2-2/+2
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell2-4/+12
2018-04-05Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell1-1/+7
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-1/+1
2017-11-03Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl1-2/+6
2017-11-01 Address a timing side channel whereby it is possible to determine somePauli1-10/+25
2017-10-18Remove parentheses of return.KaoruToda6-14/+14
2017-10-13Remove email addresses from source code.Rich Salz4-8/+0
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2-3/+3
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser1-0/+1
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+2
2017-08-03Add RAND_priv_bytes() for private keysRich Salz2-2/+2
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-1/+1
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger1-0/+2
2017-06-07make error tables const and separate header fileRich Salz1-47/+46
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-1/+1
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte2-2/+2
2017-04-07Make default_method mostly compile-timeRich Salz2-14/+12
2017-01-25StyleFdaSilvaYY1-2/+6
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-1/+1
2017-01-20Fix DSA parameter generation control errorRichard Levitte1-1/+1
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx2-3/+4
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY1-19/+18
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2-2/+6
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell1-0/+3
2016-08-17Constify private key decode.Dr. Stephen Henson1-2/+2
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-4/+4
2016-08-01Add DSA_bits() function.Dr. Stephen Henson2-1/+6
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson3-1/+23
2016-06-24Deal with API changes.Ben Laurie2-10/+11
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper4-22/+21
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY4-4/+0