]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix: Resolved issue where CSR's where not having the full subject field decoded since...
authorEthan Thompson <77711716+ethan-thompson@users.noreply.github.com>
Fri, 27 Jun 2025 15:30:12 +0000 (11:30 -0400)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 15:30:12 +0000 (16:30 +0100)
Signed-off-by: ethan-thompson <ethan.thompson@networkradius.com>
share/dictionary/der/dictionary.rfc2986

index 4b62c4a866b227be8e433c7b6e04869267bc9cda..5c8c08d3ae7d6a1e8f6b9b0bd776842020c5b5e4 100644 (file)
@@ -17,7 +17,7 @@ DEFINE        certificationRequestInfo                        sequence
 BEGIN certificationRequestInfo
 DEFINE version                                         integer
 
-DEFINE subject                                         sequence
+DEFINE subject                                         sequence  sequence_of=set
 BEGIN subject
 DEFINE RelativeDistinguishedName                       set clone=@.RelativeDistinguishedName
 END subject