[w3c/webauthn] eb401b: Remove user agent getting user consent sentence (#...

  Branch: refs/heads/sign-counter-alg-507-alternative
  Home:   https://github.com/w3c/webauthn
  Commit: eb401b78e218af43715e426ea1825fc14966113d
      https://github.com/w3c/webauthn/commit/eb401b78e218af43715e426ea1825fc14966113d
  Author: Alexei Czeskis <alexei@czeskis.com>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Remove user agent getting user consent sentence (#553)

Closes #552


  Commit: dcf793928221b1883f4c9ac4dd5264b570606e52
      https://github.com/w3c/webauthn/commit/dcf793928221b1883f4c9ac4dd5264b570606e52
  Author: balfanz <dirk@balfanz.net>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  using descriptive names for authenticator selection criteria (#555)

Since we don't directly send the values of the AuthenticatorSelectionCriteria dictionary keys over the wire, it's ok to leave these values in a human-readable form.


  Commit: db1be8059b02cb8981fbe0229f6d1eebaedb9505
      https://github.com/w3c/webauthn/commit/db1be8059b02cb8981fbe0229f6d1eebaedb9505
  Author: christiaanbrand <christiaan@entersekt.com>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix Android attestation (#546)

* Fix Android attestation

Android attestation had a circular dependency on the public key: The authenticatorData has a public key that was originally intended to be stuck in the ChallengeData for generating a new keypair. When calling this function the public key isn't available to us yet. We have made a change to bring this in line with other attestation formats (ie. packed attestation).

* Update index.bs

* Update index.bs


  Commit: b663b390c00c8d7f6d2075abd38844c8b5835e13
      https://github.com/w3c/webauthn/commit/b663b390c00c8d7f6d2075abd38844c8b5835e13
  Author: rlin1 <rolf@noknok.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge branch 'master' into sign-counter-alg-507-alternative


Compare: https://github.com/w3c/webauthn/compare/dab729200cc8...b663b390c00c

Received on Wednesday, 4 October 2017 17:28:04 UTC