- From: GitHub <noreply@github.com>
- Date: Thu, 05 Oct 2017 13:52:11 -0700
- To: public-webauthn@w3.org
- Message-ID: <59d69b7b2c105_7653fee67c59c44173567@hookshot-fe-92cdb05.cp1-iad.github.net.mail>
Branch: refs/heads/jeffh-fixup-algs-contd-3 Home: https://github.com/w3c/webauthn Commit: ac89087f42ac3875f5dde3d581c1c85bc830609c https://github.com/w3c/webauthn/commit/ac89087f42ac3875f5dde3d581c1c85bc830609c Author: christiaanbrand <christiaan@entersekt.com> Date: 2017-09-08 (Fri, 08 Sep 2017) Changed paths: M index.bs Log Message: ----------- Plumb User ID through We need to plumb the custom user id that the RP gave the authenticator during MakeCredential back through to the RP when doing getAssertion. Commit: 3e0d2915aab90bccbd7d8ae89aa484db4fb712e8 https://github.com/w3c/webauthn/commit/3e0d2915aab90bccbd7d8ae89aa484db4fb712e8 Author: christiaanbrand <christiaan@entersekt.com> Date: 2017-09-08 (Fri, 08 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: c96b64bee7bbd918317d5a6b3865fc8f10f280d4 https://github.com/w3c/webauthn/commit/c96b64bee7bbd918317d5a6b3865fc8f10f280d4 Author: christiaanbrand <christiaan@entersekt.com> Date: 2017-09-08 (Fri, 08 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: f6499b2a7f85b2f2d3a14efda265f2fb75f94bf0 https://github.com/w3c/webauthn/commit/f6499b2a7f85b2f2d3a14efda265f2fb75f94bf0 Author: christiaanbrand <christiaan@entersekt.com> Date: 2017-09-08 (Fri, 08 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: 0ce6b12b54d40a34c1ea535d2c59555677921b18 https://github.com/w3c/webauthn/commit/0ce6b12b54d40a34c1ea535d2c59555677921b18 Author: christiaanbrand <christiaan@entersekt.com> Date: 2017-09-08 (Fri, 08 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: 92f4b3218a8aa711e39a4385e87d48c3bf25618c https://github.com/w3c/webauthn/commit/92f4b3218a8aa711e39a4385e87d48c3bf25618c Author: christiaanbrand <christiaan@entersekt.com> Date: 2017-09-08 (Fri, 08 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: 5e2f228d76005a767f2c4e94f1af6b8c2c7d717d https://github.com/w3c/webauthn/commit/5e2f228d76005a767f2c4e94f1af6b8c2c7d717d Author: Alexei Czeskis <alexei@czeskis.com> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: 25dfc77228d74440711ff36ff72b81ba77e40669 https://github.com/w3c/webauthn/commit/25dfc77228d74440711ff36ff72b81ba77e40669 Author: Alexei Czeskis <alexei@czeskis.com> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: f6f85172b064d72ca036fede2ff67188ac888a76 https://github.com/w3c/webauthn/commit/f6f85172b064d72ca036fede2ff67188ac888a76 Author: Alexei Czeskis <alexei@czeskis.com> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs 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: e63537fcc62af6f0f9768d0e992bf0627b8f6f7b https://github.com/w3c/webauthn/commit/e63537fcc62af6f0f9768d0e992bf0627b8f6f7b Author: Christiaan Brand <christiaan@entersekt.com> Date: 2017-10-02 (Mon, 02 Oct 2017) Changed paths: M index.bs Log Message: ----------- Change user id to user handle Commit: 7b0d9a8366f5b94fe47895132abcd678b25f66cc https://github.com/w3c/webauthn/commit/7b0d9a8366f5b94fe47895132abcd678b25f66cc Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-03 (Tue, 03 Oct 2017) Changed paths: M index.bs Log Message: ----------- fix code tags placement Commit: 23b91fbb455dd3cc84e071c0dab50a3570beea79 https://github.com/w3c/webauthn/commit/23b91fbb455dd3cc84e071c0dab50a3570beea79 Author: Christiaan Brand <christiaan@entersekt.com> Date: 2017-10-04 (Wed, 04 Oct 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #558 from christiaanbrand/patch-2 Plumb User ID through 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 Commit: 089c10e16bdcda0bd75db1d7f1d6a2be21304e08 https://github.com/w3c/webauthn/commit/089c10e16bdcda0bd75db1d7f1d6a2be21304e08 Author: Jeffrey Yasskin <jyasskin@chromium.org> Date: 2017-10-05 (Thu, 05 Oct 2017) Changed paths: M index.bs Log Message: ----------- Number the steps in the authenticator operations. Commit: f55f8a3d02a28bbc1bb908b5497cda847f262bcd https://github.com/w3c/webauthn/commit/f55f8a3d02a28bbc1bb908b5497cda847f262bcd Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-10-05 (Thu, 05 Oct 2017) Changed paths: M index.bs Log Message: ----------- merge from master Compare: https://github.com/w3c/webauthn/compare/a1b998fbd34f...f55f8a3d02a2
Received on Thursday, 5 October 2017 20:52:35 UTC