diff options
| author | william <william@25thandclement.com> | 2015-03-05 15:00:08 -0800 |
|---|---|---|
| committer | william <william@25thandclement.com> | 2015-03-05 15:00:08 -0800 |
| commit | 8fe044b632f04c4d7bf07f3f60b97d45f39ecd26 (patch) | |
| tree | e066fdadf49a74ad738fbc9022eda090fac48e24 | |
| parent | afeb65d5c21019132a9b7759f864f19e0ad0df43 (diff) | |
| download | luaossl-8fe044b632f04c4d7bf07f3f60b97d45f39ecd26.tar.gz luaossl-8fe044b632f04c4d7bf07f3f60b97d45f39ecd26.tar.bz2 luaossl-8fe044b632f04c4d7bf07f3f60b97d45f39ecd26.zip | |
document ssl:setAlpnProtos
| -rw-r--r-- | doc/luaossl.pdf | bin | 283945 -> 284349 bytes | |||
| -rw-r--r-- | doc/luaossl.tex | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/luaossl.pdf b/doc/luaossl.pdf index 3ec6d7e..f493d99 100644 --- a/doc/luaossl.pdf +++ b/doc/luaossl.pdf | |||
| Binary files 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. | |||
| 888 | 888 | ||
| 889 | \emph{Only supported since OpenSSL 1.0.2.} | 889 | \emph{Only supported since OpenSSL 1.0.2.} |
| 890 | 890 | ||
| 891 | \subsubsection[\fn{ssl:setAlpnProtos}]{\fn{ssl:setAlpnProtos($table$)}} | ||
| 892 | |||
| 893 | Sets the advertised ALPN protocols. $table$ is an array of protocol string identifiers. | ||
| 894 | |||
| 895 | \emph{Only supported since OpenSSL 1.0.2.} | ||
| 896 | |||
| 891 | \end{Module} | 897 | \end{Module} |
| 892 | 898 | ||
| 893 | 899 | ||
