summaryrefslogtreecommitdiffstats
path: root/include/crypto/rsa.h
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2022-12-12rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario
2022-05-03Update copyright yearMatt Caswell
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-08-21Clean away some declarationsRichard Levitte
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-06-17Add ACVP fips module testsShane Lontis
2020-05-27PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte
2020-05-14RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte
2020-05-14RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-01-29Add RSA key validation to default providerShane Lontis
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-10-17Added internal functions for easy getting and setting all RSA parameters.Richard Levitte