CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/20 07:35:05
Modified files:
lib/libssl : ssl_tlsext.c ssl_tlsext.h
Log message:
Factor out ALPN extension format check
The ALPN extension must contain a non-empty list of protocol names.
Split a check of this out of tlsext_alpn_server_parse() so that it
can be reused elsewhere in the library.
ok jsing
