aboutsummaryrefslogtreecommitdiff
path: root/crypto/cryptlib.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-2/+2
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger1-1/+1
2019-07-16Remove tab characters from C source files.Pauli1-1/+1
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-3/+3
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger1-0/+10
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte1-1/+1
2018-09-12minor fixes for WindowsViktor Szakats1-1/+1
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov1-1/+0
2018-07-25crypto/cryptlib.c: resolve possible race in OPENSSL_isservice.Andy Polyakov1-2/+6
2018-07-25crypto/cryptlib.c: make OPENSS_cpuid_setup safe to use as constructor.Andy Polyakov1-18/+81
2018-04-03Enabled OneCore Conf for Console Apps (removed nonUniversal API)Pecio1-7/+38
2018-02-07Make OPENSSL_rdtsc universally available.Pauli1-0/+8
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-18The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte1-2/+2
2017-11-08OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov1-6/+16
2017-09-01crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov1-5/+20
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+2
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-6/+1
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx1-0/+1
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx1-19/+8
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-1/+7
2017-02-20Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx1-1/+0
2017-02-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx1-0/+1
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov1-10/+0
2016-05-19Add assembly CRYPTO_memcmp.Andy Polyakov1-0/+2
2016-05-17Copyright consolidation 07/10Rich Salz1-107/+7
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov1-1/+0
2016-03-30Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte1-49/+0
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz1-4/+3
2016-02-14Declare DllMain internallyRichard Levitte1-0/+1
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-09Provide a thread stop APIMatt Caswell1-2/+1
2016-02-09Auto init/deinit libcryptoMatt Caswell1-1/+3
2016-02-01Comment "secure memcmp" implementationDmitry-Me1-0/+17
2016-01-30GH102: Extra volatile avoids GCC bugRich Salz1-1/+3
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz1-3/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
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