Andy Polyakov
|
f91926a240
cryptlib.c: fix logical error.
|
12 years ago |
Andy Polyakov
|
cccf27c89a
cryptlib.c: revert typo.
|
12 years ago |
Andy Polyakov
|
c5cd28bd64
Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.
|
12 years ago |
Ben Laurie
|
71fa451343
Version skew reduction: trivia (I hope).
|
12 years ago |
Andy Polyakov
|
a985410d2d
cryptlib.c: sscanf warning.
|
13 years ago |
Andy Polyakov
|
5d13669a2c
cryptlib.c: make even non-Windows builds "strtoull-agnostic".
|
13 years ago |
Andy Polyakov
|
ff6f9f96fd
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
|
13 years ago |
Andy Polyakov
|
181fbb77f3
cryptlib.c: remove stdio dependency in Windows fipscanister.lib.
|
13 years ago |
Andy Polyakov
|
2667162d33
cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.
|
13 years ago |
Dr. Stephen Henson
|
9a4be82388
PR: 2470
|
13 years ago |
Dr. Stephen Henson
|
06b433acad
Add FIPS support to the WIN32 build system.
|
13 years ago |
Dr. Stephen Henson
|
ad6019d6c0
Move locking and thread ID functions into new files lock.c and thr_id.c,
|
14 years ago |
Dr. Stephen Henson
|
e322fa2872
PR: 2376
|
14 years ago |
Andy Polyakov
|
471d0eb397
cryptlib.c: allow application to override OPENSSL_isservice.
|
14 years ago |
Dr. Stephen Henson
|
a25f33d28a
Submitted by: Julia Lawall <julia@diku.dk>
|
15 years ago |
Dr. Stephen Henson
|
c869da8839
Update from 1.0.0-stable
|
15 years ago |
Andy Polyakov
|
6022fe81a2
cryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118).
|
15 years ago |
Andy Polyakov
|
3b58c74c98
Avoid double dialogs in OpenSSLDie on Windows.
|
15 years ago |
Andy Polyakov
|
f00fdcd14d
cryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it.
|
15 years ago |
Richard Levitte
|
d1417be75c
Make the NULL definition of OPENSSL_ia32cap_loc() compatible with the
|
15 years ago |
Andy Polyakov
|
e303f55fc7
Expand OPENSS_ia32cap to 64 bits.
|
15 years ago |
Dr. Stephen Henson
|
8711efb498
Updates from 1.0.0-stable branch.
|
15 years ago |
Dr. Stephen Henson
|
0f7efbc859
Ooops... remove code accidentally commited from FIPS version.
|
16 years ago |
Dr. Stephen Henson
|
30661b1b01
Add missing lock definitions.
|
16 years ago |
Geoff Thorpe
|
4c3296960d
Remove the dual-callback scheme for numeric and pointer thread IDs,
|
16 years ago |
Geoff Thorpe
|
5f834ab123
Revert my earlier CRYPTO_THREADID commit, I will commit a reworked
|
16 years ago |
Ben Laurie
|
5ce278a77b
More type-checking.
|
16 years ago |
Bodo Möller
|
4bd4afa34e
Change use of CRYPTO_THREADID so that we always use both the ulong and
|
16 years ago |
Geoff Thorpe
|
f7ccba3edf
There was a need to support thread ID types that couldn't be reliably cast
|
16 years ago |
Dr. Stephen Henson
|
56c7754cab
Avoid warnings.
|
16 years ago |