Closed
Description
This code doesn't make it clear:
SSL_set_alpn_protos
is required, but SSL_CTX_set_alpn_protos
is a lightup? Is that right/intentional? Seems to me like both should be lightup (or both required).
Older versions of OpenSSL 1.0 don't have either of these symbols, and now the runtime fails when running against those.