]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: warn about rustls being experimental
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Jun 2022 21:33:00 +0000 (23:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Jun 2022 21:33:00 +0000 (23:33 +0200)
Right now a dozen test cases are disabled because they don't work with
rustls.

Closes #9019

configure.ac
docs/EXPERIMENTAL.md

index 79ff336fe2bf63664984e8d12c722f257a115759..b0245b99a669f95a92a0242ef1077eaced2c8b17 100644 (file)
@@ -264,6 +264,7 @@ AS_HELP_STRING([--with-rustls=PATH],[where to look for rustls, PATH points to th
   OPT_RUSTLS=$withval
   if test X"$withval" != Xno; then
     test -z "TLSCHOICE" || TLSCHOICE="${TLSCHOICE:+$TLSCHOICE, }rustls")
+    experimental="$experimental rustls"
   fi
 
 OPT_NSS_AWARE=no
index 38bc620374ea1ae858484f1a47ef2a09def45f8a..42b6e2142bbab9eb1f3734b6f04d357b283955a3 100644 (file)
@@ -21,3 +21,4 @@ Experimental support in curl means:
  - The Hyper HTTP backend
  - HTTP/3 support and options
  - `CURLSSLOPT_NATIVE_CA` (No configure option, feature built in when supported)
+ - The rustls backend