- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Jan 2018 16:53:36 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by emlun to https://github.com/w3c/webauthn: * Wait for lifetimeTimer to expire instead of issuedRequests to be empty The previous language would have the procedure terminate as soon as there are no pending authenticator requests - including immediately at the beginning unless at least one authenticator is available at that time. by Emil Lundberg https://github.com/w3c/webauthn/commit/18847d55a42c92eec4ed13530edee49f0d28a3a8 * Add privacy consideration about terminating getAssertion early by Emil Lundberg https://github.com/w3c/webauthn/commit/3a8f961db57f935d7f07312ac3aa1f1e69d26b98 * Clarify that the privacy consideration is a timing issue by Emil Lundberg https://github.com/w3c/webauthn/commit/df7dc0f28242bf3819fffcfa6162ae3ef22a6ce3 * Address review comment by @kpaulh by Emil Lundberg https://github.com/w3c/webauthn/commit/96655eb220880c1f34d4579501cba5ce6f11effb * Merge branch 'master' into issue-184 by Emil Lundberg https://github.com/w3c/webauthn/commit/73b9e4fb9e6a1cd4cce6448c34cfa1e54d0d6179 * Move getAssertion privacy considerations to Security Considerations by Emil Lundberg https://github.com/w3c/webauthn/commit/1214398f9724889be48f011176db26325c2259b8 * Move normative language from priv-cons into algorithms by Emil Lundberg https://github.com/w3c/webauthn/commit/38e2c4fc25f5622d3a28152951471b15cc81e875 * Address review comments by @equalsJeffH by Emil Lundberg https://github.com/w3c/webauthn/commit/2752db2ceb5bb928ffc7d75a7877c330689833fe * Merge branch 'master' into issue-184 by Emil Lundberg https://github.com/w3c/webauthn/commit/f7bc2f865e7b8c7689084a00c4cb501e7ad20b4c * Fix typo by Emil Lundberg https://github.com/w3c/webauthn/commit/8ee452ce488fd54bbd2ea1018422ef31d321307b * Revert one "denies consent" => "does not consent" change See https://github.com/w3c/webauthn/pull/687#issuecomment-357038495 by Emil Lundberg https://github.com/w3c/webauthn/commit/fb749d896665c3ffa708a508edc321c3cc5e3846 * Copy changes from #736 As requested by @equalsJeffH at https://github.com/w3c/webauthn/pull/736#issuecomment-357309766 by Emil Lundberg https://github.com/w3c/webauthn/commit/f716b7fcfa4be4566a88a6f7b18b51804e66c721 * Merge pull request #687 from w3c/issue-184 Add privacy consideration about terminating getAssertion early by Emil Lundberg https://github.com/w3c/webauthn/commit/51ec228afc78b51abe1ee1fc6caa9f957a34d4f7
Received on Wednesday, 17 January 2018 16:53:41 UTC