- From: GitHub <noreply@github.com>
- Date: Wed, 22 Nov 2017 03:45:28 -0800
- To: public-webauthn@w3.org
- Message-ID: <5a15635836026_232283fbbd4d41c30428c6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mai>
Branch: refs/heads/issue-668 Home: https://github.com/w3c/webauthn Commit: d879b79a8c3e7a73d134d63fc84db9948c278a7b https://github.com/w3c/webauthn/commit/d879b79a8c3e7a73d134d63fc84db9948c278a7b Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-10-16 (Mon, 16 Oct 2017) Changed paths: M index.bs Log Message: ----------- Only exclude CredIDs matching the RPID Only credentials in the exclude credentials list that match this RPID should result in a not allowed error. Commit: be4c139c8bdf0bc1fab835d63194fcf8b527b814 https://github.com/w3c/webauthn/commit/be4c139c8bdf0bc1fab835d63194fcf8b527b814 Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-10-23 (Mon, 23 Oct 2017) Changed paths: M index.bs Log Message: ----------- Change |rpId| to rpEntity.id Commit: 4794adbb4ad20e4c0543ad7fb203149c0ce5fda9 https://github.com/w3c/webauthn/commit/4794adbb4ad20e4c0543ad7fb203149c0ce5fda9 Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-10-23 (Mon, 23 Oct 2017) Changed paths: M index.bs Log Message: ----------- Fix getAssertion too. Commit: a242e6a93c6874741385db1943c5e5cef82a9264 https://github.com/w3c/webauthn/commit/a242e6a93c6874741385db1943c5e5cef82a9264 Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-10-23 (Mon, 23 Oct 2017) Changed paths: M index.bs Log Message: ----------- In this case it is |rpId| Commit: af041112f1644967731fc340c0ac1bee74e2cea9 https://github.com/w3c/webauthn/commit/af041112f1644967731fc340c0ac1bee74e2cea9 Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-11-02 (Thu, 02 Nov 2017) Changed paths: M index.bs Log Message: ----------- Improved language. Commit: 558c01377e5e1cc386fa9cf4c335af528ff7bc04 https://github.com/w3c/webauthn/commit/558c01377e5e1cc386fa9cf4c335af528ff7bc04 Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-11-02 (Thu, 02 Nov 2017) Changed paths: M index.bs Log Message: ----------- Fix up makeCredential with the same fixes. Also added a reference to the list item back in the correct place. Commit: e051327afd111b69bfd741942b24a139efbe7ebe https://github.com/w3c/webauthn/commit/e051327afd111b69bfd741942b24a139efbe7ebe Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-11-02 (Thu, 02 Nov 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: 6e5f27fb19aebd99583c77c8f4ceb70b8bba54ff https://github.com/w3c/webauthn/commit/6e5f27fb19aebd99583c77c8f4ceb70b8bba54ff Author: Johan Verrept <Johan.Verrept@vasco.com> Date: 2017-11-02 (Thu, 02 Nov 2017) Changed paths: M index.bs Log Message: ----------- Fix indent. Commit: 9f5df060fc78da739e408e4aff2e7edd165e6fe3 https://github.com/w3c/webauthn/commit/9f5df060fc78da739e408e4aff2e7edd165e6fe3 Author: Emil Lundberg <emil@yubico.com> Date: 2017-11-03 (Fri, 03 Nov 2017) Changed paths: M index.bs Log Message: ----------- Make PublicKeyCredentialEntity hierarchy required members required in IDL This resolves #587. Summary: - Make member `PublicKeyCredentialEntity.name` required - Make member `PublicKeyCredentialUserEntity.id` required - Make member `PublicKeyCredentialUserEntity.displayName` required - Remove algorithm step from _ยง5.1.3 Create a new credential_ that instructed to throw an exception if any of the above members were missing Commit: 625bd7acf014bb1664d2b8852883d83dba96b944 https://github.com/w3c/webauthn/commit/625bd7acf014bb1664d2b8852883d83dba96b944 Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-03 (Fri, 03 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #651 from jovasco/patch-1 Only exclude CredIDs matching the RPID Commit: 7153b55e8cd8e1bad5b5f57ee1eb7da158695361 https://github.com/w3c/webauthn/commit/7153b55e8cd8e1bad5b5f57ee1eb7da158695361 Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-06 (Mon, 06 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #669 from w3c/issue-587 Fix #587: Make PublicKeyCredentialEntity members required in IDL Commit: 931b46eece69f5d780ce4b317e3a377a3a67f85c https://github.com/w3c/webauthn/commit/931b46eece69f5d780ce4b317e3a377a3a67f85c Author: Angelo Liao <huliao@microsoft.com> Date: 2017-11-08 (Wed, 08 Nov 2017) Changed paths: M index.bs Log Message: ----------- Make create() and get() abortable (#544) * do not call authenticatorMakeCredential() with separate |rpId| fixes #466 * credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472 * fixup global object reference per domenic, improves #472 * indent 4.1.4 step 18et al to clarify relation to prior step * fix line indent * do not call authenticatorMakeCredential() with separate |rpId| fixes #466 * credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472 * fixup global object reference per domenic, improves #472 * indent 4.1.4 step 18et al to clarify relation to prior step * fix line indent * post rebase-on-master, fix dangling MakeCredentialOptions * fix error in resolving rebase conflicts * further rebase conflict resolution error fixups * convert switch steps to colon-denotation * tag 'while' * primary changes for improving #472 mostly complete * further issue #472 cleanups * del 'cancel the timer' from #creatCredential fixes #535 * polish constructResultantCredentialCallback method description * marked authenticator model section as non-normative * marked relying party operation section as non-normative * fix proper subset tweak * Added abort signal object and steps to webauthn * fixed a minor issue with linking * add minor edits to focus on the main things * getting the blank line correct * Added a example section to explain how abort should be used * fix up example * committing before computer dies * updated grammars of the example based on feedback * update example text * Updated with the section on switching tab; complete the PR * minor tweak * finished polishing the spec * whoops one leftover * finally figured out how to remove last two linking errors * take out abortsignal from extension; edit promise rejection Commit: d468a75b6a723867d24add0bd01bd7225acbcdbf https://github.com/w3c/webauthn/commit/d468a75b6a723867d24add0bd01bd7225acbcdbf Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- fix #254: credman alignment: update #getAssertion section a la PR #498 (#665) * actually improve #254, and fix #661 * DiscoFrmExtSource(options) -> (origin, options) * make [[DiscoFrmExtSource]]'s exposition match [[Create]]'s * deal with yet another fix #254 straggler in [[Create]] * get rid of |global| in [[DiscoFrmExtSource]] * remove 'in parallel' and 'global' stuff from #discover-from-external-source alg * work on #discover-from-external-source alg to improve #254 * finish (one hopes) work on #discover-from-external-source alg to fix #254 * minor editorial * repair #createCredential intro parag, improves issue #671 * complete fix #671 Commit: 0e93926d7c77afd07e75002880f15b53e5137bf2 https://github.com/w3c/webauthn/commit/0e93926d7c77afd07e75002880f15b53e5137bf2 Author: gmandyam <mandyam@quicinc.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Modify SafetyNet descriptive text (#643) * Update index.bs Biometric Selection Criteria extension * Update index.bs * Update index.bs * Update index.bs * Update index.bs Commit: 63564a4ff5261dcd7f1e2e626ce81b7b96ebeb2f https://github.com/w3c/webauthn/commit/63564a4ff5261dcd7f1e2e626ce81b7b96ebeb2f Author: rlin1 <rolf@noknok.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- replaced authenticatio key by credential private key. Close #590 Commit: 40875f1e798bac1cd7f6393c16da39d671e32ebb https://github.com/w3c/webauthn/commit/40875f1e798bac1cd7f6393c16da39d671e32ebb Author: rlin1 <rolf@noknok.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- use the registered ext ids in examples Commit: cffd22fddf9aec528e30a03548b55146bac13efd https://github.com/w3c/webauthn/commit/cffd22fddf9aec528e30a03548b55146bac13efd Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #676 from w3c/fix-590 replaced authentication key by credential private key. Close #590 Commit: 1194ce5b3204240561e0e075342d3ea303c40d4c https://github.com/w3c/webauthn/commit/1194ce5b3204240561e0e075342d3ea303c40d4c Author: Rolf Lindemann <rolf.lindemann@gmx.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Log Message: ----------- Updated authnr def (#678) * updated the definition of authenticator * updated according to comment Commit: 474d0254a0d1db20d77da89b10a5c124148b75d3 https://github.com/w3c/webauthn/commit/474d0254a0d1db20d77da89b10a5c124148b75d3 Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Clarify semantics of isPlatformAuthenticatorAvailable This closes #627. Commit: 25a35a9229825dec100e9e65dcf3647c24d6001c https://github.com/w3c/webauthn/commit/25a35a9229825dec100e9e65dcf3647c24d6001c Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- changing name of method changing name of method to isUserVerifyingPlatformAuthenticatorAvailable Commit: 1dd484021d437d9046b1b65e90c8b0880a5f6606 https://github.com/w3c/webauthn/commit/1dd484021d437d9046b1b65e90c8b0880a5f6606 Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- adding references Added references to the definition of user verification. Commit: 66c2ec950171b2d47d32ca5025d681e710f6e139 https://github.com/w3c/webauthn/commit/66c2ec950171b2d47d32ca5025d681e710f6e139 Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #680 from w3c/balfanz-patch-5 Clarify semantics of isPlatformAuthenticatorAvailable Commit: 5f4f3e64ae77843d50f85b2f5b632a47f0088c00 https://github.com/w3c/webauthn/commit/5f4f3e64ae77843d50f85b2f5b632a47f0088c00 Author: J.C. Jones <jc@mozilla.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Fix attestation types supported for each format Commit: 21f5886f77d0a50c427beb64315275eb2b41d4da https://github.com/w3c/webauthn/commit/21f5886f77d0a50c427beb64315275eb2b41d4da Author: J.C. Jones <jc@mozilla.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Fix #404 - Add a Security Consideration for Cryptographic Challenges Commit: abf8afea9183450ce2175e976c6d23216c46e2da https://github.com/w3c/webauthn/commit/abf8afea9183450ce2175e976c6d23216c46e2da Author: J.C. Jones <jc@mozilla.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Resolve #292 - Clarify that only one operation is permitted per authenticator session Commit: 28657152284a74519b4ae60c1c22b985ec4fb21d https://github.com/w3c/webauthn/commit/28657152284a74519b4ae60c1c22b985ec4fb21d Author: J.C. Jones <jc@mozilla.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Review updates Commit: f496efac6ce2e84692e1bc1d42e6453ba90e2584 https://github.com/w3c/webauthn/commit/f496efac6ce2e84692e1bc1d42e6453ba90e2584 Author: J.C. Jones <jc@mozilla.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Review updates Commit: 52f3d9ed3c63746728b3c73b72ab7f9899253fbe https://github.com/w3c/webauthn/commit/52f3d9ed3c63746728b3c73b72ab7f9899253fbe Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #677 from w3c/consistent-extension-ids-588 use the registered ext ids in examples Commit: 31ddb22449a62bcb05b901234fb29a80281953a6 https://github.com/w3c/webauthn/commit/31ddb22449a62bcb05b901234fb29a80281953a6 Author: Rolf Lindemann <rolf.lindemann@gmx.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Fix uvm 368 (#675) * fix copy and paste error * improve wording Commit: fa787d0238cb97a1535219b2a77d5361f116522d https://github.com/w3c/webauthn/commit/fa787d0238cb97a1535219b2a77d5361f116522d Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Adding a type field to CollectedClientData Commit: fda86222f8fb5b2f879bbdb2b9f093299dd42241 https://github.com/w3c/webauthn/commit/fda86222f8fb5b2f879bbdb2b9f093299dd42241 Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- adding RP processing rules. Commit: 59683f65dbd7c89234d858d6eef5d598f76e9c23 https://github.com/w3c/webauthn/commit/59683f65dbd7c89234d858d6eef5d598f76e9c23 Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Added explanation... ...as to what this new field is for. Commit: cd591289dfaa8bde2ef729321c5fe9ae943cdc2a https://github.com/w3c/webauthn/commit/cd591289dfaa8bde2ef729321c5fe9ae943cdc2a Author: balfanz <dirk@balfanz.net> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #682 from w3c/balfanz-patch-5 Adding a type field to CollectedClientData Commit: 66f094f134f7c20d3cfd9f54d3f11deb7146764e https://github.com/w3c/webauthn/commit/66f094f134f7c20d3cfd9f54d3f11deb7146764e Author: J.C. Jones <jc@mozilla.com> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M index.bs Log Message: ----------- Update per @equalsJeffH comments Commit: 641eed3514e210e2ead67a26c6ed3ef259f5383f https://github.com/w3c/webauthn/commit/641eed3514e210e2ead67a26c6ed3ef259f5383f Author: Emil Lundberg <emil@yubico.com> Date: 2017-11-10 (Fri, 10 Nov 2017) Changed paths: M index.bs Log Message: ----------- Nit: "set" -> "pair" Commit: e09e0c3d05803018eb6f8841a16a9e436433d3cc https://github.com/w3c/webauthn/commit/e09e0c3d05803018eb6f8841a16a9e436433d3cc Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-10 (Fri, 10 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #684 from emlun/nit0 Tiny nit: "pair of cryptographic keys" instead of "set of cryptographic keys" Commit: 45541f918a8c43fe2d5c5a7ef2eb4adc508bc513 https://github.com/w3c/webauthn/commit/45541f918a8c43fe2d5c5a7ef2eb4adc508bc513 Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-13 (Mon, 13 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #681 from jcjones/404-challanges Fix #404 - Add a Security Consideration for Cryptographic Challenges Commit: b8656455896b3eb888653e464786cfc921ac1492 https://github.com/w3c/webauthn/commit/b8656455896b3eb888653e464786cfc921ac1492 Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-11-13 (Mon, 13 Nov 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #673 from jcjones/292-operations_in_flight Resolve #292 - Clarify that only one operation is permitted per authenticator session Commit: 213cbbf3d276f5e2ddc1e1bd2875df6cae54d9af https://github.com/w3c/webauthn/commit/213cbbf3d276f5e2ddc1e1bd2875df6cae54d9af Author: rlin1 <rolf@noknok.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: M index.bs Log Message: ----------- resolved auto-merge conflicts Compare: https://github.com/w3c/webauthn/compare/9a7bd9c45de0...213cbbf3d276
Received on Wednesday, 22 November 2017 11:46:08 UTC