diff --git a/doc/configuration.txt b/doc/configuration.txt index c169ba9e7..3bc667a70 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1185,6 +1185,10 @@ The list of currently supported predicates is the following: in the features list reported by "haproxy -vv" (which means a appears after a '+') + - ssllib_name_startswith() : return true if the SSL library name + HAProxy was linked with, starts with . + Example: ssllib_name_startswith(wolfSSL) + - streq(,) : returns true only if the two strings are equal - strneq(,) : returns true only if the two strings differ - strstr(,) : returns true only if the second string is found in