[w3c/webauthn] 14c273: fix proper subset tweak (#542)

  Branch: refs/heads/jeffh-fixup-algs-contd-3
  Home:   https://github.com/w3c/webauthn
  Commit: 14c2733ca6a4a9568e4c48fef1b870448818e811
      https://github.com/w3c/webauthn/commit/14c2733ca6a4a9568e4c48fef1b870448818e811
  Author: Angelo Liao <huliao@microsoft.com>
  Date:   2017-09-01 (Fri, 01 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fix proper subset tweak (#542)


  Commit: eb401b78e218af43715e426ea1825fc14966113d
      https://github.com/w3c/webauthn/commit/eb401b78e218af43715e426ea1825fc14966113d
  Author: Alexei Czeskis <alexei@czeskis.com>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Remove user agent getting user consent sentence (#553)

Closes #552


  Commit: dcf793928221b1883f4c9ac4dd5264b570606e52
      https://github.com/w3c/webauthn/commit/dcf793928221b1883f4c9ac4dd5264b570606e52
  Author: balfanz <dirk@balfanz.net>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  using descriptive names for authenticator selection criteria (#555)

Since we don't directly send the values of the AuthenticatorSelectionCriteria dictionary keys over the wire, it's ok to leave these values in a human-readable form.


  Commit: db1be8059b02cb8981fbe0229f6d1eebaedb9505
      https://github.com/w3c/webauthn/commit/db1be8059b02cb8981fbe0229f6d1eebaedb9505
  Author: christiaanbrand <christiaan@entersekt.com>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix Android attestation (#546)

* Fix Android attestation

Android attestation had a circular dependency on the public key: The authenticatorData has a public key that was originally intended to be stuck in the ChallengeData for generating a new keypair. When calling this function the public key isn't available to us yet. We have made a change to bring this in line with other attestation formats (ie. packed attestation).

* Update index.bs

* Update index.bs


  Commit: 6e45cc14c885fa3196519484ee6a08a419a31576
      https://github.com/w3c/webauthn/commit/6e45cc14c885fa3196519484ee6a08a419a31576
  Author: christiaanbrand <christiaan@entersekt.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Clarify Safetynet attestation return value

Clarify the encoding of SafetyNet attestation as a UTF8 encoded string. Closes #563


  Commit: 5502d42d31d1aa5b6bc79f686cfecf0c6dbf04f5
      https://github.com/w3c/webauthn/commit/5502d42d31d1aa5b6bc79f686cfecf0c6dbf04f5
  Author: balfanz <dirk@balfanz.net>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Clarifying signing procedure for U2F attestation

This closes #530


  Commit: f37cfc5dfd074832ab61ed299d1ee7d2a6f5c724
      https://github.com/w3c/webauthn/commit/f37cfc5dfd074832ab61ed299d1ee7d2a6f5c724
  Author: Angelo Liao <huliao@microsoft.com>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Address security and privacy issues witht the iconURL (#545)

* fix proper subset tweak

* added a priori constraint on iconURL per credman spec

* reference the CR version of Mixed Content instead of editors draft


  Commit: 67e922c011aeb2668fd7adfaf75d7f3b7a28cb6c
      https://github.com/w3c/webauthn/commit/67e922c011aeb2668fd7adfaf75d7f3b7a28cb6c
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-09-22 (Fri, 22 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Clarify excludeCredentialDescriptorList (#573)

Add more clarity around the use of excludeCredentialDescriptorList. Closes #567.


  Commit: ee912eeef7cccfb95197938253c956619bb3a8ca
      https://github.com/w3c/webauthn/commit/ee912eeef7cccfb95197938253c956619bb3a8ca
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-09-23 (Sat, 23 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix reference to UTF8


  Commit: 4aa72b65ac0a05e8e21ed64d34249a3eae916eed
      https://github.com/w3c/webauthn/commit/4aa72b65ac0a05e8e21ed64d34249a3eae916eed
  Author: James Barclay <futureimperfect@users.noreply.github.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix syntax errors in JavaScript examples.


  Commit: 2ec526743c1fe42ea602fa31d47eed9800a0daf9
      https://github.com/w3c/webauthn/commit/2ec526743c1fe42ea602fa31d47eed9800a0daf9
  Author: Mike Jones <Michael.Jones@microsoft.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Clean up COSEAlgorithmIdentifier loose ends (#580)

Clean up COSEAlgorithmIdentifier loose ends


  Commit: 26552c41d086f46be877018dc2c8b059178ccaec
      https://github.com/w3c/webauthn/commit/26552c41d086f46be877018dc2c8b059178ccaec
  Author: Mike Jones <Michael.Jones@microsoft.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Make user.id a byte array (#586)

Make user.id a byte array


  Commit: 0141d97cd79d1bf869b47eb72d4552b729a0ec5c
      https://github.com/w3c/webauthn/commit/0141d97cd79d1bf869b47eb72d4552b729a0ec5c
  Author: Mike Jones <Michael.Jones@microsoft.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Corrected inaccuracy in authenticator extension processing description


  Commit: 96b9a982b235144816abaaa6517d364eef8dd824
      https://github.com/w3c/webauthn/commit/96b9a982b235144816abaaa6517d364eef8dd824
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #571 from w3c/balfanz-patch-2

Clarifying signing procedure for U2F attestation


  Commit: 6589a1013cd776da57d704eb8508fcd53fa6cc88
      https://github.com/w3c/webauthn/commit/6589a1013cd776da57d704eb8508fcd53fa6cc88
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #572 from christiaanbrand/patch-4

Clarify Safetynet attestation return value


  Commit: d96d7668a53bfc463968bedc9d9b95cd64add262
      https://github.com/w3c/webauthn/commit/d96d7668a53bfc463968bedc9d9b95cd64add262
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #595 from futureimperfect/master

Fix syntax errors in JavaScript examples.


  Commit: 3ee8ed586c2ce62f7a4180cb9dcf0d8d8e5f87cc
      https://github.com/w3c/webauthn/commit/3ee8ed586c2ce62f7a4180cb9dcf0d8d8e5f87cc
  Author: Christiaan Brand <christiaan@entersekt.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #596 from selfissued/mbj-extension-description-tweak

Corrected inaccuracy in authenticator extension processing description


  Commit: ae91fa0aeccbbf7cbd719c4968b38dcbba7f0edb
      https://github.com/w3c/webauthn/commit/ae91fa0aeccbbf7cbd719c4968b38dcbba7f0edb
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  rebased onto master


  Commit: 79cff12954e9cc500db08064045ab579845998d1
      https://github.com/w3c/webauthn/commit/79cff12954e9cc500db08064045ab579845998d1
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472


  Commit: 5fef555acebb4055b3c8f842827389baf361b10a
      https://github.com/w3c/webauthn/commit/5fef555acebb4055b3c8f842827389baf361b10a
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fixup global object reference per domenic, improves #472


  Commit: d55a65fe78691c77719ac3d1836af31ad46383b7
      https://github.com/w3c/webauthn/commit/d55a65fe78691c77719ac3d1836af31ad46383b7
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  indent 4.1.4 step 18et al to clarify relation to prior step


  Commit: 33bee9ec3d85ba213323d58c5e24f7acb5e18c9e
      https://github.com/w3c/webauthn/commit/33bee9ec3d85ba213323d58c5e24f7acb5e18c9e
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fix line indent


  Commit: 9872f1aa16acff9b55efb79794bfac8c87cf7c55
      https://github.com/w3c/webauthn/commit/9872f1aa16acff9b55efb79794bfac8c87cf7c55
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  do not call authenticatorMakeCredential() with separate |rpId| fixes #466


  Commit: de00dfba1e30eb272fe759f0d10dd11459e0d439
      https://github.com/w3c/webauthn/commit/de00dfba1e30eb272fe759f0d10dd11459e0d439
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472


  Commit: 8dc2fe6e41b755c835d108a83f96f9d325674be5
      https://github.com/w3c/webauthn/commit/8dc2fe6e41b755c835d108a83f96f9d325674be5
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  post rebase-on-master, fix dangling MakeCredentialOptions


  Commit: 1f7a9c604414c1beedf4c62d1aa8203f22cc3659
      https://github.com/w3c/webauthn/commit/1f7a9c604414c1beedf4c62d1aa8203f22cc3659
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fix error in resolving rebase conflicts


  Commit: 8aeb8ed65e376825c64efa27411d4b74998b7607
      https://github.com/w3c/webauthn/commit/8aeb8ed65e376825c64efa27411d4b74998b7607
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  convert switch steps to colon-denotation


  Commit: b6cf92213b24e5f80756336113b5d6dead92734d
      https://github.com/w3c/webauthn/commit/b6cf92213b24e5f80756336113b5d6dead92734d
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  tag 'while'


  Commit: ef7b69d9f0f1c7a655246b930e1b3d5179604b75
      https://github.com/w3c/webauthn/commit/ef7b69d9f0f1c7a655246b930e1b3d5179604b75
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  primary changes for improving #472 mostly complete


  Commit: f5d75fe436bc12eccf45c1762bfe60e8eb8e9810
      https://github.com/w3c/webauthn/commit/f5d75fe436bc12eccf45c1762bfe60e8eb8e9810
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  further issue #472 cleanups


  Commit: 68ecbcef7d878b1fbb3dbd9179741eed031096d5
      https://github.com/w3c/webauthn/commit/68ecbcef7d878b1fbb3dbd9179741eed031096d5
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  polish constructResultantCredentialCallback method description


  Commit: 598c347eeb89a9a45ae175042c29b9797dfd3b03
      https://github.com/w3c/webauthn/commit/598c347eeb89a9a45ae175042c29b9797dfd3b03
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  incorp comments from mikewest at webappsec-credential-management/pull/100


  Commit: fb25968e680f416cbf6a5acb723efe7f205ee261
      https://github.com/w3c/webauthn/commit/fb25968e680f416cbf6a5acb723efe7f205ee261
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  rebase onto master


Compare: https://github.com/w3c/webauthn/compare/1f096de96348...fb25968e680f

Received on Friday, 29 September 2017 07:30:00 UTC