diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-04 15:17:53 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-04-04 15:17:53 +1000 |
commit | 62f401c31942d16c1b28ebb528ca0f444a2b9af3 (patch) | |
tree | c70a1bf58fc7573b77c7fb6ecc23017fff52327b /doc | |
parent | a5ba3b4fbadb8369d9f6602f86f33703f3d043de (diff) | |
download | luaossl-62f401c31942d16c1b28ebb528ca0f444a2b9af3.tar.gz luaossl-62f401c31942d16c1b28ebb528ca0f444a2b9af3.tar.bz2 luaossl-62f401c31942d16c1b28ebb528ca0f444a2b9af3.zip |
Document ssl:getVerifyResult()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaossl.pdf | bin | 275845 -> 276077 bytes | |||
-rw-r--r-- | doc/luaossl.tex | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.pdf b/doc/luaossl.pdf Binary files differindex b8fb40a..25c58ca 100644 --- a/doc/luaossl.pdf +++ b/doc/luaossl.pdf diff --git a/doc/luaossl.tex b/doc/luaossl.tex index 3567978..5e19e66 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex @@ -1007,6 +1007,10 @@ See \fn{openssl.ssl.context:setVerify}. Returns two values: the bitwise verification mode flags, and the maximum validation depth. See \fn{openssl.ssl.context:getVerify}. +\subsubsection[\fn{ssl:getVerifyResult}]{\fn{ssl:getVerifyResult()}} + +Returns two values: the integer verification result code and the string representation of that code. + \subsubsection[\fn{ssl:setCertificate}]{\fn{ssl:setCertificate($crt$)}} Sets the X.509 certificate \module{openssl.x509} object $crt$ to send during SSL connection instance handshakes. |