mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: ssl: add a comment above the ssl_bind_conf keywords
Add a warning above the ssl_bind_conf keywords list so developers check if their keywords are relevant for the list.
This commit is contained in:
parent
c7c7a6b39f
commit
557823f847
1 changed files with 3 additions and 0 deletions
|
|
@ -12716,6 +12716,9 @@ INITCALL1(STG_REGISTER, acl_register_keywords, &acl_kws);
|
|||
* the config parser can report an appropriate error when a known keyword was
|
||||
* not enabled.
|
||||
*/
|
||||
|
||||
/* the <ssl_bind_kws> keywords are used for crt-list parsing, they *MUST* be safe
|
||||
* with their proxy argument NULL and must only fill the ssl_bind_conf */
|
||||
static struct ssl_bind_kw ssl_bind_kws[] = {
|
||||
{ "allow-0rtt", ssl_bind_parse_allow_0rtt, 0 }, /* allow 0-RTT */
|
||||
{ "alpn", ssl_bind_parse_alpn, 1 }, /* set ALPN supported protocols */
|
||||
|
|
|
|||
Loading…
Reference in a new issue