summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/X509_ALGOR_dup.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_ALGOR_dup.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_ALGOR_dup.3')
-rw-r--r--lib/libcrypto/man/X509_ALGOR_dup.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/man/X509_ALGOR_dup.3 b/lib/libcrypto/man/X509_ALGOR_dup.3
index 7a46b372c29..b1a28e11ba0 100644
--- a/lib/libcrypto/man/X509_ALGOR_dup.3
+++ b/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,