summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa/rsa_gen.c
AgeCommit message (Expand)Author
2023-07-08Hide symbols in rsaBob Beck
2023-04-13The NBs have been duly noted and ignored. Drop them.Theo Buehler
2023-04-13Move RSA_generate_key() from rsa_depr.c to rsa_gen.cTheo Buehler
2023-03-27Convert BN_copy() with missing error checks to bn_copy()Theo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2021-12-26Consistently call BN_init() before BN_with_flags()Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-25Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedBob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2017-01-21Split out BN_div and BN_mod into ct and nonct versions for Internal use.Bob Beck
2016-06-30Remove flags for disabling constant-time operations.Brent Cook
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-09More KNF.Joel Sing
2014-07-09KNFMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-06-15RSA goes in tree for next our next release, as it will be afterBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker