mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
SNI and ALT_CERT_CHAINS
This commit is contained in:
12
configure.ac
12
configure.ac
@ -5132,6 +5132,18 @@ then
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_TLS_EXTENSIONS -DHAVE_CERTIFICATE_STATUS_REQUEST_V2"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_SNI" = "xno"
|
||||
then
|
||||
ENABLED_SNI="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_TLS_EXTENSIONS -DHAVE_SNI"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_ALT_CERT_CHAINS" = "xno"
|
||||
then
|
||||
ENABLED_ALT_CERT_CHAINS="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALT_CERT_CHAINS"
|
||||
fi
|
||||
|
||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_DES_ECB"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user