]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/keymgmt_meth.c
PROV: add RSA signature implementation
[thirdparty/openssl.git] / crypto / evp / keymgmt_meth.c
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-07  Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07  Richard LevitteReorganize the internal evp_keymgmt functions
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-17  Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17  Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-09  Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2019-11-10  Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
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-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-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...