x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile on
[openssl.git] / crypto / cryptlib.c
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
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. 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...
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...