Add enum definitions to CT pods
[openssl.git] / crypto / cryptlib.c
2016-06-22 Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-05-19 Andy PolyakovAdd assembly CRYPTO_memcmp.
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-03-30 Richard LevitteBreak out DllMain from crypto/cryptlib.c and use it...
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-02-14 Richard LevitteDeclare DllMain internally
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellProvide a thread stop API
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-01 Dmitry-MeComment "secure memcmp" implementation
2016-01-31 Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30 Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-09-30 David WoodhouseFix no-stdio build
2015-09-29 Andy PolyakovFix pedantic warnings in mingw builds.
2015-09-21 Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Dr. Stephen Hensonuse unit64_t for CPUID and timestamp code
2015-05-04 Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-02 Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Andy Polyakovcrypto/cryptlib.c: make it indent-friendly.
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-08 Dr. Stephen HensonRemove OPENSSL_FIPSCANISTER code.
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2013-04-04 Andy Polyakovcryptlib.c: fix typo in OPENSSL_showfatal.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2013-01-19 Andy PolyakovImprove WINCE support.
2012-12-01 Andy Polyakovcryptlib.c: fix logical error.
2012-11-17 Andy Polyakovcryptlib.c: revert typo.
2012-11-17 Andy PolyakovExtend OPENSSL_ia32cap_P with extra word to accomodate...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-01-15 Andy Polyakovcryptlib.c: sscanf warning.
2012-01-14 Andy Polyakovcryptlib.c: make even non-Windows builds "strtoull...
2011-11-12 Andy Polyakovcryptlib.c, etc.: fix linker warnings in 64-bit Darwin...
2011-10-23 Andy Polyakovcryptlib.c: remove stdio dependency in Windows fipscani...
2011-07-23 Andy Polyakovcryptlib.c: OPENSSL_ia32cap environment variable to...
2011-06-22 Dr. Stephen HensonPR: 2470
2011-02-03 Dr. Stephen HensonAdd FIPS support to the WIN32 build system.
2011-01-27 Dr. Stephen HensonMove locking and thread ID functions into new files...
2010-11-19 Dr. Stephen HensonPR: 2376
2010-03-29 Andy Polyakovcryptlib.c: allow application to override OPENSSL_isser...
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-05-04 Andy Polyakovcryptlib.c: refine logic in OpenSSLDie (addenum to...
2009-05-03 Andy PolyakovAvoid double dialogs in OpenSSLDie on Windows.
2009-05-02 Andy Polyakovcryptlib.c: eliminate dependency on _strtoui64, older...
2009-04-29 Richard LevitteMake the NULL definition of OPENSSL_ia32cap_loc() compa...
2009-04-26 Andy PolyakovExpand OPENSS_ia32cap to 64 bits.
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-10-14 Dr. Stephen HensonOoops... remove code accidentally commited from FIPS...
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...
2008-02-28 Dr. Stephen HensonAvoid warnings.
2007-02-03 Dr. Stephen HensonUpdate from fips2 branch.
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-04-11 Ulf MöllerAdd BeOS support.
2005-12-16 Andy PolyakovUnify sparcv9 assembler naming and build rules among...
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-08-02 Andy PolyakovWCE-specific fix for cryptlib.c.
2005-07-05 Andy PolyakovPull up Win64 support from 0.9.8.
2005-05-21 Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-05-03 Andy PolyakovCygwin doesn't expose Win32 [not "officially"].
2005-04-21 Richard LevitteProvide a default OPENSSL_ia32cap_loc for non-Intel...
2005-04-13 Andy PolyakovFix typos.
2005-04-13 Andy PolyakovIntroduce OPENSSL_NONPIC_relocated to denote relocated...
2005-04-13 Andy PolyakovMinor cryptlib.c update: compiler warnings in OPENSSL_s...
2005-04-07 Andy PolyakovImplement OPENSSL_showfatal and make it Win32 GUI and...
2005-04-07 Andy PolyakovHarmonize cygwin/mingw and VC targets.
2004-11-23 Andy Polyakovlinux-x86_64 didn't link after EM64T RC4 tune-up...
2004-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-08-01 Andy PolyakovCygwin fix-up for shared build.
2004-08-01 Andy PolyakovDLLEntryPoint is a collective name, not what linker...
2004-07-26 Andy PolyakovThis is so to say "damage control" for jumbo "cpuid...
2004-07-26 Andy PolyakovAdd framework for yet another assembler module dubbed...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-10-06 Richard LevitteSetting the ex_data index is unsafe in a threaded envir...
2003-05-01 Richard LevitteDefine a STORE lock (the STORE type will be committed...
2003-02-12 Bodo Möllernew lock for EC_PRE_COMP structures
2002-12-11 Richard LevitteIn CRYPTO_lock(), check that the application cares...
2002-12-11 Richard Levittesk_*_push() returns the number of items on the stack...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-04 Richard LevitteOff-by-one-error corrected.
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-08-02 Bodo Möllerget rid of OpenSSLDie
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-02-13 Bodo Möllernew locks
2001-11-24 Geoff ThorpeThis looks to have been a typo.
2001-11-23 Bodo Möllerfix submitted by Andy Schneider <andy.schneider@bjss...
2001-09-06 Bodo MöllerTotally get rid of CRYPTO_LOCK_ERR_HASH.
2001-09-01 Geoff ThorpeFirst step in fixing "ex_data" support. Warning: big...
2001-07-25 Bodo Möllermd_rand.c thread safety
next