aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 19:49:34 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 19:49:34 +1000
commite8e6bfa098bfe24fd5d6f021f030b64fffa453ff (patch)
tree72db699ac74ddf357f030e529ccb7ab38f2010bf /doc
parentc22a04c2d24665d5ee7615c1888ef41fdf44440f (diff)
downloadluaossl-e8e6bfa098bfe24fd5d6f021f030b64fffa453ff.tar.gz
luaossl-e8e6bfa098bfe24fd5d6f021f030b64fffa453ff.tar.bz2
luaossl-e8e6bfa098bfe24fd5d6f021f030b64fffa453ff.zip
Bind SSL_set_SSL_CTX
For #84
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.pdfbin274644 -> 274840 bytes
-rw-r--r--doc/luaossl.tex4
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.pdf b/doc/luaossl.pdf
index 85c165e..106b4ea 100644
--- a/doc/luaossl.pdf
+++ b/doc/luaossl.pdf
Binary files differ
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index bbdf055..e75a678 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -981,6 +981,10 @@ A table mapping OpenSSL named constants. Includes all constants provided by \mod
\subsubsection[\fn{ssl.interpose}]{\fn{ssl.interpose($name$, $function$)}}
Add or interpose an ssl class method. Returns the previous method, if any.
+\subsubsection[\fn{ssl:setContext}]{\fn{ssl:setContext($context$)}}
+
+Replaces the \module{openssl.ssl.context} used by $ssl$ with $context$.
+
\subsubsection[\fn{ssl:setOptions}]{\fn{ssl:setOptions($flags$)}}
Adds the option flags of the SSL connection instance. See \fn{openssl.ssl.context:setOptions}.