index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cryptlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Use memcmp() instead of CRYPTO_memcmp() when fuzzing
Kurt Roeckx
2017-03-19
1
-0
/
+1
*
Make the CRYPTO_memcmp() prototype match memcmp()
Kurt Roeckx
2017-03-19
1
-19
/
+8
*
Remove some obsolete/obscure internal define switches:
Emilia Kasper
2017-03-01
1
-1
/
+7
*
Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"
Kurt Roeckx
2017-02-20
1
-1
/
+0
*
Use memcmp() instead of CRYPTO_memcmp() when fuzzing
Kurt Roeckx
2017-02-19
1
-0
/
+1
*
crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
Andy Polyakov
2016-06-22
1
-10
/
+0
*
Add assembly CRYPTO_memcmp.
Andy Polyakov
2016-05-19
1
-0
/
+2
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-107
/
+7
*
Remove obsolete defined(__INTEL__) condition.
Andy Polyakov
2016-05-02
1
-1
/
+0
*
Break out DllMain from crypto/cryptlib.c and use it in shared libs only
Richard Levitte
2016-03-30
1
-49
/
+0
*
OpenSSLDie --> OPENSSL_die
Rich Salz
2016-03-08
1
-4
/
+3
*
Declare DllMain internally
Richard Levitte
2016-02-14
1
-0
/
+1
*
Rename INIT funtions, deprecate old ones.
Rich Salz
2016-02-10
1
-1
/
+1
*
Provide a thread stop API
Matt Caswell
2016-02-09
1
-2
/
+1
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-1
/
+3
*
Comment "secure memcmp" implementation
Dmitry-Me
2016-02-01
1
-0
/
+17
*
GH102: Extra volatile avoids GCC bug
Rich Salz
2016-01-31
1
-1
/
+3
*
GH102: Add volatile to CRYPTO_memcmp
Rich Salz
2016-01-30
1
-3
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-5
/
+3
*
Fix pedantic warnings in mingw builds.
Andy Polyakov
2015-09-29
1
-8
/
+4
*
RT3823: Improve the robustness of event logging
Gunnar Kudrjavets
2015-09-21
1
-5
/
+21
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
use unit64_t for CPUID and timestamp code
Dr. Stephen Henson
2015-05-14
1
-5
/
+1
*
more OSSL_NELEM cases
Dr. Stephen Henson
2015-05-04
1
-2
/
+2
*
RT3820: Don't call GetDesktopWindow()
Gilles Khouzam
2015-05-02
1
-2
/
+0
*
OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
Rich Salz
2015-01-27
1
-3
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-244
/
+311
*
crypto/cryptlib.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-2
/
+4
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-1
/
+1
*
Remove OPENSSL_FIPSCANISTER code.
Dr. Stephen Henson
2014-12-08
1
-2
/
+0
*
Avoid Windows 8 Getversion deprecated errors.
Dr. Stephen Henson
2014-02-25
1
-1
/
+1
*
cryptlib.c: fix typo in OPENSSL_showfatal.
Andy Polyakov
2013-04-04
1
-1
/
+1
*
Add and use a constant-time memcmp.
Ben Laurie
2013-02-06
1
-0
/
+13
*
Improve WINCE support.
Andy Polyakov
2013-01-19
1
-0
/
+2
*
cryptlib.c: fix logical error.
Andy Polyakov
2012-12-01
1
-4
/
+7
*
cryptlib.c: revert typo.
Andy Polyakov
2012-11-17
1
-1
/
+1
*
Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.
Andy Polyakov
2012-11-17
1
-6
/
+14
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-1
/
+1
*
cryptlib.c: sscanf warning.
Andy Polyakov
2012-01-15
1
-1
/
+1
*
cryptlib.c: make even non-Windows builds "strtoull-agnostic".
Andy Polyakov
2012-01-14
1
-1
/
+1
*
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
Andy Polyakov
2011-11-12
1
-1
/
+3
*
cryptlib.c: remove stdio dependency in Windows fipscanister.lib.
Andy Polyakov
2011-10-23
1
-1
/
+7
*
cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.
Andy Polyakov
2011-07-23
1
-3
/
+6
*
PR: 2470
Dr. Stephen Henson
2011-06-22
1
-3
/
+0
*
Add FIPS support to the WIN32 build system.
Dr. Stephen Henson
2011-02-04
1
-0
/
+2
*
Move locking and thread ID functions into new files lock.c and thr_id.c,
Dr. Stephen Henson
2011-01-27
1
-536
/
+0
*
PR: 2376
Dr. Stephen Henson
2010-11-19
1
-9
/
+11
*
cryptlib.c: allow application to override OPENSSL_isservice.
Andy Polyakov
2010-03-29
1
-0
/
+12
[next]