summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt/rsa_kmgmt.c
AgeCommit message (Expand)Author
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
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte
2020-03-12PROV: Add RSA functionality for key generationRichard Levitte
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-02-07KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte
2020-02-07Adapt existing KEYMGMT implementations to the redesigned interfaceRichard Levitte
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-23Add answers for EVP_PKEY_get_default_digest_name() in RSA and DSA keymgmtRichard Levitte
2020-01-17PROV: Adapt the RSA, DSA and DH KEYMGMT implementationsRichard Levitte
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte