[webauthn] new commits pushed by agl

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

* 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.
  by Adam Langley
https://github.com/w3c/webauthn/commit/df81b61d660079345c1e40afc2762ea812db96f0

* Specify the meaning of omitting tokenBinding.
  by Adam Langley
https://github.com/w3c/webauthn/commit/31aed6629c957829466415ad62d93e2210524e3f

* Merge branch 'master' into issue907
  by Adam Langley
https://github.com/w3c/webauthn/commit/0db8a61125c6dbb88474207123e34e1742f666cc

* Change “optional” to “OPTIONAL”.
  by Adam Langley
https://github.com/w3c/webauthn/commit/802ddec2c7b0bdcbe01bdd2b89715bd4043f5cd9

* Merge remote-tracking branch 'origin/master' into issue907
  by Adam Langley
https://github.com/w3c/webauthn/commit/7ef6a96e22c8e1b4a3773e0ac87e1a6174109257

* Merge pull request #914 from agl/issue907

Eliminate the “not-supported” option for tokenBinding.status
  by Adam Langley
https://github.com/w3c/webauthn/commit/a68f1a9256a7d73a71e68cec7d45f280dc46f033

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