[w3c/webauthn] cd4e78: Simplify attestation structure by moving details i...

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: cd4e78537a1e7da0e984b8389637800947360ddb
      https://github.com/w3c/webauthn/commit/cd4e78537a1e7da0e984b8389637800947360ddb
  Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M index.src.html

  Log Message:
  -----------
  Simplify attestation structure by moving details into authnr model (#76)

* Simplify attestation structure by moving details into authnr model

Moved most of the attestation details into the authenticator model
section, and flattened the structures for simplicity. Updated spec
language to match.

It may be possible to further simplify the attestation details in the
authenticator model section, but I would prefer that an attestation
expert weigh in on that.

Also a few other small formatting fixups.

* Incorporate feedback from JeffH

* Rebasing to master after merge of PR#77

* Simplify Android attestation by removing manipulation of SafetyNet responses

* Incorporate feedback from JeffH, fix an incorrect section level

Received on Friday, 6 May 2016 19:24:15 UTC