summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/luaossl.tex4
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
871 871
872Sets the private key \module{openssl.pkey} object $key$ for use during SSL connection instance handshakes. 872Sets the private key \module{openssl.pkey} object $key$ for use during SSL connection instance handshakes.
873 873
874\subsubsection[\fn{context:setCipherList}]{\fn{context:setCipherList($string$)}} 874\subsubsection[\fn{context:setCipherList}]{\fn{context:setCipherList($string$ [, ...])}}
875 875
876Sets 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}. 876Sets 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}.
877 877
878\subsubsection[\fn{context:setEphemeralKey}]{\fn{context:setEphemeralKey($key$)}} 878\subsubsection[\fn{context:setEphemeralKey}]{\fn{context:setEphemeralKey($key$)}}
879 879