user_settings-tls-generic.h 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* user_settings-tls-generic.h
  2. * generated from configure options
  3. *
  4. * Copyright (C) 2006-2023 wolfSSL Inc.
  5. *
  6. * This file is part of wolfSSL.
  7. *
  8. * wolfSSL is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * wolfSSL is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
  21. */
  22. #ifndef WOLFSSL_OPTIONS_H
  23. #define WOLFSSL_OPTIONS_H
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. #undef WOLFSSL_ZEPHYR
  28. #define WOLFSSL_ZEPHYR
  29. #if 0
  30. #undef SINGLE_THREADED
  31. #define SINGLE_THREADED
  32. #endif
  33. #undef TFM_TIMING_RESISTANT
  34. #define TFM_TIMING_RESISTANT
  35. #undef ECC_TIMING_RESISTANT
  36. #define ECC_TIMING_RESISTANT
  37. #undef WC_RSA_BLINDING
  38. #define WC_RSA_BLINDING
  39. #undef HAVE_AESGCM
  40. #define HAVE_AESGCM
  41. #undef WOLFSSL_SHA512
  42. #define WOLFSSL_SHA512
  43. #undef WOLFSSL_SHA384
  44. #define WOLFSSL_SHA384
  45. #undef NO_DSA
  46. #define NO_DSA
  47. #undef HAVE_ECC
  48. #define HAVE_ECC
  49. #undef TFM_ECC256
  50. #define TFM_ECC256
  51. #undef WOLFSSL_BASE64_ENCODE
  52. #define WOLFSSL_BASE64_ENCODE
  53. #undef NO_RC4
  54. #define NO_RC4
  55. #undef WOLFSSL_SHA224
  56. #define WOLFSSL_SHA224
  57. #undef WOLFSSL_SHA3
  58. #define WOLFSSL_SHA3
  59. #undef HAVE_POLY1305
  60. #define HAVE_POLY1305
  61. #undef HAVE_ONE_TIME_AUTH
  62. #define HAVE_ONE_TIME_AUTH
  63. #undef HAVE_CHACHA
  64. #define HAVE_CHACHA
  65. #undef HAVE_HASHDRBG
  66. #define HAVE_HASHDRBG
  67. #undef NO_FILESYSTEM
  68. #define NO_FILESYSTEM
  69. #undef HAVE_TLS_EXTENSIONS
  70. #define HAVE_TLS_EXTENSIONS
  71. #undef HAVE_SUPPORTED_CURVES
  72. #define HAVE_SUPPORTED_CURVES
  73. #undef HAVE_EXTENDED_MASTER
  74. #define HAVE_EXTENDED_MASTER
  75. #undef NO_PSK
  76. #define NO_PSK
  77. #undef NO_MD4
  78. #define NO_MD4
  79. #undef NO_PWDBASED
  80. #define NO_PWDBASED
  81. #undef USE_FAST_MATH
  82. #define USE_FAST_MATH
  83. #undef WOLFSSL_NO_ASM
  84. #define WOLFSSL_NO_ASM
  85. #undef WOLFSSL_X86_BUILD
  86. #define WOLFSSL_X86_BUILD
  87. #undef WC_NO_ASYNC_THREADING
  88. #define WC_NO_ASYNC_THREADING
  89. #undef NO_DES3
  90. #define NO_DES3
  91. #undef WOLFSSL_STATIC_MEMORY
  92. #define WOLFSSL_STATIC_MEMORY
  93. #undef WOLFSSL_TLS13
  94. #define WOLFSSL_TLS13
  95. #undef HAVE_HKDF
  96. #define HAVE_HKDF
  97. #undef WC_RSA_PSS
  98. #define WC_RSA_PSS
  99. #undef HAVE_FFDHE_2048
  100. #define HAVE_FFDHE_2048
  101. #if 0
  102. #undef WOLFSSL_HAVE_SP_RSA
  103. #define WOLFSSL_HAVE_SP_RSA
  104. #undef WOLFSSL_HAVE_SP_DH
  105. #define WOLFSSL_HAVE_SP_DH
  106. #undef WOLFSSL_HAVE_SP_ECC
  107. #define WOLFSSL_HAVE_SP_ECC
  108. #endif
  109. #if defined(CONFIG_WOLFSSL_DEBUG)
  110. #undef DEBUG_WOLFSSL
  111. #define DEBUG_WOLFSSL
  112. #endif
  113. #ifdef __cplusplus
  114. }
  115. #endif
  116. #endif /* WOLFSSL_OPTIONS_H */