[webauthn] Subject-C type in packed cert requirements is incorrect

emlun has just created a new issue for https://github.com/w3c/webauthn:

== Subject-C type in packed cert requirements is incorrect ==
The [packed attestation statement certificate requirements][reqs] list the Subject-C field as an ASN.1 UTF8String:

>**Subject-C**
>ISO 3166 code specifying the country where the Authenticator vendor is incorporated (UTF8String)

But [RFC 5280][rfc] page 114 defines the field as an ASN.1 PrintableString:

>X520countryName ::=     PrintableString (SIZE (2))


[reqs]: https://w3c.github.io/webauthn/#packed-attestation-cert-requirements
[rfc]: https://tools.ietf.org/html/rfc5280#page-115

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/818 using your GitHub account

Received on Friday, 23 February 2018 12:01:02 UTC