summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-04-13Fix UEFI support on win32Aidan Khoury
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-06-02crypto: remove TODOsPauli
2021-04-02Refactor CPUID codeRichard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-03-09Reword repeated words.Shane Lontis
2020-10-15Update copyright yearMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-07-16Remove tab characters from C source files.Pauli
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-09-12minor fixes for WindowsViktor Szakats
2018-07-25crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov
2018-07-25crypto/cryptlib.c: resolve possible race in OPENSSL_isservice.Andy Polyakov
2018-07-25crypto/cryptlib.c: make OPENSS_cpuid_setup safe to use as constructor.Andy Polyakov
2018-04-03Enabled OneCore Conf for Console Apps (removed nonUniversal API)Pecio
2018-02-07Make OPENSSL_rdtsc universally available.Pauli
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte
2017-11-08OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov
2017-09-01crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-20Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx
2017-02-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov
2016-05-19Add assembly CRYPTO_memcmp.Andy Polyakov
2016-05-17Copyright consolidation 07/10Rich Salz
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-03-30Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte
2016-03-08OpenSSLDie --> OPENSSL_dieRich Salz
2016-02-14Declare DllMain internallyRichard Levitte
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Provide a thread stop APIMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-01Comment "secure memcmp" implementationDmitry-Me
2016-01-30GH102: Extra volatile avoids GCC bugRich Salz
2016-01-30GH102: Add volatile to CRYPTO_memcmpRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-29Fix pedantic warnings in mingw builds.Andy Polyakov