aboutsummaryrefslogtreecommitdiff
path: root/crypto/cryptlib.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Fix no-stdio buildDavid Woodhouse1-5/+3
2015-09-29Fix pedantic warnings in mingw builds.Andy Polyakov1-8/+4
2015-09-21RT3823: Improve the robustness of event loggingGunnar Kudrjavets1-5/+21
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-14use unit64_t for CPUID and timestamp codeDr. Stephen Henson1-5/+1
2015-05-04more OSSL_NELEM casesDr. Stephen Henson1-2/+2
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam1-2/+0
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz1-3/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-244/+311
2015-01-22crypto/cryptlib.c: make it indent-friendly.Andy Polyakov1-2/+4
2015-01-12RT3548: Remove unsupported platformsRich Salz1-1/+1
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson1-2/+0
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson1-1/+1
2013-04-04cryptlib.c: fix typo in OPENSSL_showfatal.Andy Polyakov1-1/+1
2013-02-06Add and use a constant-time memcmp.Ben Laurie1-0/+13
2013-01-19Improve WINCE support.Andy Polyakov1-0/+2
2012-12-01cryptlib.c: fix logical error.Andy Polyakov1-4/+7
2012-11-17cryptlib.c: revert typo.Andy Polyakov1-1/+1
2012-11-17Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov1-6/+14
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-1/+1
2012-01-15cryptlib.c: sscanf warning.Andy Polyakov1-1/+1
2012-01-14cryptlib.c: make even non-Windows builds "strtoull-agnostic".Andy Polyakov1-1/+1
2011-11-12cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov1-1/+3
2011-10-23cryptlib.c: remove stdio dependency in Windows fipscanister.lib.Andy Polyakov1-1/+7
2011-07-23cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.Andy Polyakov1-3/+6
2011-06-22PR: 2470Dr. Stephen Henson1-3/+0
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson1-0/+2
2011-01-27Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson1-536/+0
2010-11-19PR: 2376Dr. Stephen Henson1-9/+11
2010-03-29cryptlib.c: allow application to override OPENSSL_isservice.Andy Polyakov1-0/+12
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson1-1/+1
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-5/+5
2009-05-04cryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118).Andy Polyakov1-2/+4
2009-05-03Avoid double dialogs in OpenSSLDie on Windows.Andy Polyakov1-0/+7
2009-05-02cryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it.Andy Polyakov1-1/+4
2009-04-29Make the NULL definition of OPENSSL_ia32cap_loc() compatible with theRichard Levitte1-1/+1
2009-04-26Expand OPENSS_ia32cap to 64 bits.Andy Polyakov1-6/+16
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2008-10-14Ooops... remove code accidentally commited from FIPS version.Dr. Stephen Henson1-68/+11
2008-10-14Add missing lock definitions.Dr. Stephen Henson1-12/+71
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-30/+122
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-63/+34
2008-06-04More type-checking.Ben Laurie1-6/+5
2008-05-19Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller1-8/+9
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-34/+62
2008-02-28Avoid warnings.Dr. Stephen Henson1-2/+2
2007-02-03Update from fips2 branch.Dr. Stephen Henson1-1/+1
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller1-13/+36
2006-04-11Add BeOS support.Ulf Möller1-0/+2
2005-12-16Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov1-1/+1