cose-wg / CBOR-certificates

Other
11 stars 7 forks source link

Error in "Example IEEE 802.1AR profiled X.509 Certificate" #181

Open xipki opened 7 months ago

xipki commented 7 months ago

In the current github version of draft-ietf-cose-cbor-encoded-cert.md, Section Example IEEE 802.1AR profiled X.509 Certificate:

  1. 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.
  2. The textual and hex representation of the C509 certificate have the type 1.3.6.1.4.1.7.**6175**.10.1.
  3. The C509 certificate still has the issuerSignatureAlgorithmat the position as in draft -09 (before issuerSignatureValue).