summaryrefslogtreecommitdiff
path: root/doc/man7/provider-keymgmt.pod
Commit message (Expand)AuthorAgeFilesLines
* doc: document the additional params argument to the various init() callsPauli2021-03-121-2/+3
* doc: add params argument to key manager's gen_init callPauli2021-03-121-2/+4
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-2/+7
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-231-1/+1
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-1/+1
* gettables: documentation changes to pass the provider context.Pauli2020-08-071-2/+2
* KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte2020-07-241-6/+17
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-91/+91
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-2/+2
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-12/+0
* DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte2020-04-201-236/+9
* Add DSA keygen to providerShane Lontis2020-04-151-0/+50
* KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2020-04-151-0/+12
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-11/+67
* CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte2020-03-121-5/+48
* DOCS: Fix documentation on asymmetric keydata typesRichard Levitte2020-03-091-12/+12
* Add Serializers for ECShane Lontis2020-03-041-0/+26
* KEYMGMT: Add a keydata copy functionRichard Levitte2020-03-021-1/+10
* KEYMGMT: Add a keydata matching functionRichard Levitte2020-03-021-0/+8
* Implement the ECX SerializersMatt Caswell2020-02-281-0/+81
* [PROV][EC] Update documentationNicola Tuveri2020-02-181-8/+59
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-135/+160
* Add RSA key validation to default providerShane Lontis2020-01-291-1/+25
* EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte2020-01-171-6/+66
* CORE & EVP: Specify OP_query_operation_name() for KEYMGMTRichard Levitte2020-01-091-0/+13
* Document the provider DIGEST operationMatt Caswell2019-07-251-1/+1
* provider-keymgmt(7): Document the KEYMGMT interfaceRichard Levitte2019-07-231-0/+178