Fix grammar in srp_verifier.txt
[openssl.git] / crypto / rsa / rsa_ossl.c
2024-04-09 slontisCheck range of RSA plaintext and ciphertext when using...
2023-09-07 Matt CaswellCopyright year updates
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-05-30 Matt CaswellOptimise locking in rsa_get_blinding()
2023-04-04 Bernd EdlingerAlternative fix for CVE-2022-4304
2023-04-04 Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-02-08 Juergen ChristS390x: Support ME and CRT offloading
2023-02-07 Dmitry BelyavskiyFix Timing Oracle in RSA decryption
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-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-02-08 Jiasheng Jiangrsa: add check after calling BN_BLINDING_lock
2021-06-02 Paulirsa: remove TODOs
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Matt CaswellUpdate copyright year
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-10 PauliCoverity 1453629 and 1453638: Error handling issues...
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-03-22 Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-30 Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-11-21 Andy Polyakovrsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
2018-10-12 Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-09-11 Matt CaswellUpdate copyright year
2018-08-23 Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-07-31 PauliCheck return from BN_sub
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2017-12-08 Bernd EdlingerAdd missing range checks on number of multi primes...
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-08-25 Paul YangThis part fixes braces around if-else.
2017-08-25 Paul YangFix coding style in crypto/rsa directory
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-14 Bernd EdlingerFix another possible crash in rsa_ossl_mod_exp.
2017-04-07 Rich SalzMake default_method mostly compile-time
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-03-08 Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx