File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ extern "C" {
4646#define HAVE_EXT_CACHE
4747#define ATOMIC_USER /* Enable Atomic Record Layer callbacks */
4848#define HAVE_PK_CALLBACKS /* Enable public key callbacks */
49- #define WOLFSSL_ALT_NAMES /* Allow alternate cert chain validation to any trusted cert (not entire chain presented by peer) */
49+ #define WOLFSSL_ALT_CERT_CHAINS /* Allow alternate cert chain validation to any trusted cert (not entire chain presented by peer) */
5050#define HAVE_NULL_CIPHER /* Enable use of TLS cipher suites without cipher (clear text / no encryption) */
5151#define WOLFSSL_HAVE_CERT_SERVICE
5252#define WOLFSSL_JNI
@@ -126,6 +126,7 @@ extern "C" {
126126#define WOLFSSL_CUSTOM_OID
127127#define HAVE_OID_ENCODING
128128#define WOLFSSL_ASN_TEMPLATE
129+ #define WOLFSSL_ALT_NAMES /* Support subject alternative names extension */
129130
130131/* Certificate Revocation */
131132#define HAVE_OCSP
You can’t perform that action at this time.
0 commit comments