[w3c/webauthn] 3e86e7: Fix #577 - CDDL for attStmtTemplate is ambiguous

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 3e86e705a5ad41f163df76649370e13c5045fb73
      https://github.com/w3c/webauthn/commit/3e86e705a5ad41f163df76649370e13c5045fb73
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix #577 - CDDL for attStmtTemplate is ambiguous

There are multiple definitions of `attStmtType`; the template defines it
to be `bytes`, while each concrete instance of the template defines it
as a map. This clarifies that it is always a map, since the ".within" control
operator for CDDL defines that the socket `$$attStmtType` to be the superset of
`attStmtTemplate`. [1]

[1] https://tools.ietf.org/html/draft-ietf-cbor-cddl-00#section-3.8.5


  Commit: 5630b47a7d08b291607ed1c4215afea4c0091fed
      https://github.com/w3c/webauthn/commit/5630b47a7d08b291607ed1c4215afea4c0091fed
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Updates per jyasskin review, referencing CDDL 3.5.1

https://tools.ietf.org/html/draft-ietf-cbor-cddl-00#page-18


  Commit: 0cae38154c59cf4760e7dfed00f2c44e298f8c9f
      https://github.com/w3c/webauthn/commit/0cae38154c59cf4760e7dfed00f2c44e298f8c9f
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #581 from jcjones/577-cddl_attStmt_type

Fix #577 - CDDL for attStmtTemplate is ambiguous


Compare: https://github.com/w3c/webauthn/compare/23b91fbb455d...0cae38154c59

Received on Wednesday, 4 October 2017 19:21:25 UTC