aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2018-07-20 13:04:11 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2018-07-20 13:44:20 +1000
commitd19dc1efbab219a1ccd673c7c1da4702332ea3a7 (patch)
tree85a35268e5a8a37893713c084957fffdb79f2428 /doc
parent162c872aecab9068e752805d36aae63ec4ae24ce (diff)
downloadluaossl-d19dc1efbab219a1ccd673c7c1da4702332ea3a7.tar.gz
luaossl-d19dc1efbab219a1ccd673c7c1da4702332ea3a7.tar.bz2
luaossl-d19dc1efbab219a1ccd673c7c1da4702332ea3a7.zip
src/openssl.c: Bind SSL_get_SSL_CTX as ssl:getContext()
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 60af781..8695949 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -1029,6 +1029,10 @@ Add or interpose an ssl class method. Returns the previous method, if any.
Replaces the \module{openssl.ssl.context} used by $ssl$ with $context$.
+\subsubsection[\fn{ssl:getContext}]{\fn{ssl:getContext()}}
+
+Returns the \module{openssl.ssl.context} used by $ssl$.
+
\subsubsection[\fn{ssl:setOptions}]{\fn{ssl:setOptions($flags$)}}
Adds the option flags of the SSL connection instance. See \fn{openssl.ssl.context:setOptions}.