- From: GitHub <noreply@github.com>
- Date: Thu, 08 Sep 2016 22:46:52 -0700
- To: public-webauthn@w3.org
- Message-ID: <57d24ccc66d3e_7d7f3fcf3f45513440771@hookshot-fe5-cp1-prd.iad.github.net.mail>
Branch: refs/heads/vgb-modular-attestation
Home: https://github.com/w3c/webauthn
Commit: 62b67c02a37ab54ca8b3c1f7606bb7351298ddec
https://github.com/w3c/webauthn/commit/62b67c02a37ab54ca8b3c1f7606bb7351298ddec
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-08-31 (Wed, 31 Aug 2016)
Changed paths:
M index.bs
Log Message:
-----------
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
Commit: a7817009bf82bd1ef3bca7d7c05ab3c88a3f2738
https://github.com/w3c/webauthn/commit/a7817009bf82bd1ef3bca7d7c05ab3c88a3f2738
Author: gmandyam <mandyam@quicinc.com>
Date: 2016-08-31 (Wed, 31 Aug 2016)
Changed paths:
M index.bs
Log Message:
-----------
Update index.bs with proposed location extension (#157)
* Update index.bs
* Update index.bs
* Update index.bs
* Update index.bs
Commit: b6a2790a029263f3b5763e8d76771e57c1dadde3
https://github.com/w3c/webauthn/commit/b6a2790a029263f3b5763e8d76771e57c1dadde3
Author: Rahul Ghosh <rdghosh@gmail.com>
Date: 2016-09-01 (Thu, 01 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
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
Commit: e93a23faefb797d81ac850f8ab17c9e5396a3e56
https://github.com/w3c/webauthn/commit/e93a23faefb797d81ac850f8ab17c9e5396a3e56
Author: =JeffH <Jeff.Hodges@KingsMountain.com>
Date: 2016-09-01 (Thu, 01 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
breakup IDL (#186)
* move IDL frags to applicable sections. fixes #112 and #117.
* link to IDL index
Commit: f536c622601494e884894ac8f18324b8e30670e5
https://github.com/w3c/webauthn/commit/f536c622601494e884894ac8f18324b8e30670e5
Author: Mike Jones <Michael.Jones@microsoft.com>
Date: 2016-09-01 (Thu, 01 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
Fixed spelling, grammar, and document syntax issues (#187)
Commit: 5369029b843d3eb049ec76d410b724391c826a65
https://github.com/w3c/webauthn/commit/5369029b843d3eb049ec76d410b724391c826a65
Author: JeffH <Jeff.Hodges@PayPal.com>
Date: 2016-09-01 (Thu, 01 Sep 2016)
Changed paths:
A draft-hodges-webauthn-registries-00b.html
A draft-hodges-webauthn-registries-00b.txt
A draft-hodges-webauthn-registries.xml
Log Message:
-----------
adding draft-hodges-webauthn-registries source and output files to repo
Commit: f3e6ad2b553c0bc29b8943e76651a8be938454e4
https://github.com/w3c/webauthn/commit/f3e6ad2b553c0bc29b8943e76651a8be938454e4
Author: =JeffH <Jeff.Hodges@KingsMountain.com>
Date: 2016-09-01 (Thu, 01 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
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!
Commit: 633d51ed9b96852848b9fe3726f7e70d9501e15b
https://github.com/w3c/webauthn/commit/633d51ed9b96852848b9fe3726f7e70d9501e15b
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
Token Binding ID: JWK -> opaque (#164)
Fixes #163
Commit: 1bd90ba36efa46624295259e05dce3fd3092bda3
https://github.com/w3c/webauthn/commit/1bd90ba36efa46624295259e05dce3fd3092bda3
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
[administrivia] Add editor IDs
Commit: 8b05ef86e013c96332b9220ca23e5a0add0639ee
https://github.com/w3c/webauthn/commit/8b05ef86e013c96332b9220ca23e5a0add0639ee
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
[administrivia] Change spec links to https
Commit: 91e4c05962fcf6f7306c2c9d9a298d8802021ba3
https://github.com/w3c/webauthn/commit/91e4c05962fcf6f7306c2c9d9a298d8802021ba3
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
[administrivia] Add previous version link
Commit: cfbffd1626aec2327f0d902cd127fd76fab5c0c9
https://github.com/w3c/webauthn/commit/cfbffd1626aec2327f0d902cd127fd76fab5c0c9
Author: JeffH <Jeff.Hodges@PayPal.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M draft-hodges-webauthn-registries.xml
Log Message:
-----------
add id uniqueness requirements
Commit: 30b44c2512fddd01c5a6d90982dc30c50243c6dd
https://github.com/w3c/webauthn/commit/30b44c2512fddd01c5a6d90982dc30c50243c6dd
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
[administrivia] Update previous versions to reflect WD-01 publication
Commit: 3e2986a60e5e755ea881e54491c6b4e8c6b8e99f
https://github.com/w3c/webauthn/commit/3e2986a60e5e755ea881e54491c6b4e8c6b8e99f
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
[administrivia] Remove level so as not to pollute title
Commit: c4cc86274581fd8421c3f7fe3823c110eb524a86
https://github.com/w3c/webauthn/commit/c4cc86274581fd8421c3f7fe3823c110eb524a86
Author: JeffH <Jeff.Hodges@PayPal.com>
Date: 2016-09-03 (Sat, 03 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into jeffh-update-reg-draft
Commit: 5704488223a16b0e43c7d46ce7ddcb36f02321fb
https://github.com/w3c/webauthn/commit/5704488223a16b0e43c7d46ce7ddcb36f02321fb
Author: =JeffH <Jeff.Hodges@KingsMountain.com>
Date: 2016-09-03 (Sat, 03 Sep 2016)
Changed paths:
M draft-hodges-webauthn-registries.xml
Log Message:
-----------
Merge pull request #191 from w3c/jeffh-update-reg-draft
Jeffh update reg draft
Commit: ef958e84b51b902a34adedc98aa9b745f3611f15
https://github.com/w3c/webauthn/commit/ef958e84b51b902a34adedc98aa9b745f3611f15
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-06 (Tue, 06 Sep 2016)
Changed paths:
A .bikeshed-include/copyright.include
A .bikeshed-include/footer.include
A .bikeshed-include/header.include
A .bikeshed-include/logo.include
A .bikeshed-include/status-ED.include
A .bikeshed-include/status-WD.include
M .travis.yml
M index.bs
Log Message:
-----------
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
Commit: b695628aeca3834a4dfa1348a72fce2190503ccc
https://github.com/w3c/webauthn/commit/b695628aeca3834a4dfa1348a72fce2190503ccc
Author: =JeffH <Jeff.Hodges@KingsMountain.com>
Date: 2016-09-07 (Wed, 07 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
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
Commit: dce57f967dcd0a51f1a95d18adae63afa55323fa
https://github.com/w3c/webauthn/commit/dce57f967dcd0a51f1a95d18adae63afa55323fa
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M index.bs
Log Message:
-----------
[administrivia] adding Prepare for TR metadata so Bikeshed always generates pubrules-compliant HTML
Commit: da22064fa2d8e2c987d3a7ea993b5b2cd4dde92e
https://github.com/w3c/webauthn/commit/da22064fa2d8e2c987d3a7ea993b5b2cd4dde92e
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
A .bikeshed-include/copyright.include
A .bikeshed-include/footer.include
A .bikeshed-include/header.include
A .bikeshed-include/logo.include
A .bikeshed-include/status-ED.include
A .bikeshed-include/status-WD.include
M .travis.yml
M draft-hodges-webauthn-registries.xml
M index.bs
Log Message:
-----------
Merge branch 'master' of https://github.com/w3c/webauthn
Commit: 2c659cbf9859d3acc155f55724d55c69d1cc32b0
https://github.com/w3c/webauthn/commit/2c659cbf9859d3acc155f55724d55c69d1cc32b0
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
A images/fido-signature-formats-figure1.svg
A images/fido-signature-formats-figure2.svg
R img/fido-signature-formats-figure1.svg
R img/fido-signature-formats-figure2.svg
M index.bs
Log Message:
-----------
[administrivia] Rename img subdirectory to images to make it easier to generate Echidna-ready output from Bikeshed
Commit: ef53034925537ecae76dc13759d1218c86e44bb3
https://github.com/w3c/webauthn/commit/ef53034925537ecae76dc13759d1218c86e44bb3
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M .deploy-output.sh
Log Message:
-----------
[administrivia] Fix deployment script to reflect img folder rename
Commit: 14d300e21c852a6b4b7cf0c91f338d8463e92939
https://github.com/w3c/webauthn/commit/14d300e21c852a6b4b7cf0c91f338d8463e92939
Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
A .bikeshed-include/copyright.include
A .bikeshed-include/footer.include
A .bikeshed-include/header.include
A .bikeshed-include/logo.include
A .bikeshed-include/status-ED.include
A .bikeshed-include/status-WD.include
M .deploy-output.sh
M .travis.yml
A draft-hodges-webauthn-registries-00b.html
A draft-hodges-webauthn-registries-00b.txt
A draft-hodges-webauthn-registries.xml
A images/fido-signature-formats-figure1.svg
A images/fido-signature-formats-figure2.svg
R img/fido-signature-formats-figure1.svg
R img/fido-signature-formats-figure2.svg
M index.bs
Log Message:
-----------
Merge from master
Compare: https://github.com/w3c/webauthn/compare/c27b4bfb3e9c...14d300e21c85
Received on Friday, 9 September 2016 05:47:25 UTC