summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt
AgeCommit message (Expand)Author
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz
2021-06-08Document missing EC/SM2 paramsShane Lontis
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-18keymgmt: fix coverity 1484886 unchecked return valuePauli
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-04-08fix coverity 1466710: resource leakPauli
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-30Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis
2021-03-26Make the SM2 group the default group for the SM2 algorithmTomas Mraz
2021-03-26rsa: fix coverity 1463571: explicit null dereferencePauli
2021-03-24ec_keymgmt: fix coverity 1474427: resource leakPauli
2021-03-19PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD functionRichard Levitte
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17prov: remove todos in rsa_keymgmt.cPauli
2021-03-15Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-12provider: add params argument to key manager's gen_init callPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-15Run DH_check_ex() not DH_check_params_ex() when checking paramsMatt Caswell
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-02-01PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte
2021-02-01Fix some odd names in our provider source codeRichard Levitte
2021-02-01Ensure EC keys with a private key but without a public key can be createdMatt Caswell
2021-01-29rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz