CTR, HASH and HMAC DRBGs in provider
[openssl.git] / crypto / evp / keymgmt_lib.c
2020-06-05 Matt CaswellAlways create a key when importing
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-04-29 Richard LevitteEVP: Fix evp_keymgmt_util_copy() for to->keymgmt =...
2020-04-25 Paulikeymgmt: convert to use the params modification detection.
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-03-25 Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-12 Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-02 Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02 Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02 Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07 Richard LevitteReorganize the internal evp_keymgmt functions
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-02-02 Richard LevitteEVP: Small refactor of keymgmt library code
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...
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-01 jayaramfix for Missing null check after OPENSSL_zalloc
2019-10-17 Richard Levitteevp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-22 Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22 Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22 Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...