[w3c/webauthn] 40d951: Add getPublicKey method.

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 40d9511f003e48f8a965309f2755b18934b33e28
      https://github.com/w3c/webauthn/commit/40d9511f003e48f8a965309f2755b18934b33e28
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  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


  Commit: f4eb334f52424f833bf3adfb1b9f2dc59d56f17e
      https://github.com/w3c/webauthn/commit/f4eb334f52424f833bf3adfb1b9f2dc59d56f17e
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Update based on comments


  Commit: 8dae5f241c2dcb90a98589b229e8d5de6c4fe1e9
      https://github.com/w3c/webauthn/commit/8dae5f241c2dcb90a98589b229e8d5de6c4fe1e9
  Author: Adam Langley <agl@google.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  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>


  Commit: 0b910c6659e00b6ff98fe325a4a50a50f1b6d5ce
      https://github.com/w3c/webauthn/commit/0b910c6659e00b6ff98fe325a4a50a50f1b6d5ce
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  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.)


  Commit: 0e3c67b5b20a5b9198ee6125a319db44a90a6e50
      https://github.com/w3c/webauthn/commit/0e3c67b5b20a5b9198ee6125a319db44a90a6e50
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Define the 'it' as the 'RP'

Co-authored-by: Emil Lundberg <emil@emlun.se>


  Commit: 0226490cf6afbe62fda5374cb6a867929d8c24f4
      https://github.com/w3c/webauthn/commit/0226490cf6afbe62fda5374cb6a867929d8c24f4
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #1395 from agl/getpubkey

Add getPublicKey method.


Compare: https://github.com/w3c/webauthn/compare/13289a22b9bc...0226490cf6af

Received on Thursday, 14 May 2020 22:59:16 UTC