aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_key.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-1/+1
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell1-13/+7
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+6
2016-04-03Make the DSA structure opaqueMatt Caswell1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell1-1/+3
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-06-23More secure storage of key material.Rich Salz1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-8/+5
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-5/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-64/+65
2014-12-08Implement internally opaque bn access from dsaMatt Caswell1-4/+9
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson1-43/+0
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson1-1/+1
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson1-1/+4
2011-04-19Use 0 for tbslen to perform strlen.Dr. Stephen Henson1-1/+1
2011-04-14Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson1-9/+0
2011-04-14Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson1-1/+2
2011-02-15Update pairwise consistency checks to use SHA-256.Dr. Stephen Henson1-2/+1
2011-02-11Free keys if DSA pairwise error.Dr. Stephen Henson1-1/+5
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson1-0/+2
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson1-0/+45
2007-03-28Change to mitigate branch prediction attacksBodo Möller1-1/+1
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller1-0/+1
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller1-1/+14
2003-03-20Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte1-1/+1
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe1-0/+9
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-1/+0
2001-02-20Use BN_rand_range().Ulf Möller1-10/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-09-13Don't set the two top bits to one when generating a random number < q.:wqUlf Möller1-1/+1
2000-02-29Check BN_rand return value.Bodo Möller1-1/+2
1999-04-27Message digest stuff.Ulf Möller1-1/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-2/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+112