aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_gen.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte1-1/+1
2018-10-30DSA: Check for sanity of input parametersVitezslav Cizek1-0/+6
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell1-3/+10
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger1-0/+2
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior1-1/+3
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell1-0/+3
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+6
2016-04-28Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2Matt Caswell1-0/+2
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-02-08GH322 revisited: remove unused function.Rich Salz1-36/+0
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-9/+10
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-10-23Remove useless codeAlessandro Ghedini1-10/+2
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-3/+3
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq1-1/+2
2015-08-31GH367 follow-up, for more clarityBen Kaduk1-4/+4
2015-08-27GH367: Fix dsa keygen for too-short seedIsmo Puustinen1-17/+12
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 7Rich Salz1-24/+13
2015-03-25RAND_bytes updatesMatt Caswell1-2/+2
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-22/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-627/+644
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson1-105/+0
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson1-0/+6
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson1-1/+1
2011-10-16L=3072, N=256 provides 128 bits of security not 112.Dr. Stephen Henson1-1/+1
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov1-0/+1
2011-08-27Add support for DSA2 PQG generation of g parameter.Dr. Stephen Henson1-12/+17
2011-08-26Add support for canonical generation of DSA parameter g.Dr. Stephen Henson1-11/+107
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson1-2/+2
2011-04-24Fix warning.Dr. Stephen Henson1-1/+2
2011-04-24fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.Richard Levitte1-0/+2
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson1-8/+60
2011-04-04check RAND_pseudo_bytes return valueDr. Stephen Henson1-2/+6
2011-02-11Return security strength for supported DSA parameters: will be usedDr. Stephen Henson1-7/+10
2011-02-01fixes for DSA2 parameter generationDr. Stephen Henson1-4/+5
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson1-2/+266
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson1-1/+1
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson1-0/+21
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson1-1/+4
2010-06-12Fix warnings.Ben Laurie1-2/+1
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-3/+7
2008-12-26Remove misleading dead code. Constify. (Coverity ID 142)Ben Laurie1-7/+2