From c0c334e88bffc74a97b1316d0c55cedd4b041ccb Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 30 Oct 2018 18:09:13 +1100 Subject: Add openssl.extensionSupported() --- doc/luaossl.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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} -- cgit v1.2.3-59-g8ed1b