[webauthn] new commits pushed by vijaybh

The following commits were just pushed by vijaybh to 
https://github.com/w3c/webauthn:

* clarify optionality of FIDO MDS.  Fixes #47.
  by JeffH
https://github.com/w3c/webauthn/commit/80bb3f5f6717fb3c9f9ce1218927bdb841b176c9

* ref to {#sec-attestation-privacy} section. fixes #100.
  by JeffH
https://github.com/w3c/webauthn/commit/beeae36ab06a7c5080d1951ded1a7c342dbc6400

* clarify 'algorithm member' language. Fixes #113.
  by JeffH
https://github.com/w3c/webauthn/commit/631485c8b95064598f86cc39700fba1178d5dd97

* normalizing indents for markdown, and also line lengths
  by JeffH
https://github.com/w3c/webauthn/commit/e1c58471ad14d86d3103321f54542c45253883a9

* fix xref
  by JeffH
https://github.com/w3c/webauthn/commit/ee87154fbad1fa31083be608846a34f041acc9ba

* incorp feedback from @vijaybh, thanks!
  by JeffH
https://github.com/w3c/webauthn/commit/a7b26656b570e826908155357dbf43bbb5ca6838

* resolve merge conflict and set level to none
  by JeffH
https://github.com/w3c/webauthn/commit/139d04176bde189a164545f6bc2e85d1e6c1c49b

* Merge branch 'master' into jeffh-editorial-cleanups
  by JeffH
https://github.com/w3c/webauthn/commit/19941a075b23216b517ce8fe00ba7938f75549da

* [administrivia] add newline at end of readme.md
  by Vijay Bharadwaj
https://github.com/w3c/webauthn/commit/678d018afeb332ec9452e51384d10de9ff18bda7

* fix some grammar, add bikeshed clarifications, add link to official 
w3.org/tr/webauthn/, link to CONTRIBUTING.md (#197)
  by =JeffH
https://github.com/w3c/webauthn/commit/7131b932bd41f0307aa275d1cbf1bce688265756

* merge-from-master and fix minor conflicts
  by JeffH
https://github.com/w3c/webauthn/commit/0903fb98ff1c94280bd004143313d10b4a9386d9

* fix whitespace
  by JeffH
https://github.com/w3c/webauthn/commit/3ddcb98ab5de4327dbeface692bfbf912d594dfa

* aphabetize acknowledgements
  by JeffH
https://github.com/w3c/webauthn/commit/c5a06e8cb20d3791433561c9c7870df1352cf08e

* add [FIDOReg] cites to UVM, reference to biblio; Fixes #200
  by JeffH
https://github.com/w3c/webauthn/commit/469d26201c15f40c73d82caa6869e24096dadd6e

* add comma to fix build
  by JeffH
https://github.com/w3c/webauthn/commit/9afddc391134f43bfaf9a8988ab93901c816a4df

* added @mikewest to Acks
  by JeffH
https://github.com/w3c/webauthn/commit/b098fe56fa88343beecf6c36abd3ee5a70586356

* adding Rahul Ghosh
  by JeffH
https://github.com/w3c/webauthn/commit/15cb5db045ec624fa28123dd9c66caaead633372

* Make attestation more modular (#161)

* 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

* Clean up attestation

- Standardize the authenticator data so all formats have equal support
for AAGUID, extensions, etc. This also removes a lot of duplication
across structures.
- Add structure to the definition of attestation formats. Fixes #126.
Fixes #127.
- Simplify the naming of the attestation types to make it easier to
understand
- Clean up mentions of GUID. Fixes #148, fixes #149, fixes #150.
- Clarifies how to use self attestation. Fixes #115.
- More detailed pointers on how to generate a TPM attestation.
- Simplify Android attestation to remove fields that were not really
attested by authenticator and were therefore creating a false sense of
assurance.

* Fix typo (thanks Travis!)

* Incorporated feedback from @rlin1

Also cleaned up wording and naming for consistency.

Added Android N attestation format. Fixes #103.

Changed name for SafetyNet attestation format. Fixes #128.

* Clarify that attestation is not optional

Fixes #86

Also clarify that at least self attestation must be used. Fixes #115
  by Vijay Bharadwaj
https://github.com/w3c/webauthn/commit/6f11f1ac889a7e7913d6eb45df0ecf76b577e1cd

* fixed spelling and formatting issues
  by rlin1
https://github.com/w3c/webauthn/commit/25ece289bcccedcb6538a29b469228a42771c70e

* Merge pull request #201 from w3c/jeffh-editorial-cleanups

various editorial cleanups
  by Mike Jones
https://github.com/w3c/webauthn/commit/ef76c833d3c4884e928d7e8a8d848fc6d6a0f800

* Merge from master
  by Vijay Bharadwaj
https://github.com/w3c/webauthn/commit/06bb2b6134db7902bd3d53709ef2314075cb612b

Received on Tuesday, 20 September 2016 10:37:52 UTC