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 current github version of draft-ietf-cose-cbor-encoded-cert.md, Section Example IEEE 802.1AR profiled X.509 Certificate:
The textual (openssl) output of the X.509 certificate does not match the Hex encoded X.509 certificate. The textual output has the hardwareModule type 1.3.6.1.4.1.7.**6175**.10.1, but the hex certificate has the type 1.3.6.1.4.1.7.**6715**.10.1.
The textual and hex representation of the C509 certificate have the type 1.3.6.1.4.1.7.**6175**.10.1.
The C509 certificate still has the issuerSignatureAlgorithmat the position as in draft -09 (before issuerSignatureValue).
The text was updated successfully, but these errors were encountered:
The text output of the X.509 is actually 1.3.6.1.4.1.6175.10.1, not 1.3.6.1.4.1**.7**.6175.10.1, but you are right that it is different from the hex certificate type 1.3.6.1.4.1.6715.10.1.
The text and hex representation of the C509 is 1.3.6.1.4.1.6175.10.1 and should be 1.3.6.1.4.1.6715.10.1
Agreed, this was fixed in -11.
Changes needed in Appendix A.2:
OLD
hwType: 1.3.6.1.4.1.6175.10.1
NEW
hwType: 1.3.6.1.4.1.6715.10.1
OLD
3, [-1, [h'2B06010401B01F0A01', h'01020304']] / subjectAltName w. hard
NEW
3, [-1, [h'2B06010401B43B0A01', h'01020304']] / subjectAltName w. hard
In the current github version of
draft-ietf-cose-cbor-encoded-cert.md
, SectionExample IEEE 802.1AR profiled X.509 Certificate
:1.3.6.1.4.1.7.**6175**.10.1
, but the hex certificate has the type1.3.6.1.4.1.7.**6715**.10.1
.1.3.6.1.4.1.7.**6175**.10.1
.issuerSignatureAlgorithm
at the position as in draft -09 (beforeissuerSignatureValue
).The text was updated successfully, but these errors were encountered: