]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: add missing ssllib_name_startswith()
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Nov 2025 09:30:29 +0000 (10:30 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Nov 2025 10:01:45 +0000 (11:01 +0100)
Add the missing ssllib_name_startswith() predicate in the documentation.

The predicate was introduced with b01179aa9 ("MINOR: ssl: Add
ssllib_name_startswith precondition").

Must be backported as far as 2.6.

doc/configuration.txt

index c169ba9e79de4800cef91e5d3933cf9920509c59..3bc667a70fa04f1d1cc9cd0da9e1505fddbe3c3d 100644 (file)
@@ -1185,6 +1185,10 @@ The list of currently supported predicates is the following:
                             in the features list reported by "haproxy -vv"
                             (which means a <name> appears after a '+')
 
+  - ssllib_name_startswith(<name>)  : return true if the SSL library name
+                            HAProxy was linked with, starts with <name>.
+                            Example: ssllib_name_startswith(wolfSSL)
+
   - streq(<str1>,<str2>)  : returns true only if the two strings are equal
   - strneq(<str1>,<str2>) : returns true only if the two strings differ
   - strstr(<str1>,<str2>) : returns true only if the second string is found in