Skip to content

Commit

Permalink
Fixed copy-paste error mentioned in #152
Browse files Browse the repository at this point in the history
Line 88 now says TBSCertificateRevocationList, as it should (from #152)
  • Loading branch information
highlunder authored Feb 16, 2024
1 parent f954405 commit 913ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-cose-cbor-revocation-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ C509CertificateRevocationList = [
]

; The elements of the following group are used in a CBOR Sequence:
TBSCertificateSigningRequest = (
TBSCertificateRevocationList = (
C509CertificateRevocationListType: int,
issuer: Name,
thisUpdate: Time,
Expand Down

0 comments on commit 913ca0d

Please sign in to comment.