summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_key.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-06Add FFC param/key generationShane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-09Implement DSA in the default providerMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from dsaMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-04-19Use 0 for tbslen to perform strlen.Dr. Stephen Henson
2011-04-14Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson
2011-04-14Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson
2011-02-15Update pairwise consistency checks to use SHA-256.Dr. Stephen Henson
2011-02-11Free keys if DSA pairwise error.Dr. Stephen Henson
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2003-03-20Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-02-20Use BN_rand_range().Ulf Möller