]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa
set SSLfatal if tls1_set_shared_sigalgs has a malloc failure
[thirdparty/openssl.git] / crypto / rsa /
8 days ago  Eugene Syromiatnikovcrypto: use array memory (re)allocation routines
2025-07-31  Paulirsa: expose pairwise consistency test API
2025-07-02  Neil HormanRemove need for BN_BLINDING lock
2025-07-02  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
2025-03-12  openssl-machineCopyright year updates
2025-02-25  Niels DosscheFix potential memory leaks in error paths in ossl_rsa_m...
2024-12-10  Neil HormanFix potential use-after-free in REF_PRINT_COUNT
2024-11-28  Paulirsa: change FIPS zeroization to use the OPENSSL_PEDANTI...
2024-09-05  Tomas MrazCopyright year updates
2024-08-29  slontisEVP_MD_size() updates
2024-08-29  slontisUpdate code to use EVP_MD_xof()
2024-08-28  sashanRSA decoder should check also sanity of p, q, e, d...
2024-08-21  Joachim VandersmissenReplace PKCS#1 v1.5 padding in RSA PCT
2024-08-21  Joachim VandersmissenReplace PKCS#1 v1.5 encryption in RSA PCT
2024-08-21  Richard LevitteEnable RSA-SM3 in the default provider
2024-08-12  pohsingwuRestrict salt length for RSA-PSS in the FIPS provider
2024-07-29  slontisAdd RSA Signature restrictions for X9.31 padding in...
2024-07-22  Dimitri PapadopoulosRemove trailing whitespace
2024-07-17  Neil HormanFix coverity-1604666
2024-05-30  Gopal SharmaRemoved hard coded value for cap in function ossl_rsa_m...
2024-05-22  Dimitri John Ledkovrsa-oaep: block SHAKE usage in FIPS mode
2024-05-14  Alexandr Nedvedickyzeroize rsa->p,rsa->q on error
2024-05-13  Dimitri John Ledkovfips: zeroization of public security parameters (PSPs)
2024-04-09  slontisCheck range of RSA plaintext and ciphertext when using...
2024-04-09  Richard LevitteCopyright year updates
2024-04-03  Jiasheng Jiangrsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_...
2024-03-29  Jiasheng Jiangrsa/rsa_ameth.c: Add the check for the EVP_MD_get_size()
2024-01-15  Tomas MrazLimit the execution time of RSA public key check
2024-01-12  sharad3001ossl_rsa_fips186_4_gen_prob_primes(): Remove unused...
2024-01-09  Neil HormanAugment RSA provider to generate CRT coefficients on...
2023-12-29  slontisLimit RSA-OAEP related functions to RSA keys only
2023-10-25  Clemens Langrsa: Add SP800-56Br2 6.4.1.2.1 (3.c) check
2023-10-18  Neil HormanDont require CRT params on ossl_rsa_set0_all_params
2023-10-18  Neil Hormanremove sanity check from ossl_rsa_todata
2023-10-18  Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-09-11  Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-11  Dimitri PapadopoulosRemove repeated words
2023-09-07  Matt CaswellCopyright year updates
2023-07-16  ljuzwiukFix RSA OAEP set/get label for legacy engine
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Paulirsa: update to structure based atomics
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-01  Tomas MrazCompute RSA-PSS algorithm params in libcrypto for legacy
2023-05-30  Matt CaswellOptimise locking in rsa_get_blinding()
2023-05-05  slontisAdd libctx to x931 keygen.
2023-04-28  rkarmaka98Avoid generating RSA keys with p < q
2023-04-13  Tomas MrazFix the LCM computation in the RSA multiprime key check
2023-04-04  Bernd EdlingerAlternative fix for CVE-2022-4304
2023-04-04  Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-03-01  slontisRemove ossl_rsa_pss_params_30_set_maskgenalg().
2023-02-08  Juergen ChristS390x: Support ME and CRT offloading
2023-02-07  Dmitry BelyavskiyFix Timing Oracle in RSA decryption
2023-01-12  slontisMake RSA_generate_multi_prime_key() not segfault if...
2022-12-16  Peiwei HuRefine the documents of several APIs
2022-12-12  Hubert Kariorsa: Add option to disable implicit rejection
2022-12-12  Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-12-08  Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-08  Clemens LangObtain PSS salt length from provider
2022-12-06  Daniel FialaReplace "a RSA" with "an RSA"
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-28  slontisFix memory leak in ossl_rsa_fromdata.
2022-06-28  Matt CaswellThe rsa_validate_keypair_multiprime() function return...
2022-06-16  KanAdd sensitive memory clean in priv encode
2022-06-13  slontisRSA Keygen update - When using the default provider...
2022-06-02  Peiwei HuFix the check of evp_pkey_ctx_set_params_strict
2022-06-02  Peiwei HuFix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-08  Jiasheng Jiangrsa: add check after calling BN_BLINDING_lock
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-03  slontisFix EVP todata and fromdata when used with selection...
2022-01-18  Paulireplace ;; with ; as statement separator
2022-01-14  Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-05  Dimitris ApostolouFix typos
2021-12-02  x2018check the return value of BN_dup() in rsa_lib.c:1248
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-26  x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-08-13  Shane LontisAllow small RSA exponents in the default provider
2021-07-29  Matt CaswellUpdate copyright year
2021-07-23  Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-22  Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-07  Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-06-19  Tomas MrazReplace non-ASCII character in source file
2021-06-19  Paulirsa: fix indentation
2021-06-19  Paulicrypto: repalce tabs with spaces
2021-06-17  Matt CaswellUpdate copyright year
2021-06-04  Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03  Paulirsa: make the maximum key strength check FIPS only.
2021-06-02  Paulirsa: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-27  Paulierrors: update error message (to be squashed)
2021-05-27  Paulirsa: check that the RNG is capable of producing a key...
2021-05-27  Paulirsa: remove the limit on the maximum key strength
2021-05-26  Paulirsa: special case the strengths of RSA with 7680 and...
2021-05-26  Shane LontisFix buffer overflow when generating large RSA keys...
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-20  Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
next