summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
AgeCommit message (Expand)Author
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-05-04cryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118).Andy Polyakov
2009-05-03Avoid double dialogs in OpenSSLDie on Windows.Andy Polyakov
2009-05-02cryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it.Andy Polyakov
2009-04-29Make the NULL definition of OPENSSL_ia32cap_loc() compatible with theRichard Levitte
2009-04-26Expand OPENSS_ia32cap to 64 bits.Andy Polyakov
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson
2008-10-14Ooops... remove code accidentally commited from FIPS version.Dr. Stephen Henson
2008-10-14Add missing lock definitions.Dr. Stephen Henson
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-04More type-checking.Ben Laurie
2008-05-19Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-02-28Avoid warnings.Dr. Stephen Henson
2007-02-03Update from fips2 branch.Dr. Stephen Henson
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-04-11Add BeOS support.Ulf Möller
2005-12-16Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov
2005-08-03WCE update, mostly typos.Andy Polyakov
2005-08-02WCE-specific fix for cryptlib.c.Andy Polyakov
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov
2005-05-03Cygwin doesn't expose Win32 [not "officially"].Andy Polyakov
2005-04-21Provide a default OPENSSL_ia32cap_loc for non-Intel platforms whereRichard Levitte
2005-04-13Fix typos.Andy Polyakov
2005-04-13Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.Andy Polyakov
2005-04-13Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal andAndy Polyakov
2005-04-07Implement OPENSSL_showfatal and make it Win32 GUI and service awareAndy Polyakov
2005-04-07Harmonize cygwin/mingw and VC targets.Andy Polyakov
2004-11-23linux-x86_64 didn't link after EM64T RC4 tune-up...Andy Polyakov
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
2004-08-01Cygwin fix-up for shared build.Andy Polyakov
2004-08-01DLLEntryPoint is a collective name, not what linker looks for. However,Andy Polyakov
2004-07-26This is so to say "damage control" for jumbo "cpuid" patch, seeAndy Polyakov
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-10-06Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte
2003-05-01Define a STORE lock (the STORE type will be committed later).Richard Levitte
2003-02-12new lock for EC_PRE_COMP structuresBodo Möller
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-04Off-by-one-error corrected.Richard Levitte
2002-10-28clean up new code for NIST primesBodo Möller
2002-09-23really fix race conditionBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke