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 | |
| parent | a5ba3b4fbadb8369d9f6602f86f33703f3d043de (diff) | |
| download | luaossl-62f401c31942d16c1b28ebb528ca0f444a2b9af3.tar.gz luaossl-62f401c31942d16c1b28ebb528ca0f444a2b9af3.tar.bz2 luaossl-62f401c31942d16c1b28ebb528ca0f444a2b9af3.zip | |
Document ssl:getVerifyResult()
| -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 index b8fb40a..25c58ca 100644 --- a/doc/luaossl.pdf +++ b/doc/luaossl.pdf | |||
| Binary files differ | |||
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}. | |||
| 1007 | Returns two values: the bitwise verification mode flags, and the maximum validation depth. | 1007 | Returns two values: the bitwise verification mode flags, and the maximum validation depth. |
| 1008 | See \fn{openssl.ssl.context:getVerify}. | 1008 | See \fn{openssl.ssl.context:getVerify}. |
| 1009 | 1009 | ||
| 1010 | \subsubsection[\fn{ssl:getVerifyResult}]{\fn{ssl:getVerifyResult()}} | ||
| 1011 | |||
| 1012 | Returns two values: the integer verification result code and the string representation of that code. | ||
| 1013 | |||
| 1010 | \subsubsection[\fn{ssl:setCertificate}]{\fn{ssl:setCertificate($crt$)}} | 1014 | \subsubsection[\fn{ssl:setCertificate}]{\fn{ssl:setCertificate($crt$)}} |
| 1011 | 1015 | ||
| 1012 | Sets the X.509 certificate \module{openssl.x509} object $crt$ to send during SSL connection instance handshakes. | 1016 | Sets the X.509 certificate \module{openssl.x509} object $crt$ to send during SSL connection instance handshakes. |
