aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_key.c
Commit message (Expand)AuthorAgeFilesLines
* Implement internally opaque bn access from dsaMatt Caswell2014-12-081-4/+9
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/dsaDr. Stephen Henson2014-12-081-43/+0
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-1/+4
* Use 0 for tbslen to perform strlen.Dr. Stephen Henson2011-04-191-1/+1
* Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson2011-04-141-9/+0
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-141-1/+2
* Update pairwise consistency checks to use SHA-256.Dr. Stephen Henson2011-02-151-2/+1
* Free keys if DSA pairwise error.Dr. Stephen Henson2011-02-111-1/+5
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-261-0/+45
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-1/+14
* Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte2003-03-201-1/+1
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-0/+9
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-1/+0
* Use BN_rand_range().Ulf Möller2001-02-201-10/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Don't set the two top bits to one when generating a random number < q.:wqUlf Möller2000-09-131-1/+1
* Check BN_rand return value.Bodo Möller2000-02-291-1/+2
* Message digest stuff.Ulf Möller1999-04-271-1/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-2/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+112