[w3c/webauthn] 4c4060: Extend the signature format to also include the RP...

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 4c4060a0011c3d64e54261cc4882f843bb8c014c
      https://github.com/w3c/webauthn/commit/4c4060a0011c3d64e54261cc4882f843bb8c014c
  Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M img/fido-signature-formats-figure1.svg
    M index.bs

  Log Message:
  -----------
  Extend the signature format to also include the RP ID (#144)

* Extend the signature format to also include the RP ID

Fixes #107

* UTF-16 -> UTF-8

As per feedback from @bifurcation

* RP ID should be in clientData, so RP can validate the RP ID hash is correct in authenticatorData

* Clean up authenticator processing sections

Add language about the authenticator needing to produce attestation at
makeCredential time. Fixes #114.

Also add a more complete listing of what is returned from the
authenticator methods. Fixes #105.

Received on Wednesday, 20 July 2016 17:56:53 UTC