summaryrefslogtreecommitdiff
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-2/+11
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-152-22/+30
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-152-93/+96
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Update copyright yearMatt Caswell2021-04-085-5/+5
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-1/+0
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-282-2/+115
* Remove RSA bignum_data that is not used anywhereTomas Mraz2021-03-282-6/+0
* RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte2021-03-261-1/+1
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-6/+11
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-193-149/+181
* Add ossl_rsa symbolsShane Lontis2021-03-1811-63/+66
* Add ossl_asn1 symbolsShane Lontis2021-03-181-9/+9
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-3/+4
* Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett2021-03-172-6/+7
* Tiny clarification of comment for RSA_signdiv2016bit2021-03-151-1/+1
* Remove TODO in rsa_ameth.cShane Lontis2021-03-141-9/+2
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* Update copyright yearMatt Caswell2021-03-115-5/+5
* ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz2021-03-031-3/+7
* Remove RSA SSLv23 padding modeRich Salz2021-03-015-206/+1
* Fix external symbols for bnShane Lontis2021-02-262-9/+10
* Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz2021-02-241-5/+2
* Fix missing EOL at the end of the rsa/build.infoTomas Mraz2021-02-241-1/+1
* EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte2021-02-231-464/+207
* Update copyright yearMatt Caswell2021-02-184-4/+4
* Fix the RSA_SSLV23_PADDING padding typeMatt Caswell2021-02-161-2/+8
* Remove dead code in rsa_pkey_ctrl.Shane Lontis2021-02-141-8/+0
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-1/+1
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-053-4/+12
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-1/+66
* Fix rsa_pss_asn1_meth to refert to rsa_sig_info_setDr. David von Oheimb2021-01-281-1/+1
* Update copyright yearRichard Levitte2021-01-284-4/+4
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-261-3/+2
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-252-2/+5
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-13/+0
* Correct typo in rsa_oaep.cDaniel Bevenius2021-01-151-1/+1
* 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