]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa/rsa_eay.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / rsa / rsa_eay.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2014-12-08  Matt CaswellImplement internally opaque bn access from rsa
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen Hensonremove FIPS module code from crypto/rsa
2014-08-18  Doug GoldsteinRT2163: Remove some unneeded #include's
2014-07-05  Alan HryngleReturn smaller of ret and f.
2011-10-19  Bodo MöllerBN_BLINDING multi-threading fix.
2011-05-11  Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-23  Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2011-04-22  Dr. Stephen HensonReturn errors instead of aborting when selftest fails.
2011-02-03  Bodo MöllerFix error codes.
2011-01-27  Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-27  Dr. Stephen Hensonuse FIPSEVP in some bn and rsa files
2011-01-26  Dr. Stephen HensonFIPS mode RSA changes:
2010-10-11  Dr. Stephen HensonPR: 2295
2008-09-14  Bodo MöllerReally get rid of unsafe double-checked locking.
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-02-27  Bodo Möllerfix BIGNUM flag handling
2007-03-28  Bodo MöllerChange to mitigate branch prediction attacks
2006-09-28  Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-09-06  Bodo MöllerRemove non-functional part of recent patch, after discu...
2006-09-05  Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-14  Bodo MöllerThread-safety fixes
2005-09-22  Nils Larschprotect BN_BLINDING_invert with a write lock and BN_BLI...
2005-05-28  Dr. Stephen HensonUpdate from 0.9.7-stable. Also repatch and rebuild...
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-11  Bodo MöllerFix more error codes.
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-22  Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-03-25  Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2004-03-15  Richard LevitteMake sure that the last argument to RAND_add() is a...
2003-04-15  Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-08  Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
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-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 LevitteAdd the possibility to build without the ENGINE framework.
2003-01-07  Geoff ThorpeThis is the first step in allowing RSA_METHODs to imple...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-05-30  Richard LevitteCheck the return values where memory allocation failure...
2001-09-25  Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-20  Bodo Möllercomments
2001-07-25  Bodo Mölleralways reject data >= n
2001-07-20  Geoff ThorpeCurrently, RSA code, when using no padding scheme,...
2001-03-28  Ulf Möllercheck CRT
2001-03-28  Ulf Möllercheck CRT
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-12-19  Bodo Möllerfix indentation
2000-12-19  Bodo MöllerDon't hold CRYPTO_LOCK_RSA during time-consuming operat...
2000-12-18  Bodo MöllerAdd a comment (intended change)
2000-12-18  Bodo MöllerObtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX
2000-11-07  Richard LevitteA few more constifications of some RSA routines that...
2000-11-06  Richard LevitteConstify the RSA library.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-03  Ulf Möllerispell (and minor modifications)
1999-09-08  Dr. Stephen HensonOops... forgot the other RSA_NULL patches...
1999-07-27  Dr. Stephen HensonNew RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-03-11  Dr. Stephen HensonFix for RSA private key encryption if p < q. This took...
1999-02-17  Ben LaurieAdd OAEP.
1999-01-07  Ben LaurieAccept NULL in *_free.
1999-01-04  Ben LaurieOnly free if it ain't NULL.
1998-12-29  Ben LaurieAdd prototypes. Make Montgomery stuff explicitly for...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...