[webauthn] new commits pushed by agl

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

* Automation: AddVirtualAuthenticator
  by Nina Satragno
https://github.com/w3c/webauthn/commit/4304ea2474e67fae8c937286f5f228923d93fd8f

* Automation: RemoveVirtualAuthenticator.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/efc5abb67d71e6b4f88f744a9bd1c35be0e7caaf

* Automation: AddCredential
  by Nina Satragno
https://github.com/w3c/webauthn/commit/958cba904709075b9909cab3f12aa7f3cec4ca2c

* More Automation commands.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/5bce333990d9e72d65d079baecc7e9568f83de71

* Remove attachment from API.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/dfb388c10fac3395697047abecd1a458eeaf841c

* merge from master and fix conflict
  by JeffH
https://github.com/w3c/webauthn/commit/b106725f31bd1772deae5716c91e2e857337debc

* Replace <a></a> with [==]
  by Nina Satragno
https://github.com/w3c/webauthn/commit/2975d59592887968a3e283d685facdc634c27943

* Use correct syntax for authenticator ID URI param.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/f908922f36319ce825074644082085b793f90500

* Apply suggestions from code review

Commit the editorial suggestions

Co-Authored-By: =JeffH <jdhodges@google.com>
  by Nina Satragno
https://github.com/w3c/webauthn/commit/a5062cd7a8fda22bbd82909223bfe126ab71e10f

* Add missing suggestion.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/cd4222cb5386190aaedc54df7b5781dea842c6a5

* Add isUserPresent
  by Nina Satragno
https://github.com/w3c/webauthn/commit/29fc9279f013f856f6f7ca70612c6ad62980e2ea

* Constrain authenticatorId format.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/8077ee6e0b7ae841c9fd3efa8ba2e1f5ed51e965

* Add missing `
  by Nina Satragno
https://github.com/w3c/webauthn/commit/73d69037d67fd8a92c870e5f0094b316424bddb0

* Use a table instead of WebIDL for addVirtualAuthenticator.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/43213e1c4a319bb37f1276b0b26d4df131c82d6e

* Move authenticatorId definition.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/f69855eab79defa7cbe50de8658bfe263e39928e

* Trim down definitions.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/7d2d8198b468de7bdfea83db0a83d56ce765dda7

* Apply suggestions from code review

Apply trivial changes

Co-Authored-By: =JeffH <jdhodges@google.com>
  by Nina Satragno
https://github.com/w3c/webauthn/commit/5120d507b5689ae18463023eac96fbcb390dfdb3

* Fix up addVirtualAuthenticator.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/cd26692446bd8c95a1d3087153a63ffa1476e134

* Fix up AddCredential.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/7496558c652134d7131c64bef48e27bc68bc68c7

* Several misc fixes.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/2fcc447d90e31eb878fd092ede19054cc9764a5c

* Fix typo.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/91cf85d0b30ed76e2a7236a9841e9b80ad22495c

* Add removeCredential and rename removeCredentials
  by Nina Satragno
https://github.com/w3c/webauthn/commit/c146c89f91e28175e61f8b8ff8f452ad1c262672

* touch up authenticatorId definition.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/107f33fe09fd231044f2143af50f0d31e70459af

* Address comments.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/ceea5a8950d9687ab2106a46bfce428ce71b48e5

* Remove UUID recommendation.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/6862588682084265216e556f080fd1c869f01fbf

* Change isUserPresent to isUserConsenting.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/49775710ce56885ca610a99937ea4b7e791eaa71

* Add description to credentialParameters table.

Also fix virtual authenticator `credential` still being refered
as key pair instead of public key credential source.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/04715da2a5677d638c21d1eebb27762b3c583678

* Encode private key using COSE instead.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/cf614d48b38f620b4f3775723178457702eededb

* Add userHandle.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/6f10346c40ff8b59d223ffcae6f0f657cffe9d91

* nit.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/c3a08a4028e3498328f434b9003ffab1d89c72d7

* nit
  by Nina Satragno
https://github.com/w3c/webauthn/commit/d2676eef3961eb1757714a0be184dad0b8fb2816

* Revert "Encode private key using COSE instead."

This reverts commit cf614d48b38f620b4f3775723178457702eededb.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/e826609d225d2824317a507523af9f028097f162

* Add |isResidentCredential| to AddCredential.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/263a57b7cbbdbe3cec69e68e5ec0183b2d6f7c9a

* Add check for resident credential.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/7271e6cd2436d4cb1d871427101fbd62056f563d

* Constrain the pk to ECDSA P-256
  by Nina Satragno
https://github.com/w3c/webauthn/commit/dc417dd4b533f9464d58b9f86ed70d357252c2de

* Return an error if userHandle is null and is resident key.
  by Nina Satragno
https://github.com/w3c/webauthn/commit/9be5c172ba700b6d24d20ff4f438ea7e8031171e

* Merge pull request #1256 from nsatragno/automation

Add a WebDriver Virtual Authenticator extension
  by Adam Langley
https://github.com/w3c/webauthn/commit/976391dcba2bd7af6ea204e1a24ef8eb91713bf3

Received on Wednesday, 2 October 2019 19:07:05 UTC