summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
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-30Merge to 1.0.2: DSA mod inverse fix.Pauli
2018-10-29Merge DSA reallocation timing fix CVE-2018-0734.Pauli
2018-08-14Update copyright yearMatt Caswell
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx
2018-06-21Add blinding to a DSA signatureMatt Caswell
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-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-03Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl
2017-11-01Address 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-01-20Fix DSA parameter generation control errorRichard Levitte
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-06-07More fix DSA, preserve BN_FLG_CONSTTIMEMatt Caswell
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-02-19Fix double free in DSA private key parsing.Dr. Stephen Henson
2016-02-18typoDr. Stephen Henson
2015-12-22Fix memory leak in DSA redo case.David Benjamin
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-09-29GH367: use random data if seed too short.Ismo Puustinen
2015-09-18This undoes GH367 for non-masterRich Salz
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-28GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-07-29RT3774: double-free in DSAMartin Vejnar
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-12Fix dsa_pub_encodeMatt Caswell
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2014-09-09RT3192: spurious error in DSA verifyMatt Caswell
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-22RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley
2013-10-01Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson
2013-10-01Add control to retrieve signature MD.Dr. Stephen Henson
2013-10-01Add FIPS 186-2 DSA parameter generation algorithm.Dr. Stephen Henson
2011-11-14DH keys have an (until now) unused 'q' parameter. When creating from DSA copyDr. Stephen Henson