aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Check range of RSA plaintext and ciphertext when using no padding.slontis2024-04-091-8/+57
* Copyright year updatesRichard Levitte2024-04-096-6/+6
* rsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-031-5/+29
* rsa/rsa_ameth.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang2024-03-291-6/+13
* Limit the execution time of RSA public key checkTomas Mraz2024-01-151-1/+7
* ossl_rsa_fips186_4_gen_prob_primes(): Remove unused Xpout and Xqoutsharad30012024-01-121-8/+5
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-095-118/+461
* Limit RSA-OAEP related functions to RSA keys onlyslontis2023-12-291-0/+8
* rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang2023-10-251-0/+5
* Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman2023-10-181-7/+11
* remove sanity check from ossl_rsa_todataNeil Horman2023-10-181-12/+0
* rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno2023-10-181-1/+11
* Fix a possible memleak in rsa_pub_encodeBernd Edlinger2023-09-111-1/+4
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-0710-10/+10
* Fix RSA OAEP set/get label for legacy engineljuzwiuk2023-07-171-0/+4
* fix memory allocation and reference counting issuesPauli2023-07-051-2/+5
* rsa: update to structure based atomicsPauli2023-07-011-3/+6
* Fix typos found by codespellDimitri Papadopoulos2023-06-152-9/+9
* Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz2023-06-011-0/+32
* Optimise locking in rsa_get_blinding()Matt Caswell2023-05-301-3/+17
* Add libctx to x931 keygen.slontis2023-05-051-4/+3
* Avoid generating RSA keys with p < qrkarmaka982023-04-281-0/+9
* Fix the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-131-6/+10
* Alternative fix for CVE-2022-4304Bernd Edlinger2023-04-041-7/+6
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-041-14/+7
* Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis2023-03-011-9/+0
* S390x: Support ME and CRT offloadingJuergen Christ2023-02-081-0/+35
* Fix Timing Oracle in RSA decryptionDmitry Belyavskiy2023-02-071-76/+96
* Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis2023-01-121-6/+7
* Refine the documents of several APIsPeiwei Hu2022-12-161-1/+1
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-122-6/+30
* rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario2022-12-122-1/+346
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-082-6/+38
* Obtain PSS salt length from providerClemens Lang2022-12-081-18/+20
* Replace "a RSA" with "an RSA"Daniel Fiala2022-12-071-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0514-74/+40
* Fix memory leak in ossl_rsa_fromdata.slontis2022-06-281-2/+5
* The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell2022-06-281-1/+1
* Add sensitive memory clean in priv encodeKan2022-06-161-0/+1
* RSA Keygen update - When using the default provider fallback to default multi...slontis2022-06-131-7/+9
* Fix the check of evp_pkey_ctx_set_params_strictPeiwei Hu2022-06-021-2/+4
* Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu2022-06-021-1/+1
* Update copyright yearMatt Caswell2022-05-034-4/+4
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-4/+2
* rsa: add check after calling BN_BLINDING_lockJiasheng Jiang2022-02-081-1/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-032-7/+9
* replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-11/+17