summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/rsa.c
AgeCommit message (Expand)Author
2021-05-07Rename files in providers/implementations/signaturesRichard Levitte
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-12prov: support params arguments to signature init callsPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols related to provider related security checks forShane Lontis
2021-02-15RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
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
2020-12-04Fix dsa & rsa signature dupctx() so that ctx->propq is strdupedShane Lontis
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-10-01der: _ossl prefix DER functionsPauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18fix provider signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-09-12signature: add FIPS error state handlingPauli
2020-08-24Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->f...Shane Lontis
2020-08-24Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verif...Shane Lontis
2020-08-24Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsaShane Lontis
2020-08-24Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx()Shane Lontis
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-08-07gettables: provider changes to pass the provider context.Pauli
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-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-22Adjust length of some strncpy() callsNicola Tuveri
2020-05-20Refactor the provider side DER constants and writersRichard Levitte
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-14PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-07PROV: Add DERlib support for RSARichard Levitte
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-02-22PROV: Avoid MDC2 in the RSA signature implementation in the FIPS moduleRichard Levitte
2020-02-22PROV: add RSA signature implementationRichard Levitte