summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 0b1b79b..48faabe 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -545,7 +545,7 @@ Sets the basic constraints critical flag.
545 545
546\subsubsection[\fn{x509:addExtension}]{\fn{x509:addExtension($ext$)}} 546\subsubsection[\fn{x509:addExtension}]{\fn{x509:addExtension($ext$)}}
547 547
548Adds a copy of the \module{x509.extension} object to the certificate. 548Adds a copy of the \module{x509.extension} object to the certificate.
549 549
550\subsubsection[\fn{x509:getExtension}]{\fn{x509:getExtension($key$)}} 550\subsubsection[\fn{x509:getExtension}]{\fn{x509:getExtension($key$)}}
551 551
@@ -695,7 +695,7 @@ Add the certificate identified by $serial$ to the revocation list. $serial$ shou
695 695
696\subsubsection[\fn{crl:addExtension}]{\fn{crl:addExtension($ext$)}} 696\subsubsection[\fn{crl:addExtension}]{\fn{crl:addExtension($ext$)}}
697 697
698Adds a copy of the \module{x509.extension} object to the revocation list. 698Adds a copy of the \module{x509.extension} object to the revocation list.
699 699
700\subsubsection[\fn{crl:getExtension}]{\fn{crl:getExtension($key$)}} 700\subsubsection[\fn{crl:getExtension}]{\fn{crl:getExtension($key$)}}
701 701
@@ -810,7 +810,7 @@ Returns a new context object. $protocol$ is an optional string identifier select
810\begin{ctabular}{ c | p{14cm} } 810\begin{ctabular}{ c | p{14cm} }
811\multicolumn{2}{c}{$protocol$ identifiers}\\\hline\hline 811\multicolumn{2}{c}{$protocol$ identifiers}\\\hline\hline
812name & \href{https://www.openssl.org/docs/ssl/SSL_CTX_new.html}{description} \\\hline 812name & \href{https://www.openssl.org/docs/ssl/SSL_CTX_new.html}{description} \\\hline
813TLS & Supports TLS 1.0 \emph{and above}. Internally uses \fn{SSLv23\_method} and disables SSLv2 and 813TLS & Supports TLS 1.0 \emph{and above}. Internally uses \fn{SSLv23\_method} and disables SSLv2 and
814SSLv3 using \texttt{SSL\_OP\_NO\_SSLv2} and \texttt{SSL\_OP\_NO\_SSLv3}.\\ 814SSLv3 using \texttt{SSL\_OP\_NO\_SSLv2} and \texttt{SSL\_OP\_NO\_SSLv3}.\\
815 815
816SSL & Supports SSL 3.0 \emph{and above}. Internally uses \fn{SSLv23\_method} and disables SSLv2 using \texttt{SSL\_OP\_NO\_SSLv2}.\\ 816SSL & Supports SSL 3.0 \emph{and above}. Internally uses \fn{SSLv23\_method} and disables SSLv2 using \texttt{SSL\_OP\_NO\_SSLv2}.\\
@@ -962,7 +962,7 @@ Similar to :getPeerCertifiate, but returns the entire chain sent by the peer as
962 962
963\subsubsection[\fn{ssl:getCipherInfo}]{\fn{ssl:getCipherInfo()}} 963\subsubsection[\fn{ssl:getCipherInfo}]{\fn{ssl:getCipherInfo()}}
964 964
965Returns a table of information on the current cipher. 965Returns a table of information on the current cipher.
966 966
967\begin{tabular}{ c | l } 967\begin{tabular}{ c | l }
968field & description\\\hline 968field & description\\\hline