aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-keymgmt.pod
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* provider-keymgmt.pod: fix typorilysh2024-01-031-1/+1
* EVP_PKEY_get_size.pod and provider-keymgmt.pod: document their relationDr. David von Oheimb2023-10-261-0/+6
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* DOCS: provider-keymgmt(7) - params for EVP_PKEY_get_default_digest_{name,nid}()Richard Levitte2023-03-071-0/+30
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-241-4/+24
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-12/+12
* doc: Fix keymgmt functions parameters Ladislav Marko2022-06-011-2/+2
* Enhance the explanation of selector bits in provider-keymgmt(7)Richard Levitte2021-12-131-6/+5
* doc: remove end of line whitespacePauli2021-09-221-2/+2
* Add missing mention of mandatory function OSSL_FUNC_keymgmt_hasArne Schwabe2021-09-211-3/+4
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-1/+1
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-151-10/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-3/+4
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-2/+9
* Small fixes and cleanups of provider API documentationTomas Mraz2021-04-091-1/+1
* Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz2021-03-171-2/+8
* 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