From e23bb123be77cd5216762653816a3ddaf72f458f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 4 Aug 2025 09:07:12 -0400 Subject: [PATCH] add attribute type 'attr' and test VALUE not used for anything yet, because the encoder / decoder do not support it --- src/tests/unit/protocols/der/dictionary.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/unit/protocols/der/dictionary.test b/src/tests/unit/protocols/der/dictionary.test index ff41622f52..7b64ebe963 100644 --- a/src/tests/unit/protocols/der/dictionary.test +++ b/src/tests/unit/protocols/der/dictionary.test @@ -182,3 +182,6 @@ BEGIN Test-Choice ATTRIBUTE option0 0 integer class=private ATTRIBUTE option1 1 integer class=private END Test-Choice + +DEFINE Test-Attr attribute +VALUE Test-Attr Test-TLV @.Test-TLV -- 2.47.2