diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaossl.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex index 4f06ecf..0675e62 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex | |||
@@ -693,6 +693,10 @@ Returns the integer count of the number of extensions. | |||
693 | 693 | ||
694 | Signs the instance CRL using the \module{openssl.pkey} $key$. | 694 | Signs the instance CRL using the \module{openssl.pkey} $key$. |
695 | 695 | ||
696 | \subsubsection[\fn{crl:verify}]{\fn{crl:verify($publickey$)}} | ||
697 | |||
698 | Verifies the instance CRL using a public key. | ||
699 | |||
696 | \subsubsection[\fn{crl:text}]{\fn{crl:text()}} | 700 | \subsubsection[\fn{crl:text}]{\fn{crl:text()}} |
697 | 701 | ||
698 | Returns a human-readable textual representation of the instance CRL. | 702 | Returns a human-readable textual representation of the instance CRL. |