[w3c/webauthn] df81b6: Eliminate the “not-supported” option for tokenBind...

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: df81b61d660079345c1e40afc2762ea812db96f0
      https://github.com/w3c/webauthn/commit/df81b61d660079345c1e40afc2762ea812db96f0
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2018-05-16 (Wed, 16 May 2018)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Eliminate the “not-supported” option for tokenBinding.status

The tokenBinding member is optional so this created two different ways
to encode that tokenBinding wasn't supported: omitting tokenBinding
completely and including it with status = “not-supported”. This change
eliminates the second option.

This matches Firefox's current behaviour and Chrome will align.

Fixes #907.


  Commit: 31aed6629c957829466415ad62d93e2210524e3f
      https://github.com/w3c/webauthn/commit/31aed6629c957829466415ad62d93e2210524e3f
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2018-05-24 (Thu, 24 May 2018)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Specify the meaning of omitting tokenBinding.


  Commit: 0db8a61125c6dbb88474207123e34e1742f666cc
      https://github.com/w3c/webauthn/commit/0db8a61125c6dbb88474207123e34e1742f666cc
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
    A draft-jones-webauthn-secp256k1.html
    A draft-jones-webauthn-secp256k1.txt
    A draft-jones-webauthn-secp256k1.xml
    M index.bs

  Log Message:
  -----------
  Merge branch 'master' into issue907


  Commit: 802ddec2c7b0bdcbe01bdd2b89715bd4043f5cd9
      https://github.com/w3c/webauthn/commit/802ddec2c7b0bdcbe01bdd2b89715bd4043f5cd9
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Change “optional” to “OPTIONAL”.


  Commit: 7ef6a96e22c8e1b4a3773e0ac87e1a6174109257
      https://github.com/w3c/webauthn/commit/7ef6a96e22c8e1b4a3773e0ac87e1a6174109257
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
    M .travis.yml
    M README.md
    A docker/bikeshed/Dockerfile
    A docker/bikeshed/README.md
    M index.bs

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into issue907


  Commit: a68f1a9256a7d73a71e68cec7d45f280dc46f033
      https://github.com/w3c/webauthn/commit/a68f1a9256a7d73a71e68cec7d45f280dc46f033
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #914 from agl/issue907

Eliminate the “not-supported” option for tokenBinding.status


Compare: https://github.com/w3c/webauthn/compare/4fd5dd5d5c64...a68f1a9256a7
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

Received on Tuesday, 19 June 2018 16:25:50 UTC