- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Oct 2021 10:48:44 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by emlun to https://github.com/w3c/webauthn: * Explain attestation without using its root word by Matthew Miller https://github.com/w3c/webauthn/commit/23b0e03568f0c78d55c6fe656f2cf71ba33eaacc * Replace “A X.509” with “An X.509” This is the lone instance of “a X.509”, everywhere else it’s “an X.509” by Matthew Miller https://github.com/w3c/webauthn/commit/7e543b01c2b010d9f0f69d45257dcc03e6a2cb63 * Note that largeBlob requires discoverable key on CTAP authenticators by Emil Lundberg https://github.com/w3c/webauthn/commit/cfe086f9dfc6c09b6f3fca1228e61f69536b51f9 * Add myself to Contributors by Matthew Miller https://github.com/w3c/webauthn/commit/6ab9d71aa9c47e78d768f00229edf615e71aadd0 * Address review comments by Emil Lundberg https://github.com/w3c/webauthn/commit/e8a87e4ede6459f74ba4aba7ce3d91c6a54680a7 * Merge pull request #1615 from w3c/mmiller-improve-terminology-and-progression mmiller-improve-terminology by Matthew Miller https://github.com/w3c/webauthn/commit/8de9a0baf50e8f60a8d61f24d8f5e4a9cf3f965c * CI: Drop Travis; switch to GitHub Actions with w3c/spec-prod (#1625) by Michael[tm] Smith https://github.com/w3c/webauthn/commit/1823a4b0430ee9a9754b69f6eabb8e359a45b900 * Update build & (auto)publishing info in README.md (#1628) by Michael[tm] Smith https://github.com/w3c/webauthn/commit/6216fa71a293a3801d52f653d4dfaeb020c62bce * Remove References to TokenBinding by nicksteele https://github.com/w3c/webauthn/commit/5c4ce3492ec48e5af77db387963db5d5082f1233 * Remove no-longer-needed .deploy-output.sh script (#1629) by Michael[tm] Smith https://github.com/w3c/webauthn/commit/666faaa757e5fb7b53eeba0f01aa30de369503bf * Remove trailing whitespace throughout (#1636) this is just editorial housekeeping and actually does not affect all that many lines. by =JeffH https://github.com/w3c/webauthn/commit/33b021567d2f41090e9e57d687d43895b65f14bf * Revert "Remove References to TokenBinding" This reverts commit 5c4ce3492ec48e5af77db387963db5d5082f1233. by nicksteele https://github.com/w3c/webauthn/commit/af060767d98c3dbfc28bba1a1b0b536ad19ba97a * update for feedback by nicksteele https://github.com/w3c/webauthn/commit/5609bb07aee09078882f35c2c0f7b53bb15b3dc3 * update wording by nicksteele https://github.com/w3c/webauthn/commit/0ac8be043b5b576f837525506a2326247f3e99cb * Fix inconsistency in RP directions for credential transports §7.1. Registering a New Credential, step 23 reads "This value SHOULD NOT be modified", which conflicts with the definition of `getTransports()`: "The values SHOULD be members of AuthenticatorTransport but Relying Parties MUST ignore unknown values". by Emil Lundberg https://github.com/w3c/webauthn/commit/a36e38c8f3080c9f15bc304415607d231090117c * Denote crossOrigin in client data as OPTIONAL Fixes issue #1650. See: https://github.com/w3c/webauthn/issues/1650 by Emil Lundberg https://github.com/w3c/webauthn/commit/20d5ad4883d3385d3cc66558dc3156d1d41aa54f * Merge pull request #1630 from w3c/remove-tokenbinding Remove TokenBinding by Nick Steele https://github.com/w3c/webauthn/commit/a30f8e82ab98d87ba4d998d4994decb49c9fe792 * Merge pull request #1655 from w3c/issue-1650-crossOrigin-optional Denote crossOrigin in client data as OPTIONAL by Emil Lundberg https://github.com/w3c/webauthn/commit/526de29b40d8dc1226f3c9a5954b2b756bf594e2 * Merge pull request #1654 from w3c/issue-1587-transports-rp Fix inconsistency in RP directions for credential transports by Emil Lundberg https://github.com/w3c/webauthn/commit/38ad84d183a29df9219b20bf867fa670f2c8ce8c * Explicitly state that RPs cannot in general choose attestation type/format by Emil Lundberg https://github.com/w3c/webauthn/commit/9787e8d779a78f22f60736cbd64d4237e30e35f2 * Fix tokenBinding definition type Parent commit was generating the error: FATAL ERROR: Couldn't find target dict-member 'tokenBinding': <span data-dict-member-info="" for="CollectedClientData/tokenBinding"></span> This is because the surrounding `<div dfn-type="dict-member" dfn-for="CollectedClientData">` defines the definition type as `dict-member`, but no such member is defined in the `CollectedClientData` dictionary. This change overrides the definition type to `dfn`, which is described in the Bikeshed docs [1] as "for general terms and phrases, and a catch-all for anything else". [1]: https://tabatkins.github.io/bikeshed/#dfn-types by Emil Lundberg https://github.com/w3c/webauthn/commit/5f45d34abe3e6826f1e676c35a3dc5d349bec2ad * Merge pull request #1661 from w3c/fix-no-dfn-tokenbinding Fix tokenBinding definition type by Emil Lundberg https://github.com/w3c/webauthn/commit/bcae314f166b8dddd078d39458866e0a2f284394 * Incorporate review suggestion from @equalsJeffH by Emil Lundberg https://github.com/w3c/webauthn/commit/4bee1132cc24c53c2f18a757e47fbfb662b4b919 * Merge pull request #1622 from w3c/largeblob-ctap-requires-rk Note that largeBlob requires discoverable key on CTAP authenticators by Emil Lundberg https://github.com/w3c/webauthn/commit/38f9f7257914968292ca421b86a2db1670131754 * Involve client and "attestation conveyance" term in note on att.fmt choice by Emil Lundberg https://github.com/w3c/webauthn/commit/f621bd2941caaebc7481a98e545404f2d546695c * Simplify to that just the authenticator chooses attestation type and format by Emil Lundberg https://github.com/w3c/webauthn/commit/d24439d96f904e2ee391fa4a391366c943e5eede * Merge pull request #1660 from w3c/issue-1659-explicit-no-attstmt-choice Explicitly state that RPs cannot in general choose attestation type/format by Emil Lundberg https://github.com/w3c/webauthn/commit/f6a3179d202941916f4a212c48091798fdc27864 * Merge branch 'main' into issue-1618-clarify-params by Emil Lundberg https://github.com/w3c/webauthn/commit/5ba355629d701bf7caa6ea78f9162fd13694db37 * Address review comments by @equalsJeffH by Emil Lundberg https://github.com/w3c/webauthn/commit/f175479cc4158b92e8808e731252b2d5b9d37f97 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 October 2021 10:48:48 UTC