summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 433dd03..7db7463 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -597,6 +597,14 @@ Returns the subject distinguished name as an \module{x509.name} object.
597 597
598Sets the subject distinguished name. $name$ should be an \module{x509.name} object. 598Sets the subject distinguished name. $name$ should be an \module{x509.name} object.
599 599
600\subsubsection[\fn{csr:getSubjectAlt}]{\fn{csr:getSubjectAlt()}}
601
602Returns the subject alternative name as an \module{x509.altname} object.
603
604\subsubsection[\fn{csr:setSubjectAlt}]{\fn{csr:setSubjectAlt($name$)}}
605
606Sets the subject alternative names. $name$ should be an \module{x509.altname} object.
607
600\subsubsection[\fn{csr:getPublicKey}]{\fn{csr:getPublicKey()}} 608\subsubsection[\fn{csr:getPublicKey}]{\fn{csr:getPublicKey()}}
601 609
602Returns the public key component as an \module{openssl.pkey} object. 610Returns the public key component as an \module{openssl.pkey} object.