aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-10-15 23:45:44 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-10-15 23:45:44 -0700
commit6a6c4e6a29f6beab73610b8eec9c6ef0a44ec8d9 (patch)
tree53fb2e1ebf6b315c529242c676e6a83d828df92c
parentf7809c635fa7947c55a75677225e44670de2c9f5 (diff)
downloadluaossl-6a6c4e6a29f6beab73610b8eec9c6ef0a44ec8d9.tar.gz
luaossl-6a6c4e6a29f6beab73610b8eec9c6ef0a44ec8d9.tar.bz2
luaossl-6a6c4e6a29f6beab73610b8eec9c6ef0a44ec8d9.zip
getClientVersion, not getVersion
-rw-r--r--doc/luaossl.pdfbin280530 -> 280561 bytes
-rw-r--r--doc/luaossl.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/luaossl.pdf b/doc/luaossl.pdf
index c42260e..1f9512a 100644
--- a/doc/luaossl.pdf
+++ b/doc/luaossl.pdf
Binary files differ
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 5ae6956..16dffb3 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -850,7 +850,7 @@ TLS1\_1\_VERSION & 16-bit TLSv1.1 identifier (0x0302). \\
TLS1\_2\_VERSION & 16-bit TLSv1.2 identifier (0x0303). \\
\end{tabular}
-\subsubsection[\fn{ssl:getVersion}]{\fn{ssl:getClientVersion([$format$])}}
+\subsubsection[\fn{ssl:getClientVersion}]{\fn{ssl:getClientVersion([$format$])}}
Returns the SSL/TLS version supported by the client, which should be greater than or equal to the negotiated version. See \fn{ssl:getVersion}.