diff options
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_OBJECT_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_OBJECT_new.3 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ASN1_OBJECT_new.3 b/src/lib/libcrypto/man/ASN1_OBJECT_new.3 index 671631094b..ff98f2491a 100644 --- a/src/lib/libcrypto/man/ASN1_OBJECT_new.3 +++ b/src/lib/libcrypto/man/ASN1_OBJECT_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_OBJECT_new.3,v 1.12 2021/11/22 12:06:51 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_OBJECT_new.3,v 1.13 2021/11/22 14:00:27 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d4 Mar 19 12:28:58 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d4 Mar 19 12:28:58 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -179,9 +179,20 @@ the following diagnostic can be retrieved in addition to the above: | |||
179 | Memory allocation failed. | 179 | Memory allocation failed. |
180 | .El | 180 | .El |
181 | .Sh SEE ALSO | 181 | .Sh SEE ALSO |
182 | .Xr a2d_ASN1_OBJECT 3 , | ||
182 | .Xr ASN1_TYPE_get 3 , | 183 | .Xr ASN1_TYPE_get 3 , |
183 | .Xr d2i_ASN1_OBJECT 3 , | 184 | .Xr d2i_ASN1_OBJECT 3 , |
184 | .Xr OBJ_nid2obj 3 | 185 | .Xr OBJ_nid2obj 3 |
186 | .Sh STANDARDS | ||
187 | ITU-T Recommendation X.208, also known as ISO/IEC 8824-1: | ||
188 | Specification of Abstract Syntax Notation One (ASN.1), | ||
189 | section 28: Notation for the object identifier type | ||
190 | .Pp | ||
191 | ITU-T Recommendation X.690, also known as ISO/IEC 8825-1: | ||
192 | Information technology - ASN.1 encoding rules: | ||
193 | Specification of Basic Encoding Rules (BER), Canonical Encoding | ||
194 | Rules (CER) and Distinguished Encoding Rules (DER), | ||
195 | section 8.19: Encoding of an object identifier value | ||
185 | .Sh HISTORY | 196 | .Sh HISTORY |
186 | .Fn ASN1_OBJECT_new | 197 | .Fn ASN1_OBJECT_new |
187 | and | 198 | and |