aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+5
* RSA: correct digestinfo_ripemd160_der[]Richard Levitte2020-11-301-4/+4
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Deprecate RSA harderRichard Levitte2020-11-182-1/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1320-205/+181
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-158-17/+17
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-8/+0
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-77/+9
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-237/+7
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-0717-221/+232
* Run the withlibctx.pl scriptMatt Caswell2020-10-015-36/+25
* rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis2020-10-011-1/+1
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-262-7/+33
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-6/+2
* Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2020-09-232-5/+12
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-211-0/+9
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius2020-09-031-1/+1
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-5/+5
* RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte2020-08-201-10/+14
* Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they u...Shane Lontis2020-08-091-2/+2
* RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte2020-08-071-2/+3
* RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30Richard Levitte2020-08-011-16/+98
* Fix potential double free in rsa_keygen pairwise test.Shane Lontis2020-06-231-0/+6
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-213-10/+71
* Add ACVP fips module testsShane Lontis2020-06-177-38/+262
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-103-13/+54
* RSA: Do not set NULL OAEP labelsBenjamin Kaduk2020-05-281-1/+2
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-7/+0
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-261-1/+1
* rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte2020-05-201-1/+2
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-42/+74
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+5
* RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte2020-05-141-16/+114
* RSA: Add a less loaded PSS-parameter structureRichard Levitte2020-05-144-2/+300
* RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte2020-05-142-1/+87
* RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte2020-05-142-57/+53
* RSA: Add RSA key typesRichard Levitte2020-05-141-1/+15
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-071-0/+2
* coverity 1462561 Uninitialized scalar variablePauli2020-04-301-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-292-2/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-2810-61/+61
* Update copyright yearMatt Caswell2020-04-2322-22/+22
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-171-3/+4
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-162-11/+10
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* PROV: Add DERlib support for RSARichard Levitte2020-04-072-99/+1
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-014-20/+98
* Param build: make structures opaque.Pauli2020-03-282-23/+22