aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
Commit message (Expand)AuthorAgeFilesLines
* Ooops... remove code accidentally commited from FIPS version.Dr. Stephen Henson2008-10-141-68/+11
* Add missing lock definitions.Dr. Stephen Henson2008-10-141-12/+71
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-30/+122
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-63/+34
* More type-checking.Ben Laurie2008-06-041-6/+5
* Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller2008-05-191-8/+9
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-34/+62
* Avoid warnings.Dr. Stephen Henson2008-02-281-2/+2
* Update from fips2 branch.Dr. Stephen Henson2007-02-031-1/+1
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-13/+36
* Add BeOS support.Ulf Möller2006-04-111-0/+2
* Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov2005-12-161-1/+1
* WCE update, mostly typos.Andy Polyakov2005-08-031-2/+2
* WCE-specific fix for cryptlib.c.Andy Polyakov2005-08-021-16/+6
* Pull up Win64 support from 0.9.8.Andy Polyakov2005-07-051-1/+1
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-2/+3
* Cygwin doesn't expose Win32 [not "officially"].Andy Polyakov2005-05-031-1/+1
* Provide a default OPENSSL_ia32cap_loc for non-Intel platforms whereRichard Levitte2005-04-211-0/+2
* Fix typos.Andy Polyakov2005-04-131-2/+2
* Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.Andy Polyakov2005-04-131-0/+16
* Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal andAndy Polyakov2005-04-131-5/+8
* Implement OPENSSL_showfatal and make it Win32 GUI and service awareAndy Polyakov2005-04-071-1/+136
* Harmonize cygwin/mingw and VC targets.Andy Polyakov2005-04-071-1/+1
* linux-x86_64 didn't link after EM64T RC4 tune-up...Andy Polyakov2004-11-231-1/+3
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-291-7/+7
* Cygwin fix-up for shared build.Andy Polyakov2004-08-011-0/+4
* DLLEntryPoint is a collective name, not what linker looks for. However,Andy Polyakov2004-08-011-5/+2
* This is so to say "damage control" for jumbo "cpuid" patch, seeAndy Polyakov2004-07-261-1/+1
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-261-0/+33
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-3/+0
* Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte2003-10-061-1/+2
* Define a STORE lock (the STORE type will be committed later).Richard Levitte2003-05-011-1/+2
* new lock for EC_PRE_COMP structuresBodo Möller2003-02-121-2/+3
* In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte2002-12-111-7/+7
* sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte2002-12-111-3/+13
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+8
* Off-by-one-error corrected.Richard Levitte2002-11-041-1/+1
* clean up new code for NIST primesBodo Möller2002-10-281-1/+55
* really fix race conditionBodo Möller2002-09-231-1/+2
* Add ECDH support.Bodo Möller2002-08-091-1/+7
* get rid of OpenSSLDieBodo Möller2002-08-021-8/+0
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-0/+8
* new locksBodo Möller2002-02-131-1/+3
* This looks to have been a typo.Geoff Thorpe2001-11-241-1/+1
* fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller2001-11-231-0/+3
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-061-3/+2
* First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe2001-09-011-1/+2
* md_rand.c thread safetyBodo Möller2001-07-251-1/+2
* Don't set pointer if add_lock_callback used.Dr. Stephen Henson2001-06-191-1/+0
* Stop mishandling the type number in dynlock lockingRichard Levitte2001-06-011-3/+2