From edf259dac9f2a9d2f25ffc3fb4bba0249ef0632d Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 25 Aug 2021 15:42:24 -0500 Subject: [PATCH] asn1: Update comment in rfc2459.asn1 --- lib/asn1/rfc2459.asn1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/asn1/rfc2459.asn1 b/lib/asn1/rfc2459.asn1 index 438b2a632..35da5f1a1 100644 --- a/lib/asn1/rfc2459.asn1 +++ b/lib/asn1/rfc2459.asn1 @@ -225,6 +225,10 @@ AttributeTypeAndValue ::= SEQUENCE { -- for RDNs that aren't strings, and d) the non-string attributes from TCG that -- are used in SubjectDirectoryAttributes will never be used here (so we hope). -- +-- Until we fix this lib/hx509 cannot support name attributes whose type isn't +-- DirectoryString. For example, the UID attribute is broken at this time, as +-- that wants NumericString. +-- RelativeDistinguishedName ::= SET OF AttributeTypeAndValue -- XXX SingleAttribute RDNSequence ::= SEQUENCE OF RelativeDistinguishedName