123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- #ifndef _WIN_CSHARP_USER_SETTINGS_H_
- #define _WIN_CSHARP_USER_SETTINGS_H_
- #define NO_OLD_TLS
- #define WOLFSSL_TLS13
- #define WOLFSSL_DTLS
- #define WOLFSSL_DTLS13
- #define WOLFSSL_SEND_HRR_COOKIE
- #define WOLFSSL_DTLS_CID
- #define HAVE_EXTENDED_MASTER
- #define HAVE_SECURE_RENEGOTIATION
- #define HAVE_SUPPORTED_CURVES
- #define HAVE_TLS_EXTENSIONS
- #define WOLFSSL_CERT_EXT
- #define WOLFSSL_CERT_REQ
- #define WOLFSSL_CERT_GEN
- #define HAVE_ENCRYPT_THEN_MAC
- #define HAVE_ECC_ENCRYPT
- #define WOLFSSL_PUBLIC_MP
- #define NO_MULTIBYTE_PRINT
- #define WOLFSSL_KEY_GEN
- #define WOLFSSL_ASN_TEMPLATE
- #define WOLFSSL_SHA3
- #if 0
- #define OPENSSL_EXTRA
- #endif
- #define HAVE_CRL
- #if 0
-
- #define HAVE_CRL_MONITOR
- #endif
- #define HAVE_ED25519
- #define HAVE_CURVE25519
- #define HAVE_AESGCM
- #define WOLFSSL_AESGCM_STREAM
- #define WOLFSSL_SHA384
- #define WOLFSSL_SHA512
- #define HAVE_HKDF
- #undef NO_DH
- #define HAVE_PUBLIC_FFDHE
- #define HAVE_FFDHE_2048
- #define HAVE_FFDHE_4096
- #undef NO_RSA
- #define WC_RSA_PSS
- #define WOLFSSL_PSS_LONG_SALT
- #define WC_RSA_BLINDING
- #define HAVE_ECC
- #define ECC_SHAMIR
- #define ECC_TIMING_RESISTANT
- #define HAVE_COMP_KEY
- #define NO_PSK
- #define NO_DES3
- #define NO_DSA
- #define NO_RC4
- #define NO_MD4
- #define NO_MD5
- #define NO_SHA
- #define WOLFSSL_HAVE_SP_ECC
- #define WOLFSSL_HAVE_SP_DH
- #define WOLFSSL_HAVE_SP_RSA
- #if 0
- #ifdef _WIN64
-
- #define WOLFSSL_SP_X86_64_ASM
-
- #define HAVE_INTEL_RDSEED
-
- #define WOLFSSL_AESNI
-
- #define USE_INTEL_SPEEDUP
- #define WOLFSSL_X86_64_BUILD
-
- #if 0
- #define NO_AVX2_SUPPORT
- #define NO_MOVBE_SUPPORT
- #endif
- #endif
- #endif
- #if 1
- #define DEBUG_WOLFSSL
- #else
-
- #endif
- #endif
|