summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-28 20:29:16 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-28 20:29:16 +0000
commite9df7d265f950bb51c9b8c9ae2fd966c34f729f5 (patch)
tree347f9953cde6f0cdccee11c58a9480e397b725cc
parent45bbbc9ebcf73c0c3cc3e005d5df531a6e4c1217 (diff)
add missing .Vt macros
-rw-r--r--lib/libcrypto/man/POLICYINFO_new.39
-rw-r--r--lib/libcrypto/man/X509_ATTRIBUTE_new.314
2 files changed, 15 insertions, 8 deletions
diff --git a/lib/libcrypto/man/POLICYINFO_new.3 b/lib/libcrypto/man/POLICYINFO_new.3
index ea225a2d034..e746759a931 100644
--- a/lib/libcrypto/man/POLICYINFO_new.3
+++ b/lib/libcrypto/man/POLICYINFO_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: POLICYINFO_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $
+.\" $OpenBSD: POLICYINFO_new.3,v 1.3 2016/12/28 20:29:15 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 25 2016 $
+.Dd $Mdocdate: December 28 2016 $
.Dt POLICYINFO_NEW 3
.Os
.Sh NAME
@@ -83,8 +83,9 @@ allocates and initializes an empty
.Vt CERTIFICATEPOLICIES
object, which is a
.Vt STACK_OF(POLICYINFO)
-and represents an ASN.1 CertificatePolicies structure
-defined in RFC 5280 section 4.2.1.4.
+and represents an ASN.1
+.Vt CertificatePolicies
+structure defined in RFC 5280 section 4.2.1.4.
It can be used by
.Vt X509
objects, both by CA certificates and end entity certificates.
diff --git a/lib/libcrypto/man/X509_ATTRIBUTE_new.3 b/lib/libcrypto/man/X509_ATTRIBUTE_new.3
index f0568e196db..776c4b17ce7 100644
--- a/lib/libcrypto/man/X509_ATTRIBUTE_new.3
+++ b/lib/libcrypto/man/X509_ATTRIBUTE_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_ATTRIBUTE_new.3,v 1.3 2016/12/28 13:45:30 schwarze Exp $
+.\" $OpenBSD: X509_ATTRIBUTE_new.3,v 1.4 2016/12/28 20:29:15 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -31,8 +31,10 @@
.Ft void
.Fn X509_ATTRIBUTE_free "X509_ATTRIBUTE *attr"
.Sh DESCRIPTION
-In the X.501 standard, an Attribute is the fundamental ASN.1 data type
-used to represent any kind of property of any kind of directory entry.
+In the X.501 standard, an
+.Vt Attribute
+is the fundamental ASN.1 data type used to represent any kind of
+property of any kind of directory entry.
In OpenSSL, very few objects use it directly, most notably the
.Vt X509_REQ_INFO
object used for PKCS#10 certification requests described in
@@ -68,7 +70,11 @@ if an error occurs.
.Xr X509_REQ_new 3
.Sh STANDARDS
.Bl -ohang
-.It For the general definition of the Attribute data type:
+.It Xo
+For the general definition of the
+.Vt Attribute
+data type:
+.Xc
ITU-T Recommendation X.501, also known as ISO/IEC 9594-2:
Information Technology \(en Open Systems Interconnection \(en
The Directory: Models, section 8.2: Overall structure