summaryrefslogtreecommitdiffstats
path: root/crypto/evp/keymgmt_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Correctly display the signing/hmac algorithm in the dgst appMatt Caswell2020-09-171-0/+5
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-121-4/+3
* gettables: core changes to pass the provider context.Pauli2020-08-071-2/+6
* KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte2020-07-241-1/+15
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-21/+21
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Make sure we save the copy function when registering a new KeymgmtMatt Caswell2020-06-191-0/+4
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-33/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte2020-04-171-1/+8
* KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2020-04-151-1/+34
* CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte2020-03-121-3/+87
* KEYMGMT: Add a keydata copy functionRichard Levitte2020-03-021-0/+10
* KEYMGMT: Add a keydata matching functionRichard Levitte2020-03-021-0/+14
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-181-4/+33
* KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte2020-02-071-12/+22
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-241/+93
* Reorganize the internal evp_keymgmt functionsRichard Levitte2020-02-071-0/+150
* Add RSA key validation to default providerShane Lontis2020-01-291-0/+24
* EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte2020-01-171-1/+25
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-1/+1
* CORE & EVP: Specify OP_query_operation_name() for KEYMGMTRichard Levitte2020-01-091-0/+6
* Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte2019-11-101-5/+4
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+5
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-0/+8
* EVP: add missing common functionalityRichard Levitte2019-10-171-0/+14
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-12/+20
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-2/+2
* Add a mechnism to save the name of fetched methodsRichard Levitte2019-07-231-2/+7
* Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte2019-07-221-0/+189