- From: Vijay Bharadwaj via GitHub <sysbot+gh@w3.org>
- Date: Fri, 09 Sep 2016 05:46:54 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by vijaybh to https://github.com/w3c/webauthn: * Cleaned up exposition of processing rules (#154) * Replace facet with origin Facet was a holdover from the old FIDO specs and origin is the term used everywhere in this spec (as well as in recent FIDO specs) * Clean up explanation of computing clientDataHash and passing to authenticator Fixes #153 * Remove text from authnsel extension to avoid chicken-and-egg problem Fixes #152 * Address comments from @equalsJeffH by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/62b67c02a37ab54ca8b3c1f7606bb7351298ddec * Update index.bs with proposed location extension (#157) * Update index.bs * Update index.bs * Update index.bs * Update index.bs by gmandyam https://github.com/w3c/webauthn/commit/a7817009bf82bd1ef3bca7d7c05ab3c88a3f2738 * Adding the User Verification Mode extension as per discussions in theā¦ (#169) * Adding the User Verification Mode extension as per discussions in the WG weekly metings. After a lot of thought I retained the sub-array instead of converting the sub-items in the extension to a map. This was primarily to avoid having to define string based keys that increases the size of the extension. Given that the array is well defined I think it keeps it easier to process in software and extendable for future additions as well. * Cleaned up exposition of processing rules (#154) * Replace facet with origin Facet was a holdover from the old FIDO specs and origin is the term used everywhere in this spec (as well as in recent FIDO specs) * Clean up explanation of computing clientDataHash and passing to authenticator Fixes #153 * Remove text from authnsel extension to avoid chicken-and-egg problem Fixes #152 * Address comments from @equalsJeffH * Update index.bs with proposed location extension (#157) * Update index.bs * Update index.bs * Update index.bs * Update index.bs * Adding the User Verification Mode extension as per discussions in the WG weekly metings. After a lot of thought I retained the sub-array instead of converting the sub-items in the extension to a map. This was primarily to avoid having to define string based keys that increases the size of the extension. Given that the array is well defined I think it keeps it easier to process in software and extendable for future additions as well. * fixing another merge issue with uvm extension being repeated following upstream merge by Rahul Ghosh https://github.com/w3c/webauthn/commit/b6a2790a029263f3b5763e8d76771e57c1dadde3 * breakup IDL (#186) * move IDL frags to applicable sections. fixes #112 and #117. * link to IDL index by =JeffH https://github.com/w3c/webauthn/commit/e93a23faefb797d81ac850f8ab17c9e5396a3e56 * Fixed spelling, grammar, and document syntax issues (#187) by Mike Jones https://github.com/w3c/webauthn/commit/f536c622601494e884894ac8f18324b8e30670e5 * adding draft-hodges-webauthn-registries source and output files to repo by JeffH https://github.com/w3c/webauthn/commit/5369029b843d3eb049ec76d410b724391c826a65 * editorial cleanups (#185) * clarify optionality of FIDO MDS. Fixes #47. * ref to {#sec-attestation-privacy} section. fixes #100. * clarify 'algorithm member' language. Fixes #113. * normalizing indents for markdown, and also line lengths * fix xref * incorp feedback from @vijaybh, thanks! by =JeffH https://github.com/w3c/webauthn/commit/f3e6ad2b553c0bc29b8943e76651a8be938454e4 * Token Binding ID: JWK -> opaque (#164) Fixes #163 by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/633d51ed9b96852848b9fe3726f7e70d9501e15b * [administrivia] Add editor IDs by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/1bd90ba36efa46624295259e05dce3fd3092bda3 * [administrivia] Change spec links to https by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/8b05ef86e013c96332b9220ca23e5a0add0639ee * [administrivia] Add previous version link by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/91e4c05962fcf6f7306c2c9d9a298d8802021ba3 * add id uniqueness requirements by JeffH https://github.com/w3c/webauthn/commit/cfbffd1626aec2327f0d902cd127fd76fab5c0c9 * [administrivia] Update previous versions to reflect WD-01 publication by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/30b44c2512fddd01c5a6d90982dc30c50243c6dd * [administrivia] Remove level so as not to pollute title by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/3e2986a60e5e755ea881e54491c6b4e8c6b8e99f * Merge branch 'master' into jeffh-update-reg-draft by JeffH https://github.com/w3c/webauthn/commit/c4cc86274581fd8421c3f7fe3823c110eb524a86 * Merge pull request #191 from w3c/jeffh-update-reg-draft Jeffh update reg draft by =JeffH https://github.com/w3c/webauthn/commit/5704488223a16b0e43c7d46ce7ddcb36f02321fb * Use a local copy of the bikeshed config (#190) * Use a local copy of the bikeshed config Fixes #183 * Add issue tracking link to metadata per earlier comment from @jcjones * Change links to https * Fixed broken markup by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/ef958e84b51b902a34adedc98aa9b745f3611f15 * add registry refs and update associated text (#192) * ref IANA registries initial cut. fixes #127, #129, #155. * remove 'Level:' from metadata - fix build? * fix build: was missing portions of biblio entry, restore 'Level:' * restate attstn format idents and adjust section titles * editorial fixups for #155 et al by =JeffH https://github.com/w3c/webauthn/commit/b695628aeca3834a4dfa1348a72fce2190503ccc * [administrivia] adding Prepare for TR metadata so Bikeshed always generates pubrules-compliant HTML by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/dce57f967dcd0a51f1a95d18adae63afa55323fa * Merge branch 'master' of https://github.com/w3c/webauthn by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/da22064fa2d8e2c987d3a7ea993b5b2cd4dde92e * [administrivia] Rename img subdirectory to images to make it easier to generate Echidna-ready output from Bikeshed by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/2c659cbf9859d3acc155f55724d55c69d1cc32b0 * [administrivia] Fix deployment script to reflect img folder rename by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/ef53034925537ecae76dc13759d1218c86e44bb3 * Merge from master by Vijay Bharadwaj https://github.com/w3c/webauthn/commit/14d300e21c852a6b4b7cf0c91f338d8463e92939
Received on Friday, 9 September 2016 05:47:03 UTC