diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/X509_ATTRIBUTE_new.3 | 14 |
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 |
34 | In the X.501 standard, an Attribute is the fundamental ASN.1 data type | 34 | In the X.501 standard, an |
35 | used to represent any kind of property of any kind of directory entry. | 35 | .Vt Attribute |
36 | is the fundamental ASN.1 data type used to represent any kind of | ||
37 | property of any kind of directory entry. | ||
36 | In OpenSSL, very few objects use it directly, most notably the | 38 | In OpenSSL, very few objects use it directly, most notably the |
37 | .Vt X509_REQ_INFO | 39 | .Vt X509_REQ_INFO |
38 | object used for PKCS#10 certification requests described in | 40 | object 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 |
74 | For the general definition of the | ||
75 | .Vt Attribute | ||
76 | data type: | ||
77 | .Xc | ||
72 | ITU-T Recommendation X.501, also known as ISO/IEC 9594-2: | 78 | ITU-T Recommendation X.501, also known as ISO/IEC 9594-2: |
73 | Information Technology \(en Open Systems Interconnection \(en | 79 | Information Technology \(en Open Systems Interconnection \(en |
74 | The Directory: Models, section 8.2: Overall structure | 80 | The Directory: Models, section 8.2: Overall structure |