From d1a4a7088709cc5bf0c0bf0e985e7b19b2ee12d5 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sun, 15 Dec 2024 14:16:26 -0500 Subject: [PATCH] Add a copy of the ASN.1 module to the appendix I think this is the right syntax? Not that there's really much of an ASN.1 module here at all. Closes #41 --- draft-beck-tls-trust-anchor-ids.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/draft-beck-tls-trust-anchor-ids.md b/draft-beck-tls-trust-anchor-ids.md index ee0d44c..e8b403a 100644 --- a/draft-beck-tls-trust-anchor-ids.md +++ b/draft-beck-tls-trust-anchor-ids.md @@ -594,6 +594,18 @@ The two mechanisms can be deployed together. An authenticating party can have me [[TODO: remove this or move to supporting documentation after more working group consensus]] +# ASN.1 Module + +~~~ +TrustAnchorIdentifiers DEFINITIONS ::= BEGIN + +id-trustAnchorIdentifier OBJECT IDENTIFIER ::= { TBD } + +TrustAnchorIdentifier ::= RELATIVE-OID + +END +~~~ + # Acknowledgements {:numbered="false"}