summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_gen.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-05-28Update copyright yearRichard Levitte
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2018-11-14DSA: Check for sanity of input parametersVitezslav Cizek
2018-04-17Update copyright yearRichard Levitte
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-28Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2Matt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-02-08GH322 revisited: remove unused function.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-27GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson
2011-10-16L=3072, N=256 provides 128 bits of security not 112.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-08-27Add support for DSA2 PQG generation of g parameter.Dr. Stephen Henson
2011-08-26Add support for canonical generation of DSA parameter g.Dr. Stephen Henson
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-04-24Fix warning.Dr. Stephen Henson
2011-04-24fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.Richard Levitte
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-04-04check RAND_pseudo_bytes return valueDr. Stephen Henson
2011-02-11Return security strength for supported DSA parameters: will be usedDr. Stephen Henson
2011-02-01fixes for DSA2 parameter generationDr. Stephen Henson
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie