aboutsummaryrefslogtreecommitdiffstats
path: root/doc/luaossl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luaossl.tex')
-rw-r--r--doc/luaossl.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 49e8e0e..0b1b79b 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -571,6 +571,10 @@ Sets the public key component referenced by the \module{openssl.pkey} object $ke
Returns the digest of the public key as a binary string. $type$ is an optional string describing the digest type, and defaults to ``sha1''.
+\subsubsection[\fn{x509:getSignatureName}]{\fn{x509:getSignatureName()}}
+
+Returns the type of signature used to sign the certificate as a string. e.g. ``RSA-SHA1''
+
\subsubsection[\fn{x509:sign}]{\fn{x509:sign($key$ [, $type$])}}
Signs and updates the instance certificate using the \module{openssl.pkey} $key$. $type$ is an optional string describing the digest type. See \module{pkey:sign}, regarding which types of digests are valid. If $type$ is omitted than a default type is used---``sha1'' for RSA keys, ``dss1'' for DSA keys, and ``ecdsa-with-SHA1'' for EC keys.