aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Make default_method mostly compile-timeRich Salz2017-04-071-0/+12
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-0/+4
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-12/+9
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Set flag BN_FLG_CONSTTIME earlierCesar Pereida2016-06-071-3/+2
* Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida2016-06-071-13/+8
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-061-23/+15
* Simplify dsa_ossl.cMatt Caswell2016-06-061-41/+20
* Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida2016-06-061-4/+5
* 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