You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file draft-cose-cbor-revocation-management.md:
The C509CertificateRevocationList is defined as follows
-- Not a mistake, but a typo in the original document, shall be C509CertificateRevocationList
TBSCertificateSigningRequest = (
C509CertificateRevocationListType: int,
issuer: Name,
thisUpdate: Time,
nextUpdate: Time,
revokedCertificates: RevokedCertificates,
crlExtensions: Extensions,
issuerSignatureAlgorithm: AlgorithmIdentifier,
)
As discussed in #149, issuerSignatureAlgorithm field shall be before issuer. And since revokedCertificates may be very large, and crlExtensions may be required before parsing the whole revokedCertificates, I prefer to have crlExtensions before revokedCertificates.
In the file
draft-cose-cbor-revocation-management.md
:The
C509CertificateRevocationList
is defined as followsAs discussed in #149,
issuerSignatureAlgorithm
field shall be beforeissuer
. And sincerevokedCertificates
may be very large, andcrlExtensions
may be required before parsing the wholerevokedCertificates
, I prefer to havecrlExtensions
beforerevokedCertificates
.Finally, we shall have the following structure
The text was updated successfully, but these errors were encountered: