291 lines
5.0 KiB
C
291 lines
5.0 KiB
C
/* options.h.in
|
|
*
|
|
* Copyright (C) 2006-2019 wolfSSL Inc.
|
|
*
|
|
* This file is part of wolfSSL.
|
|
*
|
|
* wolfSSL is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* wolfSSL is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
|
*/
|
|
|
|
|
|
/* default blank options for autoconf */
|
|
|
|
#ifndef WOLFSSL_OPTIONS_H
|
|
#define WOLFSSL_OPTIONS_H
|
|
|
|
#undef HAVE_FFDHE_2048
|
|
#define HAVE_FFDHE_2048
|
|
|
|
#undef WOLFSSL_VERIFY_CB_ALL_CERTS
|
|
#define WOLFSSL_VERIFY_CB_ALL_CERTS
|
|
|
|
#undef WOLFSSL_EXTRA_ALERTS
|
|
#define WOLFSSL_EXTRA_ALERTS
|
|
|
|
#undef OPENSSL_EXTRA
|
|
#define OPENSSL_EXTRA
|
|
|
|
#undef WOLFSSL_ALWAYS_VERIFY_CB
|
|
#define WOLFSSL_ALWAYS_VERIFY_CB
|
|
|
|
#ifndef WOLFSSL_OPTIONS_IGNORE_SYS
|
|
#undef _POSIX_THREADS
|
|
#define _POSIX_THREADS
|
|
#endif
|
|
|
|
#undef HAVE_THREAD_LS
|
|
#define HAVE_THREAD_LS
|
|
|
|
#undef TFM_TIMING_RESISTANT
|
|
#define TFM_TIMING_RESISTANT
|
|
|
|
#undef ECC_TIMING_RESISTANT
|
|
#define ECC_TIMING_RESISTANT
|
|
|
|
#undef WC_RSA_BLINDING
|
|
#define WC_RSA_BLINDING
|
|
|
|
#undef HAVE_AESGCM
|
|
#define HAVE_AESGCM
|
|
|
|
#undef WOLFSSL_SHA512
|
|
#define WOLFSSL_SHA512
|
|
|
|
#undef WOLFSSL_SHA384
|
|
#define WOLFSSL_SHA384
|
|
|
|
#undef WOLFSSL_KEY_GEN
|
|
#define WOLFSSL_KEY_GEN
|
|
|
|
#undef WOLFSSL_CERT_GEN
|
|
#define WOLFSSL_CERT_GEN
|
|
|
|
#undef WOLFSSL_CERT_REQ
|
|
#define WOLFSSL_CERT_REQ
|
|
|
|
#undef NO_DSA
|
|
#define NO_DSA
|
|
|
|
#undef TFM_ECC256
|
|
#define TFM_ECC256
|
|
|
|
#undef ECC_SHAMIR
|
|
#define ECC_SHAMIR
|
|
|
|
#undef WOLFSSL_BASE64_ENCODE
|
|
#define WOLFSSL_BASE64_ENCODE
|
|
|
|
#undef NO_RC4
|
|
#define NO_RC4
|
|
|
|
#undef NO_HC128
|
|
#define NO_HC128
|
|
|
|
#undef NO_RABBIT
|
|
#define NO_RABBIT
|
|
|
|
#undef WOLFSSL_SHA224
|
|
#define WOLFSSL_SHA224
|
|
|
|
#undef WOLFSSL_SHA3
|
|
#define WOLFSSL_SHA3
|
|
|
|
#undef HAVE_POLY1305
|
|
#define HAVE_POLY1305
|
|
|
|
#undef HAVE_ONE_TIME_AUTH
|
|
#define HAVE_ONE_TIME_AUTH
|
|
|
|
#undef HAVE_CHACHA
|
|
#define HAVE_CHACHA
|
|
|
|
#undef HAVE_HASHDRBG
|
|
#define HAVE_HASHDRBG
|
|
|
|
#undef HAVE_TLS_EXTENSIONS
|
|
#define HAVE_TLS_EXTENSIONS
|
|
|
|
#undef HAVE_SUPPORTED_CURVES
|
|
#define HAVE_SUPPORTED_CURVES
|
|
|
|
#undef HAVE_EXTENDED_MASTER
|
|
#define HAVE_EXTENDED_MASTER
|
|
|
|
#undef HAVE_ENCRYPT_THEN_MAC
|
|
#define HAVE_ENCRYPT_THEN_MAC
|
|
|
|
#undef NO_PSK
|
|
#define NO_PSK
|
|
|
|
#undef NO_MD4
|
|
#define NO_MD4
|
|
|
|
#undef WOLFSSL_ENCRYPTED_KEYS
|
|
#define WOLFSSL_ENCRYPTED_KEYS
|
|
|
|
#undef USE_FAST_MATH
|
|
#define USE_FAST_MATH
|
|
|
|
#undef WOLFSSL_X86_64_BUILD
|
|
#define WOLFSSL_X86_64_BUILD
|
|
|
|
#undef WC_NO_ASYNC_THREADING
|
|
#define WC_NO_ASYNC_THREADING
|
|
|
|
#undef NO_DES3
|
|
#define NO_DES3
|
|
|
|
#undef HAVE___UINT128_T
|
|
#define HAVE___UINT128_T 1#undef HAVE_FFDHE_2048
|
|
#define HAVE_FFDHE_2048
|
|
|
|
#undef WOLFSSL_VERIFY_CB_ALL_CERTS
|
|
#define WOLFSSL_VERIFY_CB_ALL_CERTS
|
|
|
|
#undef WOLFSSL_EXTRA_ALERTS
|
|
#define WOLFSSL_EXTRA_ALERTS
|
|
|
|
#undef OPENSSL_EXTRA
|
|
#define OPENSSL_EXTRA
|
|
|
|
#undef WOLFSSL_ALWAYS_VERIFY_CB
|
|
#define WOLFSSL_ALWAYS_VERIFY_CB
|
|
|
|
#ifndef WOLFSSL_OPTIONS_IGNORE_SYS
|
|
#undef _POSIX_THREADS
|
|
#define _POSIX_THREADS
|
|
#endif
|
|
|
|
#undef HAVE_THREAD_LS
|
|
#define HAVE_THREAD_LS
|
|
|
|
#undef TFM_TIMING_RESISTANT
|
|
#define TFM_TIMING_RESISTANT
|
|
|
|
#undef ECC_TIMING_RESISTANT
|
|
#define ECC_TIMING_RESISTANT
|
|
|
|
#undef WC_RSA_BLINDING
|
|
#define WC_RSA_BLINDING
|
|
|
|
#undef HAVE_AESGCM
|
|
#define HAVE_AESGCM
|
|
|
|
#undef WOLFSSL_SHA512
|
|
#define WOLFSSL_SHA512
|
|
|
|
#undef WOLFSSL_SHA384
|
|
#define WOLFSSL_SHA384
|
|
|
|
#undef WOLFSSL_KEY_GEN
|
|
#define WOLFSSL_KEY_GEN
|
|
|
|
#undef WOLFSSL_CERT_GEN
|
|
#define WOLFSSL_CERT_GEN
|
|
|
|
#undef WOLFSSL_CERT_REQ
|
|
#define WOLFSSL_CERT_REQ
|
|
|
|
#undef NO_DSA
|
|
#define NO_DSA
|
|
|
|
#undef HAVE_ECC
|
|
#define HAVE_ECC
|
|
|
|
#undef TFM_ECC256
|
|
#define TFM_ECC256
|
|
|
|
#undef ECC_SHAMIR
|
|
#define ECC_SHAMIR
|
|
|
|
#undef WOLFSSL_BASE64_ENCODE
|
|
#define WOLFSSL_BASE64_ENCODE
|
|
|
|
#undef NO_RC4
|
|
#define NO_RC4
|
|
|
|
#undef NO_HC128
|
|
#define NO_HC128
|
|
|
|
#undef NO_RABBIT
|
|
#define NO_RABBIT
|
|
|
|
#undef WOLFSSL_SHA224
|
|
#define WOLFSSL_SHA224
|
|
|
|
#undef WOLFSSL_SHA3
|
|
#define WOLFSSL_SHA3
|
|
|
|
#undef HAVE_POLY1305
|
|
#define HAVE_POLY1305
|
|
|
|
#undef HAVE_ONE_TIME_AUTH
|
|
#define HAVE_ONE_TIME_AUTH
|
|
|
|
#undef HAVE_CHACHA
|
|
#define HAVE_CHACHA
|
|
|
|
#undef HAVE_HASHDRBG
|
|
#define HAVE_HASHDRBG
|
|
|
|
#undef HAVE_TLS_EXTENSIONS
|
|
#define HAVE_TLS_EXTENSIONS
|
|
|
|
#undef HAVE_SUPPORTED_CURVES
|
|
#define HAVE_SUPPORTED_CURVES
|
|
|
|
#undef HAVE_EXTENDED_MASTER
|
|
#define HAVE_EXTENDED_MASTER
|
|
|
|
#undef HAVE_ENCRYPT_THEN_MAC
|
|
#define HAVE_ENCRYPT_THEN_MAC
|
|
|
|
#undef NO_PSK
|
|
#define NO_PSK
|
|
|
|
#undef NO_MD4
|
|
#define NO_MD4
|
|
|
|
#undef WOLFSSL_ENCRYPTED_KEYS
|
|
#define WOLFSSL_ENCRYPTED_KEYS
|
|
|
|
#undef USE_FAST_MATH
|
|
#define USE_FAST_MATH
|
|
|
|
#undef WOLFSSL_X86_64_BUILD
|
|
#define WOLFSSL_X86_64_BUILD
|
|
|
|
#undef WC_NO_ASYNC_THREADING
|
|
#define WC_NO_ASYNC_THREADING
|
|
|
|
#undef NO_DES3
|
|
#define NO_DES3
|
|
|
|
#undef HAVE___UINT128_T
|
|
#define HAVE___UINT128_T
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif /* WOLFSSL_OPTIONS_H */
|
|
|