diff options
author | schwarze <> | 2016-12-25 22:15:10 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-25 22:15:10 +0000 |
commit | 899a1058abcbe6fe59592ed5d46cc4b55cf12326 (patch) | |
tree | 90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/X509_ALGOR_dup.3 | |
parent | 5667f2b73d8867280a0e2b3dd1d8068478634723 (diff) | |
download | openbsd-899a1058abcbe6fe59592ed5d46cc4b55cf12326.tar.gz openbsd-899a1058abcbe6fe59592ed5d46cc4b55cf12326.tar.bz2 openbsd-899a1058abcbe6fe59592ed5d46cc4b55cf12326.zip |
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 'src/lib/libcrypto/man/X509_ALGOR_dup.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_ALGOR_dup.3 | 9 |
1 files changed, 5 insertions, 4 deletions
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 @@ | |||
1 | .\" $OpenBSD: X509_ALGOR_dup.3,v 1.4 2016/12/15 23:29:38 jmc Exp $ | 1 | .\" $OpenBSD: X509_ALGOR_dup.3,v 1.5 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 | 2 | .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: December 15 2016 $ | 68 | .Dd $Mdocdate: December 25 2016 $ |
69 | .Dt X509_ALGOR_DUP 3 | 69 | .Dt X509_ALGOR_DUP 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -115,8 +115,9 @@ | |||
115 | .Fn X509_ALGOR_new | 115 | .Fn X509_ALGOR_new |
116 | allocates and initializes an empty | 116 | allocates and initializes an empty |
117 | .Vt X509_ALGOR | 117 | .Vt X509_ALGOR |
118 | object, representing an ASN.1 AlgorithmIdentifier structure | 118 | object, representing an ASN.1 |
119 | defined in RFC 5280 section 4.1.1.2. | 119 | .Vt AlgorithmIdentifier |
120 | structure defined in RFC 5280 section 4.1.1.2. | ||
120 | Such objects can specify a cryptographic algorithm together | 121 | Such objects can specify a cryptographic algorithm together |
121 | with algorithm-specific parameters. | 122 | with algorithm-specific parameters. |
122 | They are used by many other objects, for example certificates, | 123 | They are used by many other objects, for example certificates, |