[webauthn] Where are rsaAlgName and eccAlgName defined?

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

== Where are rsaAlgName and eccAlgName defined? ==
The `packed` and `tpm` attestation statement formats reference the types `rsaAlgName` and `eccAlgName`, saying "The types `rsaAlgName` and `eccAlgName` are as defined in [§5.3.1 Attestation data][attData]". Section §5.3.1 however doesn't reference these terms, and neither does the [RFC8152][rfc] cited therein to define the COSE_Key format.

Where are `rsaAlgName` and `eccAlgName` defined? Are they supposed to be the parameter `alg: COSEAlgorithmIdentifier` defined in §5.3.1 Attestation data?

[attData]: https://www.w3.org/TR/webauthn/#sec-attestation-data
[rfc]: https://tools.ietf.org/html/rfc8152


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

Received on Friday, 15 September 2017 08:17:35 UTC