summaryrefslogtreecommitdiff
path: root/crypto/cryptlib.c
Commit message (Expand)AuthorAgeFilesLines
* cryptlib.c: sscanf warning.appro2012-01-151-1/+1
* cryptlib.c: make even non-Windows builds "strtoull-agnostic".appro2012-01-141-1/+1
* cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.appro2011-11-121-1/+3
* cryptlib.c: remove stdio dependency in Windows fipscanister.lib.appro2011-10-231-1/+7
* cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.appro2011-07-231-3/+6
* PR: 2470steve2011-06-221-3/+0
* Add FIPS support to the WIN32 build system.steve2011-02-031-0/+2
* Move locking and thread ID functions into new files lock.c and thr_id.c,steve2011-01-271-536/+0
* PR: 2376steve2010-11-191-9/+11
* cryptlib.c: allow application to override OPENSSL_isservice.appro2010-03-291-0/+12
* Submitted by: Julia Lawall <julia@diku.dk>steve2009-09-131-1/+1
* Update from 1.0.0-stablesteve2009-07-271-5/+5
* cryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118).appro2009-05-041-2/+4
* Avoid double dialogs in OpenSSLDie on Windows.appro2009-05-031-0/+7
* cryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it.appro2009-05-021-1/+4
* Make the NULL definition of OPENSSL_ia32cap_loc() compatible with thelevitte2009-04-291-1/+1
* Expand OPENSS_ia32cap to 64 bits.appro2009-04-261-6/+16
* Updates from 1.0.0-stable branch.steve2009-04-201-1/+1
* Ooops... remove code accidentally commited from FIPS version.steve2008-10-141-68/+11
* Add missing lock definitions.steve2008-10-141-12/+71
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-061-30/+122
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-031-63/+34
* More type-checking.ben2008-06-041-6/+5
* Change use of CRYPTO_THREADID so that we always use both the ulong andbodo2008-05-191-8/+9
* There was a need to support thread ID types that couldn't be reliably castgeoff2008-03-281-34/+62
* Avoid warnings.steve2008-02-281-2/+2
* Update from fips2 branch.steve2007-02-031-1/+1
* New functions CRYPTO_set_idptr_callback(),bodo2006-06-231-13/+36
* Add BeOS support.ulf2006-04-111-0/+2
* Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.appro2005-12-161-1/+1
* WCE update, mostly typos.appro2005-08-031-2/+2
* WCE-specific fix for cryptlib.c.appro2005-08-021-16/+6
* Pull up Win64 support from 0.9.8.appro2005-07-051-1/+1
* Move _WIN32_WINNT definition from command line to e_os.h. The change isappro2005-05-211-2/+3
* Cygwin doesn't expose Win32 [not "officially"].appro2005-05-031-1/+1
* Provide a default OPENSSL_ia32cap_loc for non-Intel platforms wherelevitte2005-04-211-0/+2
* Fix typos.appro2005-04-131-2/+2
* Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs.appro2005-04-131-0/+16
* Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal andappro2005-04-131-5/+8
* Implement OPENSSL_showfatal and make it Win32 GUI and service awareappro2005-04-071-1/+136
* Harmonize cygwin/mingw and VC targets.appro2005-04-071-1/+1
* linux-x86_64 didn't link after EM64T RC4 tune-up...appro2004-11-231-1/+3
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aappro2004-08-291-7/+7
* Cygwin fix-up for shared build.appro2004-08-011-0/+4
* DLLEntryPoint is a collective name, not what linker looks for. However,appro2004-08-011-5/+2
* This is so to say "damage control" for jumbo "cpuid" patch, seeappro2004-07-261-1/+1
* Add framework for yet another assembler module dubbed "cpuid." Ideaappro2004-07-261-0/+33
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-3/+0
* Setting the ex_data index is unsafe in a threaded environment, solevitte2003-10-061-1/+2
* Define a STORE lock (the STORE type will be committed later).levitte2003-05-011-1/+2