summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_gen.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-06-09Use method rsa keygen first if FIPS mode if it is a FIPS method.Dr. Stephen Henson
2011-06-03Redirect RSA keygen, sign, verify to FIPS module.Dr. Stephen Henson
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2005-05-11Fix more error codes.Bodo Möller
2004-09-19Remove distracting comments and code. Thanks to Nils for picking up on theGeoff Thorpe
2004-04-27With the new dynamic BN_CTX implementation, there should be no need forGeoff Thorpe
2004-04-26The problem of rsa key-generation getting stuck in a loop for (pointlessly)Geoff Thorpe
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-01-07This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe
2002-12-08Nils Larsch submitted;Geoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2000-06-01Bug fix for 64 bit HP-UX.Ulf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
1999-07-13Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson
1999-06-03More evil cast removal.Ben Laurie
1999-04-26Remove NOPROTO-related macros.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall