From ce2cdac2787da32bcde210c7d6acdcbe41b1cd40 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Mon, 4 Jul 2016 20:16:14 +0200 Subject: SSL test framework: port NPN and ALPN tests Reviewed-by: Rich Salz --- doc/ssl/SSL_CTX_set_alpn_select_cb.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/ssl') diff --git a/doc/ssl/SSL_CTX_set_alpn_select_cb.pod b/doc/ssl/SSL_CTX_set_alpn_select_cb.pod index 4859b3c15f..59acbad545 100644 --- a/doc/ssl/SSL_CTX_set_alpn_select_cb.pod +++ b/doc/ssl/SSL_CTX_set_alpn_select_cb.pod @@ -44,7 +44,8 @@ the application callback. B is the application defined callback. The B, B parameters are a vector in protocol-list format. The value of the B, B vector should be set to the value of a single protocol selected from the B, -B vector. The B parameter is the pointer set via +B vector. The B buffer may point directly into B, or to a +buffer that outlives the handshake. The B parameter is the pointer set via SSL_CTX_set_alpn_select_cb(). SSL_select_next_proto() is a helper function used to select protocols. It -- cgit v1.2.3