1 #ifndef _USER_SETTINGS_H_ 2 #define _USER_SETTINGS_H_ 4 #define WOLFSSL_AZSPHERE 6 #ifdef CUSTOM_SERVER_CONNECTION 8 #define SERVER_IP "192.168.1.200" 11 #define DEFAULT_PORT 11111 13 #define CERT ca_cert_der_2048 14 #define SIZEOF_CERT sizeof_ca_cert_der_2048 15 static const char msg[] =
"Are you listening wolfSSL Server?";
18 #define SERVER_IP "www.wolfssl.com" 21 #define DEFAULT_PORT 443 23 #define CERT wolfssl_website_root_ca 24 #define SIZEOF_CERT sizeof_wolfssl_website_root_ca 25 static const char msg[] =
"GET /index.html HTTP/1.1\r\n\r\n";
29 #define SIZEOF_LONG_LONG 8 30 #define WC_RSA_BLINDING 31 #define ECC_TIMING_RESISTANT 37 #define HAVE_SUPPORTED_CURVES 38 #define HAVE_TLS_EXTENSIONS 39 #define HAVE_ONE_TIME_AUTH 40 #define HAVE_TRUNCATED_HMAC 41 #define HAVE_EXTENDED_MASTER 56 #define BENCH_EMBEDDED 57 #define USE_CERT_BUFFERS_2048 58 #define USE_CERT_BUFFERS_256 61 #define SINGLE_THREADED 67 #define printf Log_Debug