Enhance the explanation of selector bits in provider-keymgmt(7)
[openssl.git] / doc / man7 / provider-keymgmt.pod
2021-12-13 Richard LevitteEnhance the explanation of selector bits in provider...
2021-09-22 Paulidoc: remove end of line whitespace
2021-09-21 Arne SchwabeAdd missing mention of mandatory function OSSL_FUNC_key...
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-09 Tomas MrazSmall fixes and cleanups of provider API documentation
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-11 Paulidoc: document the additional params argument to the...
2021-03-11 Paulidoc: add params argument to key manager's gen_init...
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-08-06 Pauligettables: documentation changes to pass the provider...
2020-07-24 Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-19 Richard LevitteDOC: Refactor provider-keymgmt(7) to give the keytypes...
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-09 Richard LevitteDOCS: Fix documentation on asymmetric keydata types
2020-03-03 Shane LontisAdd Serializers for EC
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-02-27 Matt CaswellImplement the ECX Serializers
2020-02-18 Nicola Tuveri[PROV][EC] Update documentation
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
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-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2019-07-25 Matt CaswellDocument the provider DIGEST operation
2019-07-23 Richard Levitteprovider-keymgmt(7): Document the KEYMGMT interface