- From: Rolf Lindemann via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Nov 2017 11:45:29 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by rlin1 to https://github.com/w3c/webauthn: * Only exclude CredIDs matching the RPID Only credentials in the exclude credentials list that match this RPID should result in a not allowed error. by Johan Verrept https://github.com/w3c/webauthn/commit/d879b79a8c3e7a73d134d63fc84db9948c278a7b * Change |rpId| to rpEntity.id by Johan Verrept https://github.com/w3c/webauthn/commit/be4c139c8bdf0bc1fab835d63194fcf8b527b814 * Fix getAssertion too. by Johan Verrept https://github.com/w3c/webauthn/commit/4794adbb4ad20e4c0543ad7fb203149c0ce5fda9 * In this case it is |rpId| by Johan Verrept https://github.com/w3c/webauthn/commit/a242e6a93c6874741385db1943c5e5cef82a9264 * Improved language. by Johan Verrept https://github.com/w3c/webauthn/commit/af041112f1644967731fc340c0ac1bee74e2cea9 * Fix up makeCredential with the same fixes. Also added a reference to the list item back in the correct place. by Johan Verrept https://github.com/w3c/webauthn/commit/558c01377e5e1cc386fa9cf4c335af528ff7bc04 * Update index.bs by Johan Verrept https://github.com/w3c/webauthn/commit/e051327afd111b69bfd741942b24a139efbe7ebe * Fix indent. by Johan Verrept https://github.com/w3c/webauthn/commit/6e5f27fb19aebd99583c77c8f4ceb70b8bba54ff * 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 by Emil Lundberg https://github.com/w3c/webauthn/commit/9f5df060fc78da739e408e4aff2e7edd165e6fe3 * Merge pull request #651 from jovasco/patch-1 Only exclude CredIDs matching the RPID by J.C. Jones https://github.com/w3c/webauthn/commit/625bd7acf014bb1664d2b8852883d83dba96b944 * Merge pull request #669 from w3c/issue-587 Fix #587: Make PublicKeyCredentialEntity members required in IDL by J.C. Jones https://github.com/w3c/webauthn/commit/7153b55e8cd8e1bad5b5f57ee1eb7da158695361 * 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 by Angelo Liao https://github.com/w3c/webauthn/commit/931b46eece69f5d780ce4b317e3a377a3a67f85c * 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 by =JeffH https://github.com/w3c/webauthn/commit/d468a75b6a723867d24add0bd01bd7225acbcdbf * Modify SafetyNet descriptive text (#643) * Update index.bs Biometric Selection Criteria extension * Update index.bs * Update index.bs * Update index.bs * Update index.bs by gmandyam https://github.com/w3c/webauthn/commit/0e93926d7c77afd07e75002880f15b53e5137bf2 * replaced authenticatio key by credential private key. Close #590 by rlin1 https://github.com/w3c/webauthn/commit/63564a4ff5261dcd7f1e2e626ce81b7b96ebeb2f * use the registered ext ids in examples by rlin1 https://github.com/w3c/webauthn/commit/40875f1e798bac1cd7f6393c16da39d671e32ebb * Merge pull request #676 from w3c/fix-590 replaced authentication key by credential private key. Close #590 by J.C. Jones https://github.com/w3c/webauthn/commit/cffd22fddf9aec528e30a03548b55146bac13efd * Updated authnr def (#678) * updated the definition of authenticator * updated according to comment by Rolf Lindemann https://github.com/w3c/webauthn/commit/1194ce5b3204240561e0e075342d3ea303c40d4c * Clarify semantics of isPlatformAuthenticatorAvailable This closes #627. by balfanz https://github.com/w3c/webauthn/commit/474d0254a0d1db20d77da89b10a5c124148b75d3 * changing name of method changing name of method to isUserVerifyingPlatformAuthenticatorAvailable by balfanz https://github.com/w3c/webauthn/commit/25a35a9229825dec100e9e65dcf3647c24d6001c * adding references Added references to the definition of user verification. by balfanz https://github.com/w3c/webauthn/commit/1dd484021d437d9046b1b65e90c8b0880a5f6606 * Merge pull request #680 from w3c/balfanz-patch-5 Clarify semantics of isPlatformAuthenticatorAvailable by balfanz https://github.com/w3c/webauthn/commit/66c2ec950171b2d47d32ca5025d681e710f6e139 * Fix attestation types supported for each format by J.C. Jones https://github.com/w3c/webauthn/commit/5f4f3e64ae77843d50f85b2f5b632a47f0088c00 * Fix #404 - Add a Security Consideration for Cryptographic Challenges by J.C. Jones https://github.com/w3c/webauthn/commit/21f5886f77d0a50c427beb64315275eb2b41d4da * Resolve #292 - Clarify that only one operation is permitted per authenticator session by J.C. Jones https://github.com/w3c/webauthn/commit/abf8afea9183450ce2175e976c6d23216c46e2da * Review updates by J.C. Jones https://github.com/w3c/webauthn/commit/28657152284a74519b4ae60c1c22b985ec4fb21d * Review updates by J.C. Jones https://github.com/w3c/webauthn/commit/f496efac6ce2e84692e1bc1d42e6453ba90e2584 * Merge pull request #677 from w3c/consistent-extension-ids-588 use the registered ext ids in examples by J.C. Jones https://github.com/w3c/webauthn/commit/52f3d9ed3c63746728b3c73b72ab7f9899253fbe * Fix uvm 368 (#675) * fix copy and paste error * improve wording by Rolf Lindemann https://github.com/w3c/webauthn/commit/31ddb22449a62bcb05b901234fb29a80281953a6 * Adding a type field to CollectedClientData by balfanz https://github.com/w3c/webauthn/commit/fa787d0238cb97a1535219b2a77d5361f116522d * adding RP processing rules. by balfanz https://github.com/w3c/webauthn/commit/fda86222f8fb5b2f879bbdb2b9f093299dd42241 * Added explanation... ...as to what this new field is for. by balfanz https://github.com/w3c/webauthn/commit/59683f65dbd7c89234d858d6eef5d598f76e9c23 * Merge pull request #682 from w3c/balfanz-patch-5 Adding a type field to CollectedClientData by balfanz https://github.com/w3c/webauthn/commit/cd591289dfaa8bde2ef729321c5fe9ae943cdc2a * Update per @equalsJeffH comments by J.C. Jones https://github.com/w3c/webauthn/commit/66f094f134f7c20d3cfd9f54d3f11deb7146764e * Nit: "set" -> "pair" by Emil Lundberg https://github.com/w3c/webauthn/commit/641eed3514e210e2ead67a26c6ed3ef259f5383f * Merge pull request #684 from emlun/nit0 Tiny nit: "pair of cryptographic keys" instead of "set of cryptographic keys" by J.C. Jones https://github.com/w3c/webauthn/commit/e09e0c3d05803018eb6f8841a16a9e436433d3cc * Merge pull request #681 from jcjones/404-challanges Fix #404 - Add a Security Consideration for Cryptographic Challenges by J.C. Jones https://github.com/w3c/webauthn/commit/45541f918a8c43fe2d5c5a7ef2eb4adc508bc513 * Merge pull request #673 from jcjones/292-operations_in_flight Resolve #292 - Clarify that only one operation is permitted per authenticator session by J.C. Jones https://github.com/w3c/webauthn/commit/b8656455896b3eb888653e464786cfc921ac1492 * resolved auto-merge conflicts by rlin1 https://github.com/w3c/webauthn/commit/213cbbf3d276f5e2ddc1e1bd2875df6cae54d9af
Received on Wednesday, 22 November 2017 11:45:32 UTC