Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]Update
[openssl.git] / crypto / evp / pmeth_fn.c
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-09 Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-13 Rich SalzRemove email addresses from source code.
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2009-06-16 Dr. Stephen HensonSubmitted by: Artem Chuprina <ran@cryptocom.ru>
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-09 Dr. Stephen HensonConstification.
2006-04-07 Dr. Stephen HensonIf <operatio>_init function is zero interpret as noop.
2006-04-07 Dr. Stephen HensonInclude EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07 Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.