summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-17Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett
2021-03-15Tiny clarification of comment for RSA_signdiv2016bit
2021-03-14Remove TODO in rsa_ameth.cShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-03ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-26Fix external symbols for bnShane Lontis
2021-02-24Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz
2021-02-24Fix missing EOL at the end of the rsa/build.infoTomas Mraz
2021-02-23EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-16Fix the RSA_SSLV23_PADDING padding typeMatt Caswell
2021-02-14Remove dead code in rsa_pkey_ctrl.Shane Lontis
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-01-28EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius
2021-01-28Fix rsa_pss_asn1_meth to refert to rsa_sig_info_setDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-26Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte
2021-01-25bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2021-01-15Correct typo in rsa_oaep.cDaniel Bevenius
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-11-30RSA: correct digestinfo_ripemd160_der[]Richard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping 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-10-01rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-03Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-20RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte
2020-08-09Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they u...Shane Lontis