[webauthn] new commits pushed by jcjones

The following commits were just pushed by jcjones to https://github.com/w3c/webauthn:

* Add getPublicKey method.

This change adds a getPublicKey method to the
AuthenticatorAttestationResponse to save some users from having to parse
out and handle COSE keys.

(See linked issue for background.)

Fixes #1363
  by Adam Langley
https://github.com/w3c/webauthn/commit/40d9511f003e48f8a965309f2755b18934b33e28

* Update based on comments
  by Adam Langley
https://github.com/w3c/webauthn/commit/f4eb334f52424f833bf3adfb1b9f2dc59d56f17e

* Apply suggestions from code review

(Some suggestions collide with others and GitHub can't cope with that. Will apply those manually in a sec.)

Co-Authored-By: J.C. Jones <james.jc.jones@gmail.com>
Co-Authored-By: =JeffH <jdhodges@google.com>
Co-Authored-By: Emil Lundberg <emil@emlun.se>
  by Adam Langley
https://github.com/w3c/webauthn/commit/8dae5f241c2dcb90a98589b229e8d5de6c4fe1e9

* Add getPublicKeyAlgorithm()

A SubjectPublicKeyInfo encodes only the public key, but COSE Key
structures also include a signature algorithm. Since RPs will need this
information too, this change adds getPublicKeyAlgorithm to return it.

(This change also includes some suggestions from the review that GitHub
couldn't automatically apply because they collided with other
suggestions.)
  by Adam Langley
https://github.com/w3c/webauthn/commit/0b910c6659e00b6ff98fe325a4a50a50f1b6d5ce

* Define the 'it' as the 'RP'

Co-authored-by: Emil Lundberg <emil@emlun.se>
  by J.C. Jones
https://github.com/w3c/webauthn/commit/0e3c67b5b20a5b9198ee6125a319db44a90a6e50

* Merge pull request #1395 from agl/getpubkey

Add getPublicKey method.
  by J.C. Jones
https://github.com/w3c/webauthn/commit/0226490cf6afbe62fda5374cb6a867929d8c24f4

Received on Thursday, 14 May 2020 22:58:54 UTC