aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
Commit message (Expand)AuthorAgeFilesLines
* Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx2017-03-191-0/+1
* Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx2017-03-191-19/+8
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-1/+7
* Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx2017-02-201-1/+0
* Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx2017-02-191-0/+1
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-221-10/+0
* Add assembly CRYPTO_memcmp.Andy Polyakov2016-05-191-0/+2
* Copyright consolidation 07/10Rich Salz2016-05-171-107/+7
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-1/+0
* Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte2016-03-301-49/+0
* OpenSSLDie --> OPENSSL_dieRich Salz2016-03-081-4/+3
* Declare DllMain internallyRichard Levitte2016-02-141-0/+1
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* Provide a thread stop APIMatt Caswell2016-02-091-2/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-091-1/+3
* Comment "secure memcmp" implementationDmitry-Me2016-02-011-0/+17
* GH102: Extra volatile avoids GCC bugRich Salz2016-01-301-1/+3
* GH102: Add volatile to CRYPTO_memcmpRich Salz2016-01-301-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix no-stdio buildDavid Woodhouse2015-09-291-5/+3
* Fix pedantic warnings in mingw builds.Andy Polyakov2015-09-291-8/+4
* RT3823: Improve the robustness of event loggingGunnar Kudrjavets2015-09-211-5/+21
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* use unit64_t for CPUID and timestamp codeDr. Stephen Henson2015-05-141-5/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-2/+2
* RT3820: Don't call GetDesktopWindow()Gilles Khouzam2015-05-021-2/+0
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-3/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-244/+311
* crypto/cryptlib.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* RT3548: Remove unsupported platformsRich Salz2015-01-121-1/+1
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-2/+0
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* cryptlib.c: fix typo in OPENSSL_showfatal.Andy Polyakov2013-04-041-1/+1
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-0/+13
* Improve WINCE support.Andy Polyakov2013-01-191-0/+2
* cryptlib.c: fix logical error.Andy Polyakov2012-12-011-4/+7
* cryptlib.c: revert typo.Andy Polyakov2012-11-171-1/+1
* Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov2012-11-171-6/+14
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* cryptlib.c: sscanf warning.Andy Polyakov2012-01-151-1/+1
* cryptlib.c: make even non-Windows builds "strtoull-agnostic".Andy Polyakov2012-01-141-1/+1
* cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov2011-11-121-1/+3
* cryptlib.c: remove stdio dependency in Windows fipscanister.lib.Andy Polyakov2011-10-231-1/+7
* cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.Andy Polyakov2011-07-231-3/+6
* PR: 2470Dr. Stephen Henson2011-06-221-3/+0
* Add FIPS support to the WIN32 build system.Dr. Stephen Henson2011-02-031-0/+2
* Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson2011-01-271-536/+0
* PR: 2376Dr. Stephen Henson2010-11-191-9/+11
* cryptlib.c: allow application to override OPENSSL_isservice.Andy Polyakov2010-03-291-0/+12
* Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson2009-09-131-1/+1