summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_ATTRIBUTE_new.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/X509_ATTRIBUTE_new.314
1 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_ATTRIBUTE_new.3 b/src/lib/libcrypto/man/X509_ATTRIBUTE_new.3
index f0568e196d..776c4b17ce 100644
--- a/src/lib/libcrypto/man/X509_ATTRIBUTE_new.3
+++ b/src/lib/libcrypto/man/X509_ATTRIBUTE_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_ATTRIBUTE_new.3,v 1.3 2016/12/28 13:45:30 schwarze Exp $ 1.\" $OpenBSD: X509_ATTRIBUTE_new.3,v 1.4 2016/12/28 20:29:15 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -31,8 +31,10 @@
31.Ft void 31.Ft void
32.Fn X509_ATTRIBUTE_free "X509_ATTRIBUTE *attr" 32.Fn X509_ATTRIBUTE_free "X509_ATTRIBUTE *attr"
33.Sh DESCRIPTION 33.Sh DESCRIPTION
34In the X.501 standard, an Attribute is the fundamental ASN.1 data type 34In the X.501 standard, an
35used to represent any kind of property of any kind of directory entry. 35.Vt Attribute
36is the fundamental ASN.1 data type used to represent any kind of
37property of any kind of directory entry.
36In OpenSSL, very few objects use it directly, most notably the 38In OpenSSL, very few objects use it directly, most notably the
37.Vt X509_REQ_INFO 39.Vt X509_REQ_INFO
38object used for PKCS#10 certification requests described in 40object used for PKCS#10 certification requests described in
@@ -68,7 +70,11 @@ if an error occurs.
68.Xr X509_REQ_new 3 70.Xr X509_REQ_new 3
69.Sh STANDARDS 71.Sh STANDARDS
70.Bl -ohang 72.Bl -ohang
71.It For the general definition of the Attribute data type: 73.It Xo
74For the general definition of the
75.Vt Attribute
76data type:
77.Xc
72ITU-T Recommendation X.501, also known as ISO/IEC 9594-2: 78ITU-T Recommendation X.501, also known as ISO/IEC 9594-2:
73Information Technology \(en Open Systems Interconnection \(en 79Information Technology \(en Open Systems Interconnection \(en
74The Directory: Models, section 8.2: Overall structure 80The Directory: Models, section 8.2: Overall structure