source: asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/wolfssl/options.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 1.4 KB
Line 
1/* wolfssl options.h
2 * generated from configure options
3 *
4 * Copyright (C) 2006-2015 wolfSSL Inc.
5 *
6 * This file is part of wolfSSL. (formerly known as CyaSSL)
7 *
8 */
9
10#ifndef WOLFSSL_OPTIONS_H
11#define WOLFSSL_OPTIONS_H
12
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#undef WOLFSSL_TLS13
19#define WOLFSSL_TLS13
20
21#undef HAVE_TLS_EXTENSIONS
22#define HAVE_TLS_EXTENSIONS
23
24#undef WOLFSSL_DTLS
25#define WOLFSSL_DTLS
26
27#ifndef WOLFSSL_OPTIONS_IGNORE_SYS
28#undef _POSIX_THREADS
29#define _POSIX_THREADS
30#endif
31
32#undef HAVE_THREAD_LS
33#define HAVE_THREAD_LS
34
35#undef TFM_TIMING_RESISTANT
36#define TFM_TIMING_RESISTANT
37
38#undef ECC_TIMING_RESISTANT
39#define ECC_TIMING_RESISTANT
40
41#undef WC_RSA_BLINDING
42#define WC_RSA_BLINDING
43
44#undef HAVE_AESGCM
45#define HAVE_AESGCM
46
47#undef HAVE_HKDF
48#define HAVE_HKDF
49
50#undef NO_DSA
51#define NO_DSA
52
53#undef WC_RSA_PSS
54#define WC_RSA_PSS
55
56#undef NO_RC4
57#define NO_RC4
58
59#undef NO_HC128
60#define NO_HC128
61
62#undef NO_RABBIT
63#define NO_RABBIT
64
65#undef HAVE_POLY1305
66#define HAVE_POLY1305
67
68#undef HAVE_ONE_TIME_AUTH
69#define HAVE_ONE_TIME_AUTH
70
71#undef HAVE_CHACHA
72#define HAVE_CHACHA
73
74#undef HAVE_HASHDRBG
75#define HAVE_HASHDRBG
76
77#undef HAVE_EXTENDED_MASTER
78#define HAVE_EXTENDED_MASTER
79
80#undef NO_PSK
81#define NO_PSK
82
83#undef NO_MD4
84#define NO_MD4
85
86#undef NO_PWDBASED
87#define NO_PWDBASED
88
89#undef WC_NO_ASYNC_THREADING
90#define WC_NO_ASYNC_THREADING
91
92#undef NO_DES3
93#define NO_DES3
94
95
96#ifdef __cplusplus
97}
98#endif
99
100
101#endif /* WOLFSSL_OPTIONS_H */
102
Note: See TracBrowser for help on using the repository browser.