Skip to content

Commit

Permalink
Fix 3943 Errata (#70)
Browse files Browse the repository at this point in the history
ChangeSubjectName ::= SEQUENCE {
          subject             Name OPTIONAL,
          subjectAlt          SubjectAltName OPTIONAL
      }
      (WITH COMPONENTS {..., subject PRESENT} |
            COMPONENTS {..., subjectAlt PRESENT} )
  • Loading branch information
seanturner authored Jan 23, 2025
1 parent 55f46e8 commit d3b4079
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 @@ -3118,7 +3118,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 @@ -4019,7 +4019,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 d3b4079

Please sign in to comment.