commit | 7addf56b724f5e16459dabc60765461d8b020178 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 21 16:45:10 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jun 18 16:42:26 2021 +0200 |
tree | 267dd82d333700678af423ea48bcbebdffc5ca9c | |
parent | 36aa451a4e15c1601b4ef87a45cd0e49bf364beb [diff] |
MINOR: ssl: split parse functions for alpn/check-alpn This will be in preparation for support of ssl on dynamic servers. The 'alpn' keyword will be allowed for dynamic servers but not the 'check-alpn'. The alpn parsing is extracted into a new function parse_alpn. Each srv_parse_alpn and srv_parse_check_alpn called it.