summaryrefslogtreecommitdiff
path: root/providers/implementations/signature/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Rename files in providers/implementations/signaturesRichard Levitte2021-05-071-1456/+0
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-3/+4
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-151-25/+34
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-6/+6
* Add ossl_rsa symbolsShane Lontis2021-03-181-2/+2
* prov: support params arguments to signature init callsPauli2021-03-121-16/+27
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-11/+19
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-4/+0
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix external symbols related to provider related security checks forShane Lontis2021-02-181-2/+2
* RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk2021-02-151-2/+4
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-11/+11
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-2/+3
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-051-106/+189
* Fix dsa & rsa signature dupctx() so that ctx->propq is strdupedShane Lontis2020-12-041-0/+7
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-8/+8
* der: _ossl prefix DER functionsPauli2020-10-011-2/+3
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-1/+1
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-1/+1
* fix provider signaturesShane Lontis2020-09-181-56/+6
* Add fips checks for rsa signatures.Shane Lontis2020-09-181-44/+67
* signature: add FIPS error state handlingPauli2020-09-121-1/+35
* Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->f...Shane Lontis2020-08-241-2/+5
* Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verif...Shane Lontis2020-08-241-2/+3
* Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsaShane Lontis2020-08-241-1/+1
* Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx()Shane Lontis2020-08-241-1/+1
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte2020-08-071-7/+7
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-23/+23
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Add ACVP fips module testsShane Lontis2020-06-171-7/+12
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-20/+25
* Adjust length of some strncpy() callsNicola Tuveri2020-05-221-5/+29
* Refactor the provider side DER constants and writersRichard Levitte2020-05-201-1/+2
* PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte2020-05-141-51/+141
* EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte2020-05-141-12/+30
* PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte2020-05-141-59/+121
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-071-0/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* PROV: Add DERlib support for RSARichard Levitte2020-04-071-18/+23
* Add RSA sign to the fips providerShane Lontis2020-03-151-1/+0
* PROV: Avoid MDC2 in the RSA signature implementation in the FIPS moduleRichard Levitte2020-02-221-1/+3
* PROV: add RSA signature implementationRichard Levitte2020-02-221-0/+1113