mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
wolfssl: Use ECC supported curves extension
https://github.com/wolfSSL/wolfssl/issues/366
This commit is contained in:
parent
27c99a37ba
commit
7921628714
3 changed files with 26 additions and 1 deletions
|
|
@ -2206,11 +2206,13 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
|
|||
dnl Recent WolfSSL versions build without SSLv3 by default
|
||||
dnl WolfSSL needs configure --enable-opensslextra to have *get_peer*
|
||||
AC_CHECK_FUNCS(wolfSSLv3_client_method \
|
||||
wolfSSL_CTX_UseSupportedCurve \
|
||||
wolfSSL_get_peer_certificate \
|
||||
wolfSSL_UseALPN)
|
||||
else
|
||||
dnl Cyassl needs configure --enable-opensslextra to have *get_peer*
|
||||
AC_CHECK_FUNCS(CyaSSL_get_peer_certificate)
|
||||
AC_CHECK_FUNCS(CyaSSL_CTX_UseSupportedCurve \
|
||||
CyaSSL_get_peer_certificate)
|
||||
fi
|
||||
|
||||
if test -n "$cyassllib"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue