Peer review fixes.

This commit is contained in:
David Garske
2022-02-22 15:22:27 -08:00
parent 40b171124f
commit 194466c35a

View File

@ -77,7 +77,9 @@ extern "C" {
/* Other Features */ /* Other Features */
#define WOLFSSL_USE_ALIGN #define WOLFSSL_USE_ALIGN
#define WOLFSSL_BASE64_ENCODE #define WOLFSSL_BASE64_ENCODE
//#define HAVE_CRL #if 0 /* optionally enable CRL (Certificate Revocation List) */
#define HAVE_CRL
#endif
#define HAVE_EXT_CACHE #define HAVE_EXT_CACHE
#define WOLFSSL_VERIFY_CB_ALL_CERTS #define WOLFSSL_VERIFY_CB_ALL_CERTS
#define WOLFSSL_ALWAYS_VERIFY_CB #define WOLFSSL_ALWAYS_VERIFY_CB
@ -89,7 +91,7 @@ extern "C" {
/* Compatibility Layer */ /* Compatibility Layer */
#define OPENSSL_EXTRA #define OPENSSL_EXTRA
#if 0 #if 0 /* if full suite of compatibility API's are needed */
#define OPENSSL_ALL #define OPENSSL_ALL
#endif #endif
@ -124,6 +126,7 @@ extern "C" {
#define WC_RSA_NO_PADDING #define WC_RSA_NO_PADDING
/* AES */ /* AES */
#undef NO_AES
#define WOLFSSL_AES_COUNTER #define WOLFSSL_AES_COUNTER
#define HAVE_AESCCM #define HAVE_AESCCM
#define HAVE_AES_ECB #define HAVE_AES_ECB
@ -164,8 +167,11 @@ extern "C" {
#define NO_HC128 #define NO_HC128
#define WOLFSSL_NO_SHAKE256 #define WOLFSSL_NO_SHAKE256
/* Debugging */
#if 0 #if 0
#define DEBUG_WOLFSSL #define DEBUG_WOLFSSL
#else
/* #define NO_ERROR_STRINGS */
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus