aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+6
* Remove some dead codeMatt Caswell2016-04-291-7/+1
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-081-29/+27
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-2/+2
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-071-10/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix memory leak in DSA redo case.David Benjamin2015-12-221-4/+4
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-21/+11
* Code style: space after 'if'Viktor Dukhovni2015-04-161-4/+4
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-335/+345
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Implement internally opaque bn access from dsaMatt Caswell2014-12-081-42/+44
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/dsaDr. Stephen Henson2014-12-081-35/+0
* RT3192: spurious error in DSA verifyMatt Caswell2014-09-091-3/+1
* Avoid need to change function code.Dr. Stephen Henson2013-07-171-7/+7
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-10/+16
* Add secure DSA nonce flag.Adam Langley2013-06-131-5/+24
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+1
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-2/+2
* More fixes for DSA FIPS overrides.Dr. Stephen Henson2011-04-231-1/+2
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-1/+4
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson2011-02-131-2/+1
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson2011-02-011-18/+0
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-261-1/+32
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson2011-01-251-1/+15
* PR: 2295Dr. Stephen Henson2010-10-111-1/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* avoid shifting inputNils Larsch2007-02-111-17/+10
* remove unused variableNils Larsch2007-02-071-1/+1
* add support for DSA with SHA2Nils Larsch2007-02-031-6/+37
* Fix various warnings.Ben Laurie2006-11-081-2/+2
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+12
* remove unnecessary codeNils Larsch2006-03-181-1/+0
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+2
* make sure DSA signing exponentiations really are constant-timeBodo Möller2005-05-261-3/+27
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-0/+4
* improve comment readabilityBodo Möller2005-05-091-1/+1
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-271-5/+4
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-9/+12
* Add debug target, remove cast, note possible bug.Ben Laurie2005-04-231-0/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-2/+2
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2003-03-111-45/+42
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2