[webauthn] new commits pushed by emlun

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

* Fix typo (#1081)
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/76cf6dfb3ef6744c52d3796cd2569f10ff15f2fd

* Fix #1076 - Don't confuse extension optionality in Sec 10

Language from Mike Jones in https://github.com/w3c/webauthn/issues/1076#issuecomment-423028041
  by J.C. Jones
https://github.com/w3c/webauthn/commit/2af689eb2768b99092598b4aa976d4e0929f9a26

* token binding ID is a client platform-specific operation #360 (#1077)
  by =JeffH
https://github.com/w3c/webauthn/commit/661a8575fb3156134d64ecdc56208dd07070fedf

* Un-revert change from 8e5f2e0 reverted in daf9522 (#1079)
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/29bbee1b02de1f3607df185aa0ca2e1b4e482c40

* Merge pull request #1083 from jcjones/1076-extension_marking

Fix #1076 - Don't confuse extension optionality in Sec 10
  by jfontana
https://github.com/w3c/webauthn/commit/ee934de2c8524528b5228af565eb724dc4ca952d

* Fix typo in figure 1
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/66573376668da60df4b631bd3212ccae5b85cb59

* Move text in Figure 1 to within bounding box
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/d0397670a6ee2a9ccd0ae926adb2eea2c5a8d215

* Code of Conduct
  by plehegar
https://github.com/w3c/webauthn/commit/2056feede7550649ff61bdfce17d96f451ad881b

* Fix typos in get() algorithm
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/24cd9df04448a794eb894eaa150a3b7467045eab

* In safetynet attestation "nonce" is base64, not base64url
  by Ackermann Yuriy
https://github.com/w3c/webauthn/commit/7b487ffdac3a49bb09d2900f9a3e5fc8de874746

* Add the word "OPTIONAL" to `userVerification` field to match surrounding style.

Previously, `userVerification` was the only optional field of `PublicKeyCredentialRequestOptions` that didn't include the word "OPTIONAL", which can suggest at first glance that this field is not optional like the other optional ones. Adding the word is simple, and should avoid potential confusion.
  by Lucas Garron
https://github.com/w3c/webauthn/commit/0225a138b9a7bb9054de4c1b276f2403e9f7d80a

* Config
  by plehegar
https://github.com/w3c/webauthn/commit/c9e08303098a0d6010b77b58e13f3c71dd843e36

* update token binding citation (#1087)

* update token binding citation

* update tokbind ref to published RFC8471
  by =JeffH
https://github.com/w3c/webauthn/commit/0c513dfd6ced48656e39c5dd7b17c2e81aa5d789

* update token binding citation (#1087)

* update token binding citation

* update tokbind ref to published RFC8471
  by =JeffH
https://github.com/w3c/webauthn/commit/5643359a906fa137a2b03c74173a95cf3f7d4f08

* update token binding citation (#1087)

* update token binding citation

* update tokbind ref to published RFC8471
  by =JeffH
https://github.com/w3c/webauthn/commit/ddbd15a9ad347a04b6639576974c60362787ead0

* update token binding citation (#1087)

* update token binding citation

* update tokbind ref to published RFC8471
  by =JeffH
https://github.com/w3c/webauthn/commit/f77a1abe9a8866168b7152f97ede0eb8e53691a3

* update token binding citation (#1087)

* update token binding citation

* update tokbind ref to published RFC8471
  by =JeffH
https://github.com/w3c/webauthn/commit/bc195aad084d73e570c581b12f866caff60ec222

* May->might (#1103)

https://github.com/w3c/webauthn/issues/1098
  by Wendy Seltzer
https://github.com/w3c/webauthn/commit/742c773cbc20b3cafa22533916d2528ff87e1361

* Clarify UP and UV flags in authenticator data section
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/7afd02eac65a555f694ed3d7b7cecde51fbb104c

* Refine introduction to compliant authenticators (#1109)

* Refine introduction to compliant authenticators

* Link terms: Platform Authenticators, Roaming Authenticators

As suggested in
https://github.com/w3c/webauthn/pull/1109#pullrequestreview-175007665
  by Mike Jones
https://github.com/w3c/webauthn/commit/7b1ca9d43ac6c63fa753bd24a5446226728e21d9

* Refine FIDO Security Considerations language (#1110)
  by Mike Jones
https://github.com/w3c/webauthn/commit/44cd21e0b8049dd2ae37ba5db14f5c35b6ab7be3

* Merge pull request #1094 from lgarron/optional-userVerification

Add the word "OPTIONAL" to `userVerification` field to match surrounding style.
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/b2b114164460351a3e9941daf973ee63c3ea7950

* Merge pull request #1085 from w3c/issue-1084-figure-typo

Fix typo in Figure 1
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/8b5bbf56617c684c17dc750fcb51488caccea965

* Merge pull request #1113 from w3c/issue-1112-clarify-uv-up-flags

Clarify UP and UV flags in authenticator data section
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/8fd57e34f23f3322dcd62a4b469fbc0c24e62112

* Match text for identical verification steps

When verifying the registration response, we use different text than the identical step in verifying assertion. The hash is also referred/linked as 'RP ID Hash'  in the registration step text, rather than being referred/linked as the more helpful `rpIdHash`
  by Nick Steele
https://github.com/w3c/webauthn/commit/142cb066b67d4b9dc99e07990815645461ff6c64

* Fix typo in credential registration steps
  by Nick Steele
https://github.com/w3c/webauthn/commit/5b083f934c2a2c5989f134316245475e2777a8d3

* Merge pull request #1092 from w3c/issue-1089-extensions-argument-typo

Fix typos in get() algorithm
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/2b826ef655faac81f24e92f93f78f62606bd80cb

* Merge pull request #1119 from nicksteele/patch-1

Match text for identical verification steps
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/f332dfe3dc31c9c336789812a8715c9eca24c38b

* Singularize Relying Parties' to Relying Party's
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/b78f82a7582ed7090a3341f079df4475fa58108b

* Clarify user identification in RP assertion verification operation (#1082)

Merging per review during 9-Jan-19 call
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/c537d1ce6c9e420496ce5fcedb21393fea621baa

* Singularize Relying Parties' to Relying Party's (#1126)
  by J.C. Jones
https://github.com/w3c/webauthn/commit/d0b1603b0eae2ff0168aac4127fa4611e6171942

* Merge pull request #1120 from nicksteele/patch-2

Fix typo in credential registration steps
  by J.C. Jones
https://github.com/w3c/webauthn/commit/c3ac19bac411e7bf92d43250bf07084404c011bd

* Merge pull request #1093 from herrjemand/patch-3

In safetynet attestation "nonce" is base64, not base64url
  by J.C. Jones
https://github.com/w3c/webauthn/commit/ad9bd4708bc64a05b2d34403061414a288f0c99c

* Use RFC2119 for defined extensions (#1134)
  by Philippe Le Hegaret
https://github.com/w3c/webauthn/commit/c610a95ac555ea86bb8eb52640b947bdc36e6c5d

* Merge branch 'master' into pr-1082-user-handle-mapped
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/443a5567315c47eb65d830e3d00ae6fffe732a92

Received on Wednesday, 6 February 2019 12:50:42 UTC