add the missing STANDARDS section
authorschwarze <schwarze@openbsd.org>
Thu, 9 Dec 2021 18:52:09 +0000 (18:52 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Dec 2021 18:52:09 +0000 (18:52 +0000)
lib/libcrypto/man/ASN1_parse_dump.3

index 8661c55..50761f3 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ASN1_parse_dump.3,v 1.2 2021/11/26 13:48:21 jsg Exp $
+.\" $OpenBSD: ASN1_parse_dump.3,v 1.3 2021/12/09 18:52:09 schwarze Exp $
 .\"
 .\" Copyright (c) 2021 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: November 26 2021 $
+.Dd $Mdocdate: December 9 2021 $
 .Dt ASN1_PARSE_DUMP 3
 .Os
 .Sh NAME
@@ -196,6 +196,12 @@ when any printing operation fails.
 .Xr ASN1_item_new 3 ,
 .Xr ASN1_STRING_print 3 ,
 .Xr ASN1_TYPE_new 3
+.Sh STANDARDS
+ITU-T Recommendation X.690, also known as ISO/IEC 8825-1:
+Information technology - ASN.1 encoding rules:
+Specification of Basic Encoding Rules (BER), Canonical Encoding
+Rules (CER) and Distinguished Encoding Rules (DER),
+section 8.1: General rules for encoding
 .Sh HISTORY
 .Fn ASN1_parse
 first appeared in SSLeay 0.5.1 and has been available since