]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/pmeth_fn.c
Fix grammar in certificates.txt
[thirdparty/openssl.git] / crypto / evp / pmeth_fn.c
2020-09-16  Shane LontisAdd self tests for rsa encryption
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-05-08  Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-09  Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-02-29  Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-21  Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-18  Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17  Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-09  Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-08  Richard LevitteEVP: If a key can't be exported to provider, fallback...
2019-11-29  Matt CaswellCheck that OPENSSL_zalloc was successful when creating...
2019-11-14  Matt CaswellImplement provider support for Asym Ciphers
2019-11-10  Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
2019-11-05  Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-10-17  Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17  Richard LevitteEVP: add functions that return the name number
2019-10-17  Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17  Richard LevitteEVP: add missing common functionality
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.