From 8fe044b632f04c4d7bf07f3f60b97d45f39ecd26 Mon Sep 17 00:00:00 2001 From: william Date: Thu, 5 Mar 2015 15:00:08 -0800 Subject: document ssl:setAlpnProtos --- doc/luaossl.pdf | Bin 283945 -> 284349 bytes doc/luaossl.tex | 6 ++++++ 2 files changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/luaossl.pdf b/doc/luaossl.pdf index 3ec6d7e..f493d99 100644 Binary files a/doc/luaossl.pdf and b/doc/luaossl.pdf differ diff --git a/doc/luaossl.tex b/doc/luaossl.tex index f993961..b52026d 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex @@ -888,6 +888,12 @@ Returns the negotiated ALPN protocol as a string. \emph{Only supported since OpenSSL 1.0.2.} +\subsubsection[\fn{ssl:setAlpnProtos}]{\fn{ssl:setAlpnProtos($table$)}} + +Sets the advertised ALPN protocols. $table$ is an array of protocol string identifiers. + +\emph{Only supported since OpenSSL 1.0.2.} + \end{Module} -- cgit v1.2.3-55-g6feb