summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
2019-10-15Document and add macros for additional DSA optionsDavid Benjamin
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-07-31Fix TyposAntoine Cœur
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
2019-05-28Update copyright yearRichard Levitte
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-05-07Reject obviously invalid DSA parameters during signingMatt Caswell
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2018-11-14DSA: Check for sanity of input parametersVitezslav Cizek
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-11Update copyright yearMatt Caswell
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-21Add blinding to a DSA signatureMatt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte
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
2018-04-03Update copyright yearMatt Caswell
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
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-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-07Make default_method mostly compile-timeRich Salz
2017-01-25StyleFdaSilvaYY
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior