cose-wg / CBOR-certificates

Other
11 stars 7 forks source link

Error in "Example Encoding of Extensions" #203

Open aidenYang97 opened 5 months ago

aidenYang97 commented 5 months ago

In the C509 Extended Key Usages Registry, the value for id-kp-OCSPSigning is listed as 9. However, in the third example provided in the section 3.3.1, the CBOR array is shown as [3, 6]. Based on the correct value for id-kp-OCSPSigning, the CBOR array should be [3, 9].

gselander commented 4 months ago

Thanks @aidenYang97, fixed in 2c8b09d.