summaryrefslogtreecommitdiff
path: root/crypto/cryptlib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix UEFI support on win32Aidan Khoury2023-04-131-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* crypto: remove TODOsPauli2021-06-021-6/+0
* Refactor CPUID codeRichard Levitte2021-04-021-197/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Update copyright yearMatt Caswell2020-10-151-1/+1
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+12
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-1/+1
* Remove tab characters from C source files.Pauli2019-07-161-1/+1
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-3/+3
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-211-0/+10
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* minor fixes for WindowsViktor Szakats2018-09-121-1/+1
* crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.Andy Polyakov2018-07-251-1/+0
* crypto/cryptlib.c: resolve possible race in OPENSSL_isservice.Andy Polyakov2018-07-251-2/+6
* crypto/cryptlib.c: make OPENSS_cpuid_setup safe to use as constructor.Andy Polyakov2018-07-251-18/+81
* Enabled OneCore Conf for Console Apps (removed nonUniversal API)Pecio2018-04-031-7/+38
* Make OPENSSL_rdtsc universally available.Pauli2018-02-071-0/+8
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte2018-01-181-2/+2
* OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov2017-11-081-6/+16
* crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov2017-09-011-5/+20
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* 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