Skip to content

Commit

Permalink
Fix 3943 Change
Browse files Browse the repository at this point in the history
subjectAltName is supposed to be:

    ChangeSubjectName ::= SEQUENCE {
          subject             Name OPTIONAL,
          subjectAlt          SubjectAltName OPTIONAL
      }
      (WITH COMPONENTS {..., subject PRESENT} |
            COMPONENTS {..., subjectAlt PRESENT} )
  • Loading branch information
seanturner authored Jan 22, 2025
1 parent 9a0a52f commit 7cea4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-lamps-rfc5272bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,7 @@ follows:

ChangeSubjectName ::= SEQUENCE {
subject Name OPTIONAL,
subjectAlt SubjectAltName OPTIONAL
subjectAlt [1] SubjectAltName OPTIONAL
}
(WITH COMPONENTS {..., subject PRESENT} |
COMPONENTS {..., subjectAlt PRESENT} )
Expand Down Expand Up @@ -4012,7 +4012,7 @@ BEGIN

ChangeSubjectName ::= SEQUENCE {
subject Name OPTIONAL,
subjectAlt [1] GeneralNames OPTIONAL
subjectAlt [1] SubjectAltName OPTIONAL
}
(WITH COMPONENTS {..., subject PRESENT} |
WITH COMPONENTS {..., subjectAlt PRESENT} )
Expand Down

0 comments on commit 7cea4cd

Please sign in to comment.