Move more comments that confuse indent
[openssl.git] / crypto / crypto.h
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-06-01 Dr. Stephen HensonProhibit low level cipher APIs in FIPS mode.
2011-06-01 Dr. Stephen HensonProhibit use of low level digest APIs in FIPS mode.
2011-05-26 Dr. Stephen HensonThe first of many changes to make OpenSSL 1.0.1 FIPS...
2011-05-19 Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-01-26 Dr. Stephen HensonOPENSSL_isservice is now defined on all platforms not...
2010-01-26 Dr. Stephen Hensonexport OPENSSL_isservice and make update
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2008-10-26 Ben LaurieAdd JPAKE.
2008-10-14 Dr. Stephen HensonAdd missing lock definitions...
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-06-04 Ben LaurieMore type-checking.
2008-05-19 Bodo MöllerChange use of CRYPTO_THREADID so that we always use...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2005-05-08 Andy PolyakovEliminate "statement with no effect" warning when OPENS...
2005-04-12 Dr. Stephen HensonReplace overwritten lines before error codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2004-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-05-17 Geoff ThorpeReduce dependencies on crypto.h by moving the opaque...
2003-10-06 Richard LevitteSetting the ex_data index is unsafe in a threaded envir...
2003-05-01 Richard LevitteDefine the OPENSSL_ITEM structure.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_FP_API.
2003-02-12 Bodo Möllernew lock for EC_PRE_COMP structures
2002-12-08 Richard LevitteImplement a stateful variant if the ZLIB compression...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-27 Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-15 Richard LevitteWinCE patches
2002-11-13 Richard LevitteMerge from 0.9.7-stable.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-28 Bodo Möllerclean up new code for NIST primes
2002-09-23 Bodo Möllerreally fix race condition
2002-08-09 Bodo MöllerAdd ECDH support.
2002-02-13 Bodo Möllernew locks
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-06 Bodo MöllerTotally get rid of CRYPTO_LOCK_ERR_HASH.
2001-09-04 Bodo Möllerdelete redundant ERR_load_CRYPTO_strings() prototype
2001-09-01 Geoff ThorpeFirst step in fixing "ex_data" support. Warning: big...
2001-07-25 Bodo Möllermd_rand.c thread safety
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...
2001-02-22 Richard LevitteOne indirection level too little compared to the
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-14 Ulf MöllerNew function OPENSSL_issetugid(). Needs more work.
2001-01-10 Bodo MöllerAdd SSLEAY_DIR argument code for SSLeay_version.
2001-01-10 Bodo MöllerChange prototypes for new CRYPTO_..._mem_ex_functions...
2001-01-10 Richard LevitteAs response to a user request to be able to use externa...
2001-01-09 Geoff ThorpeGet rid of the function pointer casting in the debuggin...
2000-11-06 Richard LevitteConstification of CRYPTO_get_ex_data() needed for the...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-08-01 Richard LevitteRemove casts that are no longer needed.
2000-06-19 Richard LevitteAdd the missing callback pointer handling functions.
2000-06-19 Richard LevitteRedo the support for dynamic locks. First of all,...
2000-06-18 Richard LevitteAdd support for dynamically created and destroyed mutex...
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Ulf Mölleris needed.
2000-05-31 Ulf Möller#include <stdlib.h> is not needed.
2000-05-31 Bodo MöllerMove Windows seeding functions into a separate file.
2000-05-15 Ulf Möllerprototype.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-04 Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
2000-02-26 Richard LevitteSince a stack with quite long name is declared here...
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-07 Bodo Mölleradd V_CRYPTO_MDEBUG_ALL
2000-01-02 Dr. Stephen HensonAdd support for MS "fast SGC".
1999-12-18 Bodo MöllerRename
1999-12-18 Bodo Möllerfix typos and other little errors ...
1999-12-18 Bodo Möller- Don't assume that int and size_t have the same repres...
1999-12-18 Richard Levitte - Added more documentation in CHANGES.
1999-12-18 Richard Levitte - Made sure some changed behavior is documented in...
1999-12-17 Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-11-12 Richard LevitteTwo changes have been made:
1999-08-23 Dr. Stephen HensonInitial support for DH_METHOD. Also added a DH lock...
1999-07-19 Bodo MöllerNew compile time option -DCRYPTO_MDEBUG_THREAD.
1999-07-19 Bodo MöllerHave CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,
1999-06-18 Bodo MöllerNew function CRYPTO_num_locks.
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-14 Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13 Ulf MöllerVMS support.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
1999-04-24 Bodo MöllerFix header files so that any one can be included first.
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-17 Ben LaurieMassive constification.
1999-04-10 Ben LaurieRid the world of more evil casts.
next