diff options
author | daurnimator <quae@daurnimator.com> | 2018-10-30 18:09:13 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-10-31 13:13:29 +1100 |
commit | c0c334e88bffc74a97b1316d0c55cedd4b041ccb (patch) | |
tree | 2b5ca8ce03f7d09adeee8cb5a8d2395222fe6ae3 /doc | |
parent | 14381ef9d1a1f61e50a78eb7e9dfd51fab046cdd (diff) | |
download | luaossl-c0c334e88bffc74a97b1316d0c55cedd4b041ccb.tar.gz luaossl-c0c334e88bffc74a97b1316d0c55cedd4b041ccb.tar.bz2 luaossl-c0c334e88bffc74a97b1316d0c55cedd4b041ccb.zip |
Add openssl.extensionSupported()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaossl.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex index ddfde04..c3e4463 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex @@ -250,6 +250,10 @@ name & description \\\hline \small{\texttt{SSLEAY\_DIR}} & OpenSSL installation directory description as a string. \\ \end{ctabular} +\subsubsection[\fn{openssl.extensionSupported}]{\fn{openssl.extensionSupported($ext\_type$)}} + +Returns a boolean indicating if the extension $ext\_type$ is handled internally by OpenSSL. + \end{Module} |