summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt/rsa_kmgmt.c
AgeCommit message (Expand)Author
2023-05-30Update copyright yearTomas Mraz
2023-03-15Updated `rsa_has()` for correct validationafshinpir
2022-06-15Fix the export routines to not return success if param alloc failedMatt Caswell
2022-03-15Update copyright yearMatt Caswell
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-01-07providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_initPeiwei Hu
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
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-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-26rsa: fix coverity 1463571: explicit null dereferencePauli
2021-03-19PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD functionRichard Levitte
2021-03-18Add ossl_rsa symbolsShane 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-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-18Update copyright yearMatt Caswell
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-01-29rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz
2020-12-03remove unused initialisationsPauli
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-12keymgmt: add FIPS error state handlingPauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-27EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-17Add ACVP fips module testsShane Lontis
2020-05-22Coverity 1463571: Null pointer dereferences (FORWARD_NULL)Pauli
2020-05-22Coverity 1463574: Null pointer dereferences (REVERSE_INULL)Pauli
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-04-30coverity 1462574 Resource leakPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli