summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPascal Fellerich <Pascal.Fellerich@ses.com>2017-04-03 14:46:36 +1000
committerdaurnimator <quae@daurnimator.com>2017-04-03 15:52:26 +1000
commitd77caf28ae5af5cd4b759d436c4c94870d8d26a3 (patch)
treea62e7b08dc381dea688ff51d9f3951db24a3a511 /doc
parent159354a58afda90f213f0858db89dfbd87ae74eb (diff)
downloadluaossl-d77caf28ae5af5cd4b759d436c4c94870d8d26a3.tar.gz
luaossl-d77caf28ae5af5cd4b759d436c4c94870d8d26a3.tar.bz2
luaossl-d77caf28ae5af5cd4b759d436c4c94870d8d26a3.zip
New: method crl:verify(publickey) added, documentation updated.
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.tex4
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
694Signs the instance CRL using the \module{openssl.pkey} $key$. 694Signs the instance CRL using the \module{openssl.pkey} $key$.
695 695
696\subsubsection[\fn{crl:verify}]{\fn{crl:verify($publickey$)}}
697
698Verifies 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
698Returns a human-readable textual representation of the instance CRL. 702Returns a human-readable textual representation of the instance CRL.