From 899a1058abcbe6fe59592ed5d46cc4b55cf12326 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 25 Dec 2016 22:15:10 +0000 Subject: Consistently mark up various ASN.1 type names defined in standards related to X.509 with .Vt such that they can be searched for. --- src/lib/libcrypto/man/X509_ALGOR_dup.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/X509_ALGOR_dup.3') diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3 index 7a46b372c2..b1a28e11ba 100644 --- a/src/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_ALGOR_dup.3,v 1.4 2016/12/15 23:29:38 jmc Exp $ +.\" $OpenBSD: X509_ALGOR_dup.3,v 1.5 2016/12/25 22:15:10 schwarze Exp $ .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 15 2016 $ +.Dd $Mdocdate: December 25 2016 $ .Dt X509_ALGOR_DUP 3 .Os .Sh NAME @@ -115,8 +115,9 @@ .Fn X509_ALGOR_new allocates and initializes an empty .Vt X509_ALGOR -object, representing an ASN.1 AlgorithmIdentifier structure -defined in RFC 5280 section 4.1.1.2. +object, representing an ASN.1 +.Vt AlgorithmIdentifier +structure defined in RFC 5280 section 4.1.1.2. Such objects can specify a cryptographic algorithm together with algorithm-specific parameters. They are used by many other objects, for example certificates, -- cgit v1.2.3-55-g6feb