summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/X509_SIG_new.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-25 22:15:11 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-25 22:15:11 +0000
commit350a306838dd302c93523554d6af8e60ad70d1a9 (patch)
treea970b55b53f8821fd1ef06dbfe010f4fccf9d39d /lib/libcrypto/man/X509_SIG_new.3
parent77e27bced3de71323a97c3e37554d024afe23b49 (diff)
Consistently mark up various ASN.1 type names defined in standards
related to X.509 with .Vt such that they can be searched for.
Diffstat (limited to 'lib/libcrypto/man/X509_SIG_new.3')
-rw-r--r--lib/libcrypto/man/X509_SIG_new.310
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libcrypto/man/X509_SIG_new.3 b/lib/libcrypto/man/X509_SIG_new.3
index e4ad5b0085b..6d41ababc6d 100644
--- a/lib/libcrypto/man/X509_SIG_new.3
+++ b/lib/libcrypto/man/X509_SIG_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_SIG_new.3,v 1.1 2016/12/22 14:06:51 schwarze Exp $
+.\" $OpenBSD: X509_SIG_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 22 2016 $
+.Dd $Mdocdate: December 25 2016 $
.Dt X509_SIG_NEW 3
.Os
.Sh NAME
@@ -31,8 +31,10 @@
.Fn X509_SIG_new
allocates and initializes an empty
.Vt X509_SIG
-object, representing an ASN.1 DigestInfo structure defined
-in RFC 2315 section 9.4 and equivalently in RFC 8017 section 9.2.
+object, representing an ASN.1
+.Vt DigestInfo
+structure defined in RFC 2315 section 9.4
+and equivalently in RFC 8017 section 9.2.
It can hold a message digest together with information about
the algorithm used.
.Pp