Deprecate the low level RSA functions.
[openssl.git] / crypto / rsa / rsa_ossl.c
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