diff options
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 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. |