Prepare for release.
[openssl.git] / crypto / rsa /
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-12-04 Nils Larschfix function names in RSAerr calls
2006-11-21 Dr. Stephen HensonRebuild error source files.
2006-09-28 Mark J. CoxIntroduce limits to prevent malicious keys being able to
2006-09-06 Bodo Möllermake consistent with 0.9.8-branch version of this file
2006-09-05 Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-06-16 Bodo MöllerThread-safety fixes
2006-06-14 Bodo MöllerThread-safety fixes
2006-03-14 Nils Larschapply fixes from the cvs head
2006-02-04 Dr. Stephen HensonFix from HEAD.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-06-06 Dr. Stephen HensonUpdate from head.
2005-06-02 Andy PolyakovMake PSS more flexible, most notably assign special...
2005-06-02 Dr. Stephen HensonUpdate symbols. Add #ifdef OPENSSL_FIPS in various...
2005-06-01 Dr. Stephen HensonFixes for unusual key lengths an PSS.
2005-05-31 Dr. Stephen HensonPreliminary support for X9.31 RSA key generation for...
2005-05-29 Dr. Stephen Hensonmake update
2005-05-28 Dr. Stephen HensonAdd X9.31 signature support, mainly for FIPS140. Add...
2005-05-27 Dr. Stephen HensonAdd PSS support. Minimal at this stage for FIPS140.
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Dr. Stephen HensonPort from stable branch.
2005-04-23 Nils Larschfix typo
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-22 Dr. Stephen HensonNew function BN_MONT_CTX_set_locked, to set montgomery...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-19 Geoff ThorpeRemove distracting comments and code. Thanks to Nils...
2004-05-19 Richard LevitteDefine FIPS_*_SIZE_T for AES, DSA and RSA as well,...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-27 Geoff ThorpeWith the new dynamic BN_CTX implementation, there shoul...
2004-04-26 Geoff ThorpeThe problem of rsa key-generation getting stuck in...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-25 Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-15 Richard LevitteMake sure that the last argument to RAND_add() is a...
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-05-07 Richard LevitteDO NOT constify RSA* in RSA_sign() and RSA_verify(...
2003-05-07 Richard LevitteDO NOT constify RSA* in RSA_sign() and RSA_verify(...
2003-05-05 Richard LevitteConstify RSA_sign() and RSA_verify().
2003-05-05 Richard LevitteConstify RSA_sign() and RSA_verify().
2003-05-01 Richard Levittemake update
2003-04-16 Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-16 Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-15 Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-15 Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-10 Richard Levittemake update
2003-04-10 Richard Levittemake update.
2003-04-10 Dr. Stephen HensonOnly call redirected rsa_sign or rsa_verify if the...
2003-04-08 Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-08 Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteRSA_FLAG_SIGN_VER indicates the special rsa_sign and...
2003-04-07 Richard LevitteRSA_FLAG_SIGN_VER indicates the special rsa_sign and...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-20 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-03-19 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-03-18 Ben LaurieTurn on RSA blinding by default.
2003-02-15 Geoff ThorpeWe cache a montgomery form for 'n' if the PUBLIC flag...
2003-02-14 Geoff ThorpeDavid Brumley <dbrumley@stanford.edu> noted and correct...
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-07 Geoff ThorpeThis is the first step in allowing RSA_METHODs to imple...
2002-12-29 Richard Levittemake update
next