summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-05-20todo: remove TODO(3.0) from the sources.Pauli
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-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28Remove RSA bignum_data that is not used anywhereTomas Mraz
2021-03-26RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte
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