]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cryptlib.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / cryptlib.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Andy Polyakovcrypto/cryptlib.c: make it indent-friendly.
2015-01-13  Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2013-02-05  Dr. Stephen HensonMove CRYPTO_memcmp to o_init.c when compiling with...
2013-02-05  Ben LaurieAdd and use a constant-time memcmp.
2011-06-22  Dr. Stephen HensonPR: 2470
2009-09-13  Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2008-09-16  Dr. Stephen HensonFIPS merge "crypto" functions.
2007-09-06  Dr. Stephen Hensongcc 4.2 fixes to avoid use or function pointer casts...
2007-02-03  Dr. Stephen HensonUpdate from fips2 branch.
2005-08-03  Andy PolyakovWCE update, mostly typos [from HEAD].
2005-08-02  Andy PolyakovWCE-specific fix for cryptlib.c [from HEAD].
2005-07-04  Andy PolyakovTo secure Win64 API I'm throwing in this minimalistic...
2005-05-21  Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-05-21  Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
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
2001-06-19  Dr. Stephen HensonDon't set pointer if add_lock_callback used.
2001-06-01  Richard LevitteStop mishandling the type number in dynlock locking
2001-05-31  Richard LevitteDon't decrement the reference counter twice when destro...
2001-05-06  Richard LevitteAdd a general user interface API. This is designed...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-15  Bodo MöllerLocking issues.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-20  Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-06-19  Richard LevitteAdd the missing callback pointer handling functions.
2000-06-19  Bodo MöllerAdd OPENSSL_free at the end of CRYPTO_destroy_dynlockid.
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-01  Richard LevitteThere have been a number of complaints from a number...
2000-04-04  Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
1999-12-19  Andy PolyakovLate break-in patch for MacOS support.
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-21  Bodo Mölleravoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command...
1999-06-18  Bodo MöllerNew function CRYPTO_num_locks.
1999-05-14  Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-14  Bodo MöllerFix cryptlib.c.
1999-04-26  Ulf MöllerRemove NOPROTO-related macros.
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-04-17  Ben LaurieMassive constification.
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. 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...
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.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...