summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ossl.c
AgeCommit message (Expand)Author
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-11Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-11-30rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov
2018-11-21rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov
2018-09-11Update copyright yearMatt Caswell
2018-08-23rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-07-31Check return from BN_subPauli
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov
2017-12-08Add missing range checks on number of multi primes in rsa_ossl_mod_expBernd Edlinger
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-08-25This part fixes braces around if-else.Paul Yang
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-14Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger
2017-04-07Make default_method mostly compile-timeRich Salz
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz