From d77caf28ae5af5cd4b759d436c4c94870d8d26a3 Mon Sep 17 00:00:00 2001 From: Pascal Fellerich Date: Mon, 3 Apr 2017 14:46:36 +1000 Subject: New: method crl:verify(publickey) added, documentation updated. --- doc/luaossl.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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. Signs the instance CRL using the \module{openssl.pkey} $key$. +\subsubsection[\fn{crl:verify}]{\fn{crl:verify($publickey$)}} + +Verifies the instance CRL using a public key. + \subsubsection[\fn{crl:text}]{\fn{crl:text()}} Returns a human-readable textual representation of the instance CRL. -- cgit v1.2.3-59-g8ed1b