crypto/cryptlib.c: make it indent-friendly.
[openssl.git] / crypto / cryptlib.c
1 /* crypto/cryptlib.c */
2 /* ====================================================================
3  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer. 
11  *
12  * 2. Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in
14  *    the documentation and/or other materials provided with the
15  *    distribution.
16  *
17  * 3. All advertising materials mentioning features or use of this
18  *    software must display the following acknowledgment:
19  *    "This product includes software developed by the OpenSSL Project
20  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
21  *
22  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
23  *    endorse or promote products derived from this software without
24  *    prior written permission. For written permission, please contact
25  *    openssl-core@openssl.org.
26  *
27  * 5. Products derived from this software may not be called "OpenSSL"
28  *    nor may "OpenSSL" appear in their names without prior written
29  *    permission of the OpenSSL Project.
30  *
31  * 6. Redistributions of any form whatsoever must retain the following
32  *    acknowledgment:
33  *    "This product includes software developed by the OpenSSL Project
34  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
35  *
36  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
37  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
39  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
40  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
41  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
42  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
43  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
45  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
46  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
47  * OF THE POSSIBILITY OF SUCH DAMAGE.
48  * ====================================================================
49  *
50  * This product includes cryptographic software written by Eric Young
51  * (eay@cryptsoft.com).  This product includes software written by Tim
52  * Hudson (tjh@cryptsoft.com).
53  *
54  */
55 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
56  * All rights reserved.
57  *
58  * This package is an SSL implementation written
59  * by Eric Young (eay@cryptsoft.com).
60  * The implementation was written so as to conform with Netscapes SSL.
61  * 
62  * This library is free for commercial and non-commercial use as long as
63  * the following conditions are aheared to.  The following conditions
64  * apply to all code found in this distribution, be it the RC4, RSA,
65  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
66  * included with this distribution is covered by the same copyright terms
67  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
68  * 
69  * Copyright remains Eric Young's, and as such any Copyright notices in
70  * the code are not to be removed.
71  * If this package is used in a product, Eric Young should be given attribution
72  * as the author of the parts of the library used.
73  * This can be in the form of a textual message at program startup or
74  * in documentation (online or textual) provided with the package.
75  * 
76  * Redistribution and use in source and binary forms, with or without
77  * modification, are permitted provided that the following conditions
78  * are met:
79  * 1. Redistributions of source code must retain the copyright
80  *    notice, this list of conditions and the following disclaimer.
81  * 2. Redistributions in binary form must reproduce the above copyright
82  *    notice, this list of conditions and the following disclaimer in the
83  *    documentation and/or other materials provided with the distribution.
84  * 3. All advertising materials mentioning features or use of this software
85  *    must display the following acknowledgement:
86  *    "This product includes cryptographic software written by
87  *     Eric Young (eay@cryptsoft.com)"
88  *    The word 'cryptographic' can be left out if the rouines from the library
89  *    being used are not cryptographic related :-).
90  * 4. If you include any Windows specific code (or a derivative thereof) from 
91  *    the apps directory (application code) you must include an acknowledgement:
92  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
93  * 
94  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
95  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
97  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
98  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
99  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
100  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
101  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
102  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
103  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
104  * SUCH DAMAGE.
105  * 
106  * The licence and distribution terms for any publically available version or
107  * derivative of this code cannot be changed.  i.e. this code cannot simply be
108  * copied and put under another distribution licence
109  * [including the GNU Public Licence.]
110  */
111 /* ====================================================================
112  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
113  * ECDH support in OpenSSL originally developed by 
114  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
115  */
116
117 #include "cryptlib.h"
118 #include <openssl/safestack.h>
119
120 #if defined(OPENSSL_SYS_WIN32)
121 static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
122 #endif
123
124 #if     defined(__i386)   || defined(__i386__)   || defined(_M_IX86) || \
125         defined(__INTEL__) || \
126         defined(__x86_64) || defined(__x86_64__) || \
127         defined(_M_AMD64) || defined(_M_X64)
128
129 extern unsigned int  OPENSSL_ia32cap_P[4];
130 unsigned int *OPENSSL_ia32cap_loc(void) { return OPENSSL_ia32cap_P; }
131
132 #if defined(OPENSSL_CPUID_OBJ) && !defined(OPENSSL_NO_ASM) && !defined(I386_ONLY)
133 #define OPENSSL_CPUID_SETUP
134 #if defined(_WIN32)
135 typedef unsigned __int64 IA32CAP;
136 #else
137 typedef unsigned long long IA32CAP;
138 #endif
139 void OPENSSL_cpuid_setup(void)
140 { static int trigger=0;
141   IA32CAP OPENSSL_ia32_cpuid(unsigned int *);
142   IA32CAP vec;
143   char *env;
144
145     if (trigger)        return;
146
147     trigger=1;
148     if ((env=getenv("OPENSSL_ia32cap"))) {
149         int off = (env[0]=='~')?1:0;
150 #if defined(_WIN32)
151         if (!sscanf(env+off,"%I64i",&vec)) vec = strtoul(env+off,NULL,0);
152 #else
153         if (!sscanf(env+off,"%lli",(long long *)&vec)) vec = strtoul(env+off,NULL,0);
154 #endif
155         if (off) vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P)&~vec;
156         else if (env[0]==':') vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P);
157
158         OPENSSL_ia32cap_P[2] = 0;
159         if ((env=strchr(env,':'))) {
160             unsigned int vecx;
161             env++;
162             off = (env[0]=='~')?1:0;
163             vecx = strtoul(env+off,NULL,0);
164             if (off)    OPENSSL_ia32cap_P[2] &= ~vecx;
165             else        OPENSSL_ia32cap_P[2] = vecx;
166         }
167     }
168     else
169         vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P);
170
171     /*
172      * |(1<<10) sets a reserved bit to signal that variable
173      * was initialized already... This is to avoid interference
174      * with cpuid snippets in ELF .init segment.
175      */
176     OPENSSL_ia32cap_P[0] = (unsigned int)vec|(1<<10);
177     OPENSSL_ia32cap_P[1] = (unsigned int)(vec>>32);
178 }
179 #else
180 unsigned int OPENSSL_ia32cap_P[4];
181 #endif
182
183 #else
184 unsigned int *OPENSSL_ia32cap_loc(void) { return NULL; }
185 #endif
186 int OPENSSL_NONPIC_relocated = 0;
187 #if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
188 void OPENSSL_cpuid_setup(void) {}
189 #endif
190
191 #if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_WINDLL)
192 #ifdef __CYGWIN__
193 /* pick DLL_[PROCESS|THREAD]_[ATTACH|DETACH] definitions */
194 #include <windows.h>
195 /* this has side-effect of _WIN32 getting defined, which otherwise
196  * is mutually exclusive with __CYGWIN__... */
197 #endif
198
199 /* All we really need to do is remove the 'error' state when a thread
200  * detaches */
201
202 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
203              LPVOID lpvReserved)
204         {
205         switch(fdwReason)
206                 {
207         case DLL_PROCESS_ATTACH:
208                 OPENSSL_cpuid_setup();
209 #if defined(_WIN32_WINNT)
210                 {
211                 IMAGE_DOS_HEADER *dos_header = (IMAGE_DOS_HEADER *)hinstDLL;
212                 IMAGE_NT_HEADERS *nt_headers;
213
214                 if (dos_header->e_magic==IMAGE_DOS_SIGNATURE)
215                         {
216                         nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header
217                                                 + dos_header->e_lfanew);
218                         if (nt_headers->Signature==IMAGE_NT_SIGNATURE &&
219                             hinstDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase))
220                                 OPENSSL_NONPIC_relocated=1;
221                         }
222                 }
223 #endif
224                 break;
225         case DLL_THREAD_ATTACH:
226                 break;
227         case DLL_THREAD_DETACH:
228                 break;
229         case DLL_PROCESS_DETACH:
230                 break;
231                 }
232         return(TRUE);
233         }
234 #endif
235
236 #if defined(_WIN32) && !defined(__CYGWIN__)
237 #include <tchar.h>
238 #include <signal.h>
239 #ifdef __WATCOMC__
240 #if defined(_UNICODE) || defined(__UNICODE__)
241 #define _vsntprintf _vsnwprintf
242 #else
243 #define _vsntprintf _vsnprintf
244 #endif
245 #endif
246 #ifdef _MSC_VER
247 #define alloca _alloca
248 #endif
249
250 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
251 int OPENSSL_isservice(void)
252 { HWINSTA h;
253   DWORD len;
254   WCHAR *name;
255   static union { void *p; int (*f)(void); } _OPENSSL_isservice = { NULL };
256
257     if (_OPENSSL_isservice.p == NULL) {
258         HANDLE h = GetModuleHandle(NULL);
259         if (h != NULL)
260             _OPENSSL_isservice.p = GetProcAddress(h,"_OPENSSL_isservice");
261         if (_OPENSSL_isservice.p == NULL)
262             _OPENSSL_isservice.p = (void *)-1;
263     }
264
265     if (_OPENSSL_isservice.p != (void *)-1)
266         return (*_OPENSSL_isservice.f)();
267
268     (void)GetDesktopWindow(); /* return value is ignored */
269
270     h = GetProcessWindowStation();
271     if (h==NULL) return -1;
272
273     if (GetUserObjectInformationW (h,UOI_NAME,NULL,0,&len) ||
274         GetLastError() != ERROR_INSUFFICIENT_BUFFER)
275         return -1;
276
277     if (len>512) return -1;             /* paranoia */
278     len++,len&=~1;                      /* paranoia */
279     name=(WCHAR *)alloca(len+sizeof(WCHAR));
280     if (!GetUserObjectInformationW (h,UOI_NAME,name,len,&len))
281         return -1;
282
283     len++,len&=~1;                      /* paranoia */
284     name[len/sizeof(WCHAR)]=L'\0';      /* paranoia */
285 #if 1
286     /* This doesn't cover "interactive" services [working with real
287      * WinSta0's] nor programs started non-interactively by Task
288      * Scheduler [those are working with SAWinSta]. */
289     if (wcsstr(name,L"Service-0x"))     return 1;
290 #else
291     /* This covers all non-interactive programs such as services. */
292     if (!wcsstr(name,L"WinSta0"))       return 1;
293 #endif
294     else                                return 0;
295 }
296 #else
297 int OPENSSL_isservice(void) { return 0; }
298 #endif
299
300 void OPENSSL_showfatal (const char *fmta,...)
301 { va_list ap;
302   TCHAR buf[256];
303   const TCHAR *fmt;
304 #ifdef STD_ERROR_HANDLE /* what a dirty trick! */
305   HANDLE h;
306
307     if ((h=GetStdHandle(STD_ERROR_HANDLE)) != NULL &&
308         GetFileType(h)!=FILE_TYPE_UNKNOWN)
309     {
310         /* must be console application */
311         int   len;
312         DWORD out;
313
314         va_start (ap,fmta);
315         len=_vsnprintf((char *)buf,sizeof(buf),fmta,ap);
316         WriteFile(h,buf,len<0?sizeof(buf):(DWORD)len,&out,NULL);
317         va_end (ap);
318         return;
319     }
320 #endif
321
322     if (sizeof(TCHAR)==sizeof(char))
323         fmt=(const TCHAR *)fmta;
324     else do
325     { int    keepgoing;
326       size_t len_0=strlen(fmta)+1,i;
327       WCHAR *fmtw;
328
329         fmtw = (WCHAR *)alloca(len_0*sizeof(WCHAR));
330         if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
331
332 #ifndef OPENSSL_NO_MULTIBYTE
333         if (!MultiByteToWideChar(CP_ACP,0,fmta,len_0,fmtw,len_0))
334 #endif
335             for (i=0;i<len_0;i++) fmtw[i]=(WCHAR)fmta[i];
336
337         for (i=0;i<len_0;i++)
338         {   if (fmtw[i]==L'%') do
339             {   keepgoing=0;
340                 switch (fmtw[i+1])
341                 {   case L'0': case L'1': case L'2': case L'3': case L'4':
342                     case L'5': case L'6': case L'7': case L'8': case L'9':
343                     case L'.': case L'*':
344                     case L'-':  i++; keepgoing=1; break;
345                     case L's':  fmtw[i+1]=L'S';   break;
346                     case L'S':  fmtw[i+1]=L's';   break;
347                     case L'c':  fmtw[i+1]=L'C';   break;
348                     case L'C':  fmtw[i+1]=L'c';   break;
349                 }
350             } while (keepgoing);
351         }
352         fmt = (const TCHAR *)fmtw;
353     } while (0);
354
355     va_start (ap,fmta);
356     _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
357     buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0');
358     va_end (ap);
359
360 #if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
361     /* this -------------v--- guards NT-specific calls */
362     if (check_winnt() && OPENSSL_isservice() > 0)
363     {   HANDLE h = RegisterEventSource(0,_T("OPENSSL"));
364         const TCHAR *pmsg=buf;
365         ReportEvent(h,EVENTLOG_ERROR_TYPE,0,0,0,1,0,&pmsg,0);
366         DeregisterEventSource(h);
367     }
368     else
369 #endif
370         MessageBox (NULL,buf,_T("OpenSSL: FATAL"),MB_OK|MB_ICONSTOP);
371 }
372 #else
373 void OPENSSL_showfatal (const char *fmta,...)
374 { va_list ap;
375
376     va_start (ap,fmta);
377     vfprintf (stderr,fmta,ap);
378     va_end (ap);
379 }
380 int OPENSSL_isservice (void) { return 0; }
381 #endif
382
383 void OpenSSLDie(const char *file,int line,const char *assertion)
384         {
385         OPENSSL_showfatal(
386                 "%s(%d): OpenSSL internal error, assertion failed: %s\n",
387                 file,line,assertion);
388 #if !defined(_WIN32) || defined(__CYGWIN__)
389         abort();
390 #else
391         /* Win32 abort() customarily shows a dialog, but we just did that... */
392 #if !defined(_WIN32_WCE)
393         raise(SIGABRT);
394 #endif
395         _exit(3);
396 #endif
397         }
398
399 void *OPENSSL_stderr(void)      { return stderr; }
400
401 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len)
402         {
403         size_t i;
404         const unsigned char *a = in_a;
405         const unsigned char *b = in_b;
406         unsigned char x = 0;
407
408         for (i = 0; i < len; i++)
409                 x |= a[i] ^ b[i];
410
411         return x;
412         }