| Commit message (Expand) | Author | Age | Files | Lines |
| * | cryptlib.c: sscanf warning. | appro | 2012-01-15 | 1 | -1/+1 |
| * | cryptlib.c: make even non-Windows builds "strtoull-agnostic". | appro | 2012-01-14 | 1 | -1/+1 |
| * | cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build. | appro | 2011-11-12 | 1 | -1/+3 |
| * | cryptlib.c: remove stdio dependency in Windows fipscanister.lib. | appro | 2011-10-23 | 1 | -1/+7 |
| * | cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask. | appro | 2011-07-23 | 1 | -3/+6 |
| * | PR: 2470 | steve | 2011-06-22 | 1 | -3/+0 |
| * | Add FIPS support to the WIN32 build system. | steve | 2011-02-03 | 1 | -0/+2 |
| * | Move locking and thread ID functions into new files lock.c and thr_id.c, | steve | 2011-01-27 | 1 | -536/+0 |
| * | PR: 2376 | steve | 2010-11-19 | 1 | -9/+11 |
| * | cryptlib.c: allow application to override OPENSSL_isservice. | appro | 2010-03-29 | 1 | -0/+12 |
| * | Submitted by: Julia Lawall <julia@diku.dk> | steve | 2009-09-13 | 1 | -1/+1 |
| * | Update from 1.0.0-stable | steve | 2009-07-27 | 1 | -5/+5 |
| * | cryptlib.c: refine logic in OpenSSLDie (addenum to commit#18118). | appro | 2009-05-04 | 1 | -2/+4 |
| * | Avoid double dialogs in OpenSSLDie on Windows. | appro | 2009-05-03 | 1 | -0/+7 |
| * | cryptlib.c: eliminate dependency on _strtoui64, older Windows CRT don't have it. | appro | 2009-05-02 | 1 | -1/+4 |
| * | Make the NULL definition of OPENSSL_ia32cap_loc() compatible with the | levitte | 2009-04-29 | 1 | -1/+1 |
| * | Expand OPENSS_ia32cap to 64 bits. | appro | 2009-04-26 | 1 | -6/+16 |
| * | Updates from 1.0.0-stable branch. | steve | 2009-04-20 | 1 | -1/+1 |
| * | Ooops... remove code accidentally commited from FIPS version. | steve | 2008-10-14 | 1 | -68/+11 |
| * | Add missing lock definitions. | steve | 2008-10-14 | 1 | -12/+71 |
| * | Remove the dual-callback scheme for numeric and pointer thread IDs, | geoff | 2008-08-06 | 1 | -30/+122 |
| * | Revert my earlier CRYPTO_THREADID commit, I will commit a reworked | geoff | 2008-07-03 | 1 | -63/+34 |
| * | More type-checking. | ben | 2008-06-04 | 1 | -6/+5 |
| * | Change use of CRYPTO_THREADID so that we always use both the ulong and | bodo | 2008-05-19 | 1 | -8/+9 |
| * | There was a need to support thread ID types that couldn't be reliably cast | geoff | 2008-03-28 | 1 | -34/+62 |
| * | Avoid warnings. | steve | 2008-02-28 | 1 | -2/+2 |
| * | Update from fips2 branch. | steve | 2007-02-03 | 1 | -1/+1 |
| * | New functions CRYPTO_set_idptr_callback(), | bodo | 2006-06-23 | 1 | -13/+36 |
| * | Add BeOS support. | ulf | 2006-04-11 | 1 | -0/+2 |
| * | Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds. | appro | 2005-12-16 | 1 | -1/+1 |
| * | WCE update, mostly typos. | appro | 2005-08-03 | 1 | -2/+2 |
| * | WCE-specific fix for cryptlib.c. | appro | 2005-08-02 | 1 | -16/+6 |
| * | Pull up Win64 support from 0.9.8. | appro | 2005-07-05 | 1 | -1/+1 |
| * | Move _WIN32_WINNT definition from command line to e_os.h. The change is | appro | 2005-05-21 | 1 | -2/+3 |
| * | Cygwin doesn't expose Win32 [not "officially"]. | appro | 2005-05-03 | 1 | -1/+1 |
| * | Provide a default OPENSSL_ia32cap_loc for non-Intel platforms where | levitte | 2005-04-21 | 1 | -0/+2 |
| * | Fix typos. | appro | 2005-04-13 | 1 | -2/+2 |
| * | Introduce OPENSSL_NONPIC_relocated to denote relocated DLLs. | appro | 2005-04-13 | 1 | -0/+16 |
| * | Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal and | appro | 2005-04-13 | 1 | -5/+8 |
| * | Implement OPENSSL_showfatal and make it Win32 GUI and service aware | appro | 2005-04-07 | 1 | -1/+136 |
| * | Harmonize cygwin/mingw and VC targets. | appro | 2005-04-07 | 1 | -1/+1 |
| * | linux-x86_64 didn't link after EM64T RC4 tune-up... | appro | 2004-11-23 | 1 | -1/+3 |
| * | OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a | appro | 2004-08-29 | 1 | -7/+7 |
| * | Cygwin fix-up for shared build. | appro | 2004-08-01 | 1 | -0/+4 |
| * | DLLEntryPoint is a collective name, not what linker looks for. However, | appro | 2004-08-01 | 1 | -5/+2 |
| * | This is so to say "damage control" for jumbo "cpuid" patch, see | appro | 2004-07-26 | 1 | -1/+1 |
| * | Add framework for yet another assembler module dubbed "cpuid." Idea | appro | 2004-07-26 | 1 | -0/+33 |
| * | (oops) Apologies all, that last header-cleanup commit was from the wrong | geoff | 2004-04-19 | 1 | -3/+0 |
| * | Setting the ex_data index is unsafe in a threaded environment, so | levitte | 2003-10-06 | 1 | -1/+2 |
| * | Define a STORE lock (the STORE type will be committed later). | levitte | 2003-05-01 | 1 | -1/+2 |