- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Fri, 29 Sep 2017 07:29:47 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by equalsJeffH to https://github.com/w3c/webauthn: * fix proper subset tweak (#542) by Angelo Liao https://github.com/w3c/webauthn/commit/14c2733ca6a4a9568e4c48fef1b870448818e811 * Remove user agent getting user consent sentence (#553) Closes #552 by Alexei Czeskis https://github.com/w3c/webauthn/commit/eb401b78e218af43715e426ea1825fc14966113d * using descriptive names for authenticator selection criteria (#555) Since we don't directly send the values of the AuthenticatorSelectionCriteria dictionary keys over the wire, it's ok to leave these values in a human-readable form. by balfanz https://github.com/w3c/webauthn/commit/dcf793928221b1883f4c9ac4dd5264b570606e52 * Fix Android attestation (#546) * Fix Android attestation Android attestation had a circular dependency on the public key: The authenticatorData has a public key that was originally intended to be stuck in the ChallengeData for generating a new keypair. When calling this function the public key isn't available to us yet. We have made a change to bring this in line with other attestation formats (ie. packed attestation). * Update index.bs * Update index.bs by christiaanbrand https://github.com/w3c/webauthn/commit/db1be8059b02cb8981fbe0229f6d1eebaedb9505 * Clarify Safetynet attestation return value Clarify the encoding of SafetyNet attestation as a UTF8 encoded string. Closes #563 by christiaanbrand https://github.com/w3c/webauthn/commit/6e45cc14c885fa3196519484ee6a08a419a31576 * Clarifying signing procedure for U2F attestation This closes #530 by balfanz https://github.com/w3c/webauthn/commit/5502d42d31d1aa5b6bc79f686cfecf0c6dbf04f5 * Address security and privacy issues witht the iconURL (#545) * fix proper subset tweak * added a priori constraint on iconURL per credman spec * reference the CR version of Mixed Content instead of editors draft by Angelo Liao https://github.com/w3c/webauthn/commit/f37cfc5dfd074832ab61ed299d1ee7d2a6f5c724 * Clarify excludeCredentialDescriptorList (#573) Add more clarity around the use of excludeCredentialDescriptorList. Closes #567. by Christiaan Brand https://github.com/w3c/webauthn/commit/67e922c011aeb2668fd7adfaf75d7f3b7a28cb6c * Fix reference to UTF8 by Christiaan Brand https://github.com/w3c/webauthn/commit/ee912eeef7cccfb95197938253c956619bb3a8ca * Fix syntax errors in JavaScript examples. by James Barclay https://github.com/w3c/webauthn/commit/4aa72b65ac0a05e8e21ed64d34249a3eae916eed * Clean up COSEAlgorithmIdentifier loose ends (#580) Clean up COSEAlgorithmIdentifier loose ends by Mike Jones https://github.com/w3c/webauthn/commit/2ec526743c1fe42ea602fa31d47eed9800a0daf9 * Make user.id a byte array (#586) Make user.id a byte array by Mike Jones https://github.com/w3c/webauthn/commit/26552c41d086f46be877018dc2c8b059178ccaec * Corrected inaccuracy in authenticator extension processing description by Mike Jones https://github.com/w3c/webauthn/commit/0141d97cd79d1bf869b47eb72d4552b729a0ec5c * Merge pull request #571 from w3c/balfanz-patch-2 Clarifying signing procedure for U2F attestation by Christiaan Brand https://github.com/w3c/webauthn/commit/96b9a982b235144816abaaa6517d364eef8dd824 * Merge pull request #572 from christiaanbrand/patch-4 Clarify Safetynet attestation return value by Christiaan Brand https://github.com/w3c/webauthn/commit/6589a1013cd776da57d704eb8508fcd53fa6cc88 * Merge pull request #595 from futureimperfect/master Fix syntax errors in JavaScript examples. by Christiaan Brand https://github.com/w3c/webauthn/commit/d96d7668a53bfc463968bedc9d9b95cd64add262 * Merge pull request #596 from selfissued/mbj-extension-description-tweak Corrected inaccuracy in authenticator extension processing description by Christiaan Brand https://github.com/w3c/webauthn/commit/3ee8ed586c2ce62f7a4180cb9dcf0d8d8e5f87cc * rebased onto master by JeffH https://github.com/w3c/webauthn/commit/ae91fa0aeccbbf7cbd719c4968b38dcbba7f0edb * credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472 by JeffH https://github.com/w3c/webauthn/commit/79cff12954e9cc500db08064045ab579845998d1 * fixup global object reference per domenic, improves #472 by JeffH https://github.com/w3c/webauthn/commit/5fef555acebb4055b3c8f842827389baf361b10a * indent 4.1.4 step 18et al to clarify relation to prior step by JeffH https://github.com/w3c/webauthn/commit/d55a65fe78691c77719ac3d1836af31ad46383b7 * fix line indent by JeffH https://github.com/w3c/webauthn/commit/33bee9ec3d85ba213323d58c5e24f7acb5e18c9e * do not call authenticatorMakeCredential() with separate |rpId| fixes #466 by JeffH https://github.com/w3c/webauthn/commit/9872f1aa16acff9b55efb79794bfac8c87cf7c55 * credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472 by JeffH https://github.com/w3c/webauthn/commit/de00dfba1e30eb272fe759f0d10dd11459e0d439 * post rebase-on-master, fix dangling MakeCredentialOptions by JeffH https://github.com/w3c/webauthn/commit/8dc2fe6e41b755c835d108a83f96f9d325674be5 * fix error in resolving rebase conflicts by JeffH https://github.com/w3c/webauthn/commit/1f7a9c604414c1beedf4c62d1aa8203f22cc3659 * convert switch steps to colon-denotation by JeffH https://github.com/w3c/webauthn/commit/8aeb8ed65e376825c64efa27411d4b74998b7607 * tag 'while' by JeffH https://github.com/w3c/webauthn/commit/b6cf92213b24e5f80756336113b5d6dead92734d * primary changes for improving #472 mostly complete by JeffH https://github.com/w3c/webauthn/commit/ef7b69d9f0f1c7a655246b930e1b3d5179604b75 * further issue #472 cleanups by JeffH https://github.com/w3c/webauthn/commit/f5d75fe436bc12eccf45c1762bfe60e8eb8e9810 * polish constructResultantCredentialCallback method description by JeffH https://github.com/w3c/webauthn/commit/68ecbcef7d878b1fbb3dbd9179741eed031096d5 * incorp comments from mikewest at webappsec-credential-management/pull/100 by JeffH https://github.com/w3c/webauthn/commit/598c347eeb89a9a45ae175042c29b9797dfd3b03 * rebase onto master by JeffH https://github.com/w3c/webauthn/commit/fb25968e680f416cbf6a5acb723efe7f205ee261
Received on Friday, 29 September 2017 07:29:37 UTC