aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-271-2/+2
* More fix DSA, preserve BN_FLG_CONSTTIMEMatt Caswell2016-06-071-3/+8
* Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida2016-06-061-3/+3
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Fix double free in DSA private key parsing.Dr. Stephen Henson2016-02-191-10/+10
* typoDr. Stephen Henson2016-02-181-1/+1
* Fix memory leak in DSA redo case.David Benjamin2015-12-221-4/+4
* Remove useless codeAlessandro Ghedini2015-10-231-10/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-3/+3
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* GH367: use random data if seed too short.Ismo Puustinen2015-09-291-1/+1
* This undoes GH367 for non-masterRich Salz2015-09-181-14/+19
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* GH367 follow-up, for more clarityBen Kaduk2015-08-311-4/+4
* GH367: Fix dsa keygen for too-short seedIsmo Puustinen2015-08-281-18/+13
* RT3774: double-free in DSAMartin Vejnar2015-07-291-0/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-162-5/+5
* Fix RAND_(pseudo_)?_bytes returnsMatt Caswell2015-03-251-1/+2
* Fix dsa_pub_encodeMatt Caswell2015-03-121-6/+8
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-5/+5
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2216-2807/+2799
* Move more comments that confuse indentMatt Caswell2015-01-221-7/+14
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-223-3/+6
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-1/+13
* RT3192: spurious error in DSA verifyMatt Caswell2014-09-091-3/+1
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley2014-08-221-1/+6
* Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson2013-10-011-0/+4
* Add control to retrieve signature MD.Dr. Stephen Henson2013-10-011-0/+4
* Add FIPS 186-2 DSA parameter generation algorithm.Dr. Stephen Henson2013-10-014-1/+378
* DH keys have an (until now) unused 'q' parameter. When creating from DSA copyDr. Stephen Henson2011-11-141-1/+6
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-093-0/+49
* make dependDr. Stephen Henson2011-09-161-11/+18
* Improved error checking for DRBG calls.Dr. Stephen Henson2011-09-161-18/+11
* make EVP_dss() work for DSA signingDr. Stephen Henson2011-06-201-0/+1
* Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson2011-06-201-2/+4
* Redirect DH key and parameter generation.Dr. Stephen Henson2011-06-094-1/+20
* Redirect DSA operations to FIPS module in FIPS mode.Dr. Stephen Henson2011-06-096-3/+76
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-3/+7
* allow SHA384, SHA512 with DSADr. Stephen Henson2011-05-081-1/+3
* make update (1.0.1-stable)Richard Levitte2011-03-231-3/+4
* Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson2011-02-011-18/+0
* Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson2011-01-253-37/+62
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson2011-01-253-1/+17
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-193-2/+6
* PR: 2295Dr. Stephen Henson2010-10-111-1/+1
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+1