summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2021-12-09 18:52:09 +0000
committerschwarze <>2021-12-09 18:52:09 +0000
commit9199ab59feb36a355ce3324f7569957b3f6c5712 (patch)
tree6c7687cd6f297f934823349d444b0e4848ae23ec
parented7c566d340c690dee5be5eb59e54c8f43bf4be4 (diff)
downloadopenbsd-9199ab59feb36a355ce3324f7569957b3f6c5712.tar.gz
openbsd-9199ab59feb36a355ce3324f7569957b3f6c5712.tar.bz2
openbsd-9199ab59feb36a355ce3324f7569957b3f6c5712.zip
add the missing STANDARDS section
-rw-r--r--src/lib/libcrypto/man/ASN1_parse_dump.310
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_parse_dump.3 b/src/lib/libcrypto/man/ASN1_parse_dump.3
index 8661c55521..50761f38aa 100644
--- a/src/lib/libcrypto/man/ASN1_parse_dump.3
+++ b/src/lib/libcrypto/man/ASN1_parse_dump.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_parse_dump.3,v 1.2 2021/11/26 13:48:21 jsg Exp $ 1.\" $OpenBSD: ASN1_parse_dump.3,v 1.3 2021/12/09 18:52:09 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 26 2021 $ 17.Dd $Mdocdate: December 9 2021 $
18.Dt ASN1_PARSE_DUMP 3 18.Dt ASN1_PARSE_DUMP 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -196,6 +196,12 @@ when any printing operation fails.
196.Xr ASN1_item_new 3 , 196.Xr ASN1_item_new 3 ,
197.Xr ASN1_STRING_print 3 , 197.Xr ASN1_STRING_print 3 ,
198.Xr ASN1_TYPE_new 3 198.Xr ASN1_TYPE_new 3
199.Sh STANDARDS
200ITU-T Recommendation X.690, also known as ISO/IEC 8825-1:
201Information technology - ASN.1 encoding rules:
202Specification of Basic Encoding Rules (BER), Canonical Encoding
203Rules (CER) and Distinguished Encoding Rules (DER),
204section 8.1: General rules for encoding
199.Sh HISTORY 205.Sh HISTORY
200.Fn ASN1_parse 206.Fn ASN1_parse
201first appeared in SSLeay 0.5.1 and has been available since 207first appeared in SSLeay 0.5.1 and has been available since