summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-09 18:52:10 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-09 18:52:10 +0000
commite9cefad79e4dc351ff36ef2cdb341a4c41a8d0fd (patch)
treed7f495b393aa80cf105a607a30761c89040488df /lib/libcrypto/man
parent8c6a3aefc751e565173bd9c8c31afa34c3308645 (diff)
add the missing STANDARDS section
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/ASN1_parse_dump.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libcrypto/man/ASN1_parse_dump.3 b/lib/libcrypto/man/ASN1_parse_dump.3
index 8661c555214..50761f38aa2 100644
--- a/lib/libcrypto/man/ASN1_parse_dump.3
+++ b/lib/libcrypto/man/ASN1_parse_dump.3
@@ -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