summaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_gen.c
Commit message (Expand)AuthorAgeFilesLines
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined insteve2011-05-111-2/+2
* Add PRNG security strength checking.steve2011-04-231-1/+45
* Use 0 for tbslen to perform strlen.steve2011-04-191-3/+3
* Remove several of the old obsolete FIPS_corrupt_*() functions.steve2011-04-141-10/+0
* Initial incomplete POST overhaul: add support for POST callback tosteve2011-04-141-3/+3
* Update pairwise consistency checks to use SHA-256.steve2011-02-151-3/+3
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-271-1/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removesteve2011-01-271-0/+2
* FIPS mode RSA changes:steve2011-01-261-0/+93
* Change to mitigate branch prediction attacksbodo2007-03-281-4/+29
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()nils2006-03-131-2/+5
* Fix more error codes.bodo2005-05-111-2/+2
* Remove distracting comments and code. Thanks to Nils for picking up on thegeoff2004-09-191-16/+0
* With the new dynamic BN_CTX implementation, there should be no need forgeoff2004-04-271-6/+3
* The problem of rsa key-generation getting stuck in a loop for (pointlessly)geoff2004-04-261-2/+15
* Allow RSA key-generation to specify an arbitrary public exponent. Jeltegeoff2004-04-261-15/+4
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.geoff2003-10-291-1/+2
* This is the first step in allowing RSA_METHODs to implement their own keygeoff2003-01-071-0/+14
* Nils Larsch submitted;geoff2002-12-081-8/+2
* This is a first-cut at improving the callback mechanisms used ingeoff2002-12-081-28/+30
* Bug fix for 64 bit HP-UX.ulf2000-06-011-1/+1
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessulf2000-02-051-5/+7
* Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andsteve1999-07-131-1/+1
* More evil cast removal.ben1999-06-031-1/+1
* Remove NOPROTO-related macros.ulf1999-04-261-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-20/+29
* Initial revisionrse1998-12-211-0/+186