]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dsa/dsa_pmeth.c
constify *_dup() and *i2d_*() and related functions as far as possible, introducing...
[thirdparty/openssl.git] / crypto / dsa / dsa_pmeth.c
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-30  David BenjaminDocument and add macros for additional DSA options
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-29  Bryan DonlanRemove DSA digest length checks when no digest is passed
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Matt CaswellDon't crash if an unrecognised digest is used with...
2017-01-25  FdaSilvaYYStyle
2017-01-20  Richard LevitteFix DSA parameter generation control error
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-02-22  Rich SalzRemove unused parameters from internal functions
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-08-24  Dr. Stephen HensonAdd DSA digest length checks.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from dsa
2013-06-21  Dr. Stephen HensonAdd control to retrieve signature MD.
2011-06-20  Dr. Stephen Hensonmake EVP_dss() work for DSA signing
2011-05-08  Dr. Stephen Hensonallow SHA384, SHA512 wit DSA
2011-01-19  Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2009-12-01  Dr. Stephen Hensoncheck DSA_sign() return value properly
2009-09-02  Dr. Stephen HensonPR: 2029
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-05-02  Dr. Stephen HensonIndicate support for digest init ctrl.
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12  Dr. Stephen HensonAnd so it begins...
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-02-03  Nils Larschadd support for DSA with SHA2
2006-07-10  Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-05-24  Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24  Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-15  Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13  Dr. Stephen HensonAdd key derivation support.
2006-04-12  Dr. Stephen HensonSupport for DSA keygen, fix for genpkey.
2006-04-12  Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.