diff options
author | daurnimator <quae@daurnimator.com> | 2015-08-09 00:54:45 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2015-08-09 00:54:45 +1000 |
commit | 18cb0387fd063f1b2874c44dab11bbc319cc86ca (patch) | |
tree | bec772858518374dbc2061fdd9b7aacb2d597b8b /doc | |
parent | b34f9c0fd6a815f498c03717384ba8dd543e75f7 (diff) | |
download | luaossl-18cb0387fd063f1b2874c44dab11bbc319cc86ca.tar.gz luaossl-18cb0387fd063f1b2874c44dab11bbc319cc86ca.tar.bz2 luaossl-18cb0387fd063f1b2874c44dab11bbc319cc86ca.zip |
documentation: Update to say that setCipherList can take multiple arguments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaossl.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex index de461ba..433dd03 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex @@ -871,9 +871,9 @@ Sets the X.509 certificate \module{openssl.x509} object $crt$ to send during SSL Sets the private key \module{openssl.pkey} object $key$ for use during SSL connection instance handshakes. -\subsubsection[\fn{context:setCipherList}]{\fn{context:setCipherList($string$)}} +\subsubsection[\fn{context:setCipherList}]{\fn{context:setCipherList($string$ [, ...])}} -Sets the allowed public key and private key algorithms. The string format is documented in the \href{http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT}{OpenSSL ciphers(1) utility documentation}. +Sets the allowed public key and private key algorithm(s). The string format is documented in the \href{http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT}{OpenSSL ciphers(1) utility documentation}. \subsubsection[\fn{context:setEphemeralKey}]{\fn{context:setEphemeralKey($key$)}} |