]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Export a generic function to parse an alpn string
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Apr 2020 16:32:29 +0000 (18:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commitd75f57e94c27655ffd69f294d01ade2e7be62c53
tree8ee760fa443597a141eeb9f026df9e861e898057
parent9857232c9fe5b880b6d12b4bb10ac00e8a62befc
MINOR: ssl: Export a generic function to parse an alpn string

Parsing of an alpn string has been moved in a dedicated function and exposed to
be used from outside the ssl_sock module.
include/proto/ssl_sock.h
src/ssl_sock.c