summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ossl.c
AgeCommit message (Expand)Author
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