aboutsummaryrefslogtreecommitdiffstats
path: root/doc/luaossl.tex
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@25thandclement.com> 2016-06-24 19:14:05 -0700
committerLibravatarLibravatar William Ahern <william@25thandclement.com> 2016-06-24 19:14:05 -0700
commitc429c7d4945d2cddf43d31bd59b45cadea617f82 (patch)
tree5458f64fbd3a52e7128f8977715b3ee1cac3098a /doc/luaossl.tex
parentdac0e48996b48537fa6d1f6b75b39731b9a58cb2 (diff)
parentbddd9f5a79ae4aea43d7dca09157c53e40503bfb (diff)
downloadluaossl-c429c7d4945d2cddf43d31bd59b45cadea617f82.tar.gz
luaossl-c429c7d4945d2cddf43d31bd59b45cadea617f82.tar.bz2
luaossl-c429c7d4945d2cddf43d31bd59b45cadea617f82.zip
Merge branch 'ashb-csr_san'
Diffstat (limited to 'doc/luaossl.tex')
-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.
Sets the subject distinguished name. $name$ should be an \module{x509.name} object.
+\subsubsection[\fn{csr:getSubjectAlt}]{\fn{csr:getSubjectAlt()}}
+
+Returns the subject alternative name as an \module{x509.altname} object.
+
+\subsubsection[\fn{csr:setSubjectAlt}]{\fn{csr:setSubjectAlt($name$)}}
+
+Sets the subject alternative names. $name$ should be an \module{x509.altname} object.
+
\subsubsection[\fn{csr:getPublicKey}]{\fn{csr:getPublicKey()}}
Returns the public key component as an \module{openssl.pkey} object.