summaryrefslogtreecommitdiffstats
path: root/crypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* The SHA256 is not a mandatory digest for DSA.Tomas Mraz2019-05-281-1/+1
* 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
* Reject obviously invalid DSA parameters during signingMatt Caswell2019-05-071-0/+6
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-4/+2
* remove needless empty lines when printing certificatesDavid von Oheimb2019-03-181-0/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-062-6/+6
* 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-0614-15/+15
* Refactor the computation of API version limitsRichard Levitte2018-12-062-2/+2
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-1/+1
* Add a constant time flag to one of the bignums to avoid a timing leak.Pauli2018-11-011-0/+1
* DSA: Check for sanity of input parametersVitezslav Cizek2018-10-291-0/+6
* Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli2018-10-281-13/+15
* DSA mod inverse fixPauli2018-10-281-1/+31
* Update copyright yearMatt Caswell2018-09-112-2/+2
* Harmonize the error handling codepathNicola Tuveri2018-09-051-3/+5
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1
* Remove DSA digest length checks when no digest is passedBryan Donlan2018-07-291-14/+4
* Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri2018-06-211-0/+2
* Add blinding to a DSA signatureMatt Caswell2018-06-211-17/+49
* Update copyright yearMatt Caswell2018-05-291-1/+1
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+25
* Update copyright yearRichard Levitte2018-04-172-2/+2
* Pick a q size consistent with the digest for DSA param generationMatt Caswell2018-04-052-4/+12
* Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell2018-04-051-1/+7
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl2017-11-031-2/+6
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-10/+25
* Remove parentheses of return.KaoruToda2017-10-186-14/+14
* Remove email addresses from source code.Rich Salz2017-10-134-8/+0
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-092-3/+3
* Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser2017-09-291-0/+1
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+2
* Add RAND_priv_bytes() for private keysRich Salz2017-08-032-2/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-1/+1
* Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger2017-06-141-0/+2
* make error tables const and separate header fileRich Salz2017-06-071-47/+46
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-1/+1
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-2/+2
* Make default_method mostly compile-timeRich Salz2017-04-072-14/+12
* StyleFdaSilvaYY2017-01-251-2/+6
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-172-3/+4
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-171-19/+18
* dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2016-11-142-2/+6
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3