Added NULL check to BN_clear() & BN_CTX_end()
[openssl.git] / crypto / dsa / dsa_gen.c
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29 Vitezslav CizekDSA: Check for sanity of input parameters
2018-04-17 Richard LevitteUpdate copyright year
2018-04-05 Matt CaswellPick a q size consistent with the digest for DSA param...
2017-06-14 Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-09-21 Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-28 Matt CaswellCheck that we were actually allocated BIGNUMs in dsa_bu...
2016-03-20 Rich SalzRemove #error from include files.
2016-02-08 Rich SalzGH322 revisited: remove unused function.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-03-25 Matt CaswellRAND_bytes updates
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/dsa
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2011-11-25 Dr. Stephen Hensonreturn error if counter exceeds limit and seed value...
2011-11-25 Dr. Stephen Hensoncheck counter value against 4 * L, not 4096
2011-10-16 Dr. Stephen HensonL=3072, N=256 provides 128 bits of security not 112.
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-08-27 Dr. Stephen HensonAdd support for DSA2 PQG generation of g parameter.
2011-08-26 Dr. Stephen HensonAdd support for canonical generation of DSA parameter g.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-24 Dr. Stephen HensonFix warning.
2011-04-24 Richard Levittefips_check_dsa_prng() should only be built when OPENSSL...
2011-04-23 Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-04 Dr. Stephen Hensoncheck RAND_pseudo_bytes return value
2011-02-11 Dr. Stephen HensonReturn security strength for supported DSA parameters...
2011-02-01 Dr. Stephen Hensonfixes for DSA2 parameter generation
2011-01-31 Dr. Stephen HensonProvisional, experimental support for DSA2 parameter...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonFIPS mode DSA changes:
2011-01-19 Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2010-06-12 Ben LaurieFix warnings.
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-12-26 Ben LaurieRemove misleading dead code. Constify. (Coverity ID...
2007-10-05 Dr. Stephen HensonFix from fips branch.
2007-03-16 Dr. Stephen HensonWin32 fixes. Add GOST algorithm to mkdef, update ordina...
2007-03-02 Nils Larschsize_t -> int
2007-02-03 Nils Larschadd support for DSA with SHA2
2005-03-28 Nils Larschwhen building with OPENSSL_NO_DEPRECATED defined BN_zer...
2004-12-05 Dr. Stephen HensonRemaing bits of PR:620 relevant to 0.9.8.
2004-04-28 Geoff ThorpeThe new BN_CTX code makes this sort of abuse unnecessary.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DSA and...
2003-01-15 Geoff ThorpeAs with RSA, which was modified recently, this change...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-11-07 Richard LevitteConstify DSA-related code.
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-02-02 Bodo MöllerTolerate negative numbers in BN_is_prime.
2000-02-02 Bodo Möllerrndsort{Miller, Rabin} primality test.
2000-01-30 Bodo MöllerTiny changes to previous patch (the log message was...
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-27 Ulf MöllerDocument DSA and SHA.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-06-25 Bodo MöllerAvoid some memory holes, one of which was pointed out by
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...