summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2024-01-15Limit the execution time of RSA public key checkTomas Mraz
2024-01-12ossl_rsa_fips186_4_gen_prob_primes(): Remove unused Xpout and Xqoutsharad3001
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman
2023-12-29Limit RSA-OAEP related functions to RSA keys onlyslontis
2023-10-25rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang
2023-10-18Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman
2023-10-18remove sanity check from ossl_rsa_todataNeil Horman
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-07-17Fix RSA OAEP set/get label for legacy engineljuzwiuk
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01rsa: update to structure based atomicsPauli
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-01Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz
2023-05-30Optimise locking in rsa_get_blinding()Matt Caswell
2023-05-05Add libctx to x931 keygen.slontis
2023-04-28Avoid generating RSA keys with p < qrkarmaka98
2023-04-13Fix the LCM computation in the RSA multiprime key checkTomas Mraz
2023-04-04Alternative fix for CVE-2022-4304Bernd Edlinger
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2023-02-08S390x: Support ME and CRT offloadingJuergen Christ
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-01-12Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-12-12rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-08Obtain PSS salt length from providerClemens Lang
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-28Fix memory leak in ossl_rsa_fromdata.slontis
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell
2022-06-16Add sensitive memory clean in priv encodeKan
2022-06-13RSA Keygen update - When using the default provider fallback to default multi...slontis
2022-06-02Fix the check of evp_pkey_ctx_set_params_strictPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-08rsa: add check after calling BN_BLINDING_lockJiasheng Jiang
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-01-18replace ;; with ; as statement separatorPauli
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2021-12-02check the return value of BN_dup() in rsa_lib.c:1248x2018
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-27add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x2018