[webauthn] new commits pushed by equalsJeffH

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

* Fix typo

This fixes #1019.

https://github.com/w3c/webauthn/issues/1019
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/9a99d4b28275459b82ad37ebe66ab13f027857ed

* Expand and link RP to Relying Party
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/8ef8a7db979557e97a6cbdf458877ede51f121b0

* Unlink RP ID in preformatted, non-linking example listings
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/30791a729094589f5750d54d3220a7ae4735bc31

* Fix "An Relying Party" to "A Relying Party"
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/8d4083db2af030c4218023b4c12e9f1abfedf12d

* Link [RPS]
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/f1f41ab926e399d202cc9a46a1c4dfa98c781328

* Note that the `appid` extension changes RP ID hash

This change adds a note to clarify that successful use of the `appid`
extension will cause the RP ID hash in the returned assertion to be the
hash of the AppID rather than the hash of the RP ID.

Fixes #980.
  by Adam Langley
https://github.com/w3c/webauthn/commit/b6a48d75a88cec0a89c07571e643681e969a2508

* fix #1012 determine Attested Credential Data length (#1023)

* fix #1012 determine attsCredData length

* fix grammar
  by =JeffH
https://github.com/w3c/webauthn/commit/964aa6c1eceaf922816573a639dec63fbcad9716

* Merge pull request #1030 from w3c/issue-1019-typo

Fix some minor editorial issues
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/ee3cf178256559fddb3b0d5880f6bd22d72f3d47

* Merge pull request #1033 from agl/issue980

Note that the appid extension changes RP ID hash
  by Adam Langley
https://github.com/w3c/webauthn/commit/a057572c2ca6211ec5b9d62a73df0e0363a3c300

* Add note about actual implementations of appid. (#1032)

This change adds a note to the `appid` extension remarking that, in
practice, I don't think anyone actually implements the FIDO FacetID spec
fully and instead checks whether the claimed AppID is same host with the
origin.

Fixes #972.
  by Adam Langley
https://github.com/w3c/webauthn/commit/bd9bc3ee399eab740563bebfe7927d7627dd5cea

* merge from master
  by JeffH
https://github.com/w3c/webauthn/commit/8ed02acdb963a3ed21a1f3fe12ddcdd06af9d7f0

Received on Sunday, 26 August 2018 20:25:58 UTC