summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-151-2/+2
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-0/+10
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-2/+2
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-1/+1
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-251-0/+1
* Remove some dead SM2 codeMatt Caswell2020-09-251-3/+0
* Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new ...Shane Lontis2020-09-231-6/+4
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-31/+1
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-3/+73
* Add self tests for rsa encryptionShane Lontis2020-09-161-5/+1
* EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte2020-09-121-0/+3
* EVP: Move the functions and controls for setting and getting distidRichard Levitte2020-09-081-0/+82
* EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte2020-09-081-1/+2
* EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte2020-09-081-49/+237
* EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte2020-09-081-47/+89
* Delete unused PKEY MAC filesMatt Caswell2020-08-291-10/+0
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-9/+32
* Extend the provider MAC bridge for Poly1305Matt Caswell2020-08-291-1/+0
* Extend the provider MAC bridge for SIPHASHMatt Caswell2020-08-291-1/+0
* Convert EVP_PKEY_CTX_set_mac_key() into a functionMatt Caswell2020-08-291-1/+11
* Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell2020-08-291-1/+0
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-18/+2
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-121-1/+1
* Add dh_kdf support to providerShane Lontis2020-08-111-1/+22
* Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell2020-08-101-13/+14
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-3/+89
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-61/+104
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-6/+120
* gettables: core changes to pass the provider context.Pauli2020-08-071-12/+32
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-2/+2
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-2/+2
* Fix missed fields in EVP_PKEY_meth_copy.Aaron Thompson2020-06-041-37/+6
* Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell2020-05-281-3/+47
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-3/+3
* Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte2020-05-231-3/+3
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-1/+8
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-10/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-12/+12
* Update copyright yearMatt Caswell2020-04-231-1/+1
* pkey: free key manager on error pathPauli2020-04-171-0/+1
* Add DH keygen to providersShane Lontis2020-04-151-1/+28
* Add DSA keygen to providerShane Lontis2020-04-151-1/+21
* EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte2020-04-151-1/+22
* KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2020-04-151-0/+6
* EVP: legacy_ctrl_to_param() to handle provider side keysRichard Levitte2020-04-101-1/+2
* Ignore some fetch failuresMatt Caswell2020-03-271-1/+5
* EVP: Clarify the states of an EVP_PKEYRichard Levitte2020-03-251-1/+1
* EVP: fetch the EVP_KEYMGMT earlierRichard Levitte2020-03-211-9/+14
* Fix legacy_ctrl_to_param() to pay better attention to keytypeRichard Levitte2020-03-151-16/+24
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+6