Updated list formatting, added hyperlinks, modernized syntax
[openssl.git] / crypto / dsa / dsa_pmeth.c
2024-03-30 Jiasheng Jiangdsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_...
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to dsa keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-06 Shane LontisAdd FFC param/key generation
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-05-22 Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for DSA
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
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.