- From: Rolf Lindemann via GitHub <sysbot+gh@w3.org>
- Date: Mon, 28 Aug 2017 17:04:32 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by rlin1 to https://github.com/w3c/webauthn: * explicitly level 1, fixes #475 by JeffH https://github.com/w3c/webauthn/commit/3dc51c5916e4ba9d1aefb3815f233a9b5899da66 * improve allowCredentials and transports handling in #getAssertion, fixes #480 by JeffH https://github.com/w3c/webauthn/commit/763f44ca3ce90211f67a6c8048aeaae6f1ce7f87 * Update index.bs by gmandyam https://github.com/w3c/webauthn/commit/34805f46cc966a1a44efe95ef6cffae7a16c5a35 * added ... identified by rpId for clarification by rlin1 https://github.com/w3c/webauthn/commit/c3c9ac8f6bc21e56514c1d9c9a5945457ce83c47 * grammar fixup by JeffH https://github.com/w3c/webauthn/commit/9ff5bbfc7f695270db6a37423ed905b4cb868bc1 * Update index.bs by gmandyam https://github.com/w3c/webauthn/commit/4f3225f6a0ed984ba25e340d57317106cc4ab198 * Merge pull request #499 from gmandyam/master Add Rate Limiting definition to terminology section by gmandyam https://github.com/w3c/webauthn/commit/68cc6092b2c346a7d1789629447c2154e37eeaf2 * add back ' = []' on excludeCredentials, fixes #268 by JeffH https://github.com/w3c/webauthn/commit/14010fa9c0aeb1e644857a5268b589170916ae42 * Merge pull request #495 from w3c/jeffh-fixup-algs-contd-2 Algorithm Fix-up (Continued, #2) by J.C. Jones https://github.com/w3c/webauthn/commit/49da4d6a2e3b6e327cd76a2bce77ddf952dfc1aa * add links to scribe/bot instructions by Samuel Weiler https://github.com/w3c/webauthn/commit/e44a7af33ce2085685d550ee951425a4ed93b95a * Fix typo. by ynojima https://github.com/w3c/webauthn/commit/d7fd46fd6a7f43a0657d1a29f371263c39287ef9 * Fix typo by ynojima https://github.com/w3c/webauthn/commit/97864c573dd71e092f8d7b709ab7c3a42de25fec * Merge pull request #505 from sharplab/fix-typos Fix typo. by J.C. Jones https://github.com/w3c/webauthn/commit/4e273b509239f6657f8846404abe4657e8c80d92 * Renamed MakeCredentialOptions to MakePublicKeyCredentialOptions and parameters to pubKeyCredParams by Mike Jones https://github.com/w3c/webauthn/commit/a816b3556b73f299ef8c2577626f177713240158 * Merge pull request #511 from selfissued/mbj-MakeCredentialOptions-renaming Renamed MakeCredentialOptions to MakePublicKeyCredentialOptions and parameters to pubKeyCredParams by Mike Jones https://github.com/w3c/webauthn/commit/50ea70c73546ab2fd20ffc4ad81f522db5360e9a * add requireResidentKey param to the invocation step of authenticatorMakeCredential (#502) * explicitly level 1, fixes #475 * improve allowCredentials and transports handling in #getAssertion, fixes #480 * Update index.bs * add requireResidentKey param to authenticatorMC * added ... identified by rpId for clarification * grammar fixup * Update index.bs * fix linking error * add back ' = []' on excludeCredentials, fixes #268 * add links to scribe/bot instructions * Fix typo. * Fix typo * Renamed MakeCredentialOptions to MakePublicKeyCredentialOptions and parameters to pubKeyCredParams * Have parameter orders match those in the Authenticator Operations section by Angelo Liao https://github.com/w3c/webauthn/commit/ef83674b2c944e9ab07bec44a6af85362fcc383b * PublicKeyCredentialParameters parameter name is alg - not algorithm (#513) by Mike Jones https://github.com/w3c/webauthn/commit/52b4422b372ec5d56da89f4808cfb12938c8ecb2 * Add a script to update .spec-data, and update the data. (#516) Thanks, JC! by J.C. Jones https://github.com/w3c/webauthn/commit/561fd2cc911fabf81307150794a18b40e8d9c9ec * Adds requireUserVerification option in AuthenticatorSelectionCriteria (#460) Merging after applying agreed to updates, per decision on 2-Aug-17 working group call. by Alexei Czeskis https://github.com/w3c/webauthn/commit/a9fad51b4a9eb7a0eb9e2f77e403f483abc7192e * Add isPlatformAuthenticatorReady function to the API surface (#379) Merging after applying agreed to updates, per decision on 2-Aug-17 working group call. by Angelo Liao https://github.com/w3c/webauthn/commit/3e2ada84b66318320d690c49e22c227ab8fe6a1b * Restrict WebAuthn support to valid domains (#515) Restrict WebAuthn support to valid domains * Clarified valid domain note, as suggested by Jeff Hodges by Mike Jones https://github.com/w3c/webauthn/commit/e1faf59f86e5903ce4063c1b68b832b93bf1a5f3 * Use COSE_Key and COSE Algorithm Identifiers (#514) Incorporates improvements from @equalsJeffH . * Restored incorrectly deleted Credential ID * add refs for IANA COSE & JOSE registries * create AlgorithmIdentifier typedef * fix biblio json - delete commas * polish several things, eg UV, UP, uv, rk -related * fixup figs 1 & 3, fix attestation data description S 5.3.1 * really fixing attestation data description S 5.3.1 * Added dashes in registry references to make them more readable by Mike Jones https://github.com/w3c/webauthn/commit/cca20d3dd8ac7713904b3ceecd2e0be493592761 * nomalizedAlgorithm->credTypesAndPubKeyAlgs; fixup spec title, clean eol whitespace, fixes #520 (#522) Thanks for this clarifying change, Jeff. by =JeffH https://github.com/w3c/webauthn/commit/73d4461c525c51e96bb03659a5238814712283f0 * Register COSE Algorithm numbers for RSASSA-PKCS1-v1_5 (#525) Register COSE Algorithm numbers for RSASSA-PKCS1-v1_5 and restrict algorithm identifiers to being integers * Restricted algorithm identifiers to being numeric by Mike Jones https://github.com/w3c/webauthn/commit/4902a80ea3ef8e00db8aeaaf665a62daf176183e * Renamed AlgorithmIdentifier to COSEAlgorithmIdentifier to fix name conflict with WebCrypto (#531) Renamed AlgorithmIdentifier to COSEAlgorithmIdentifier to fix name conflict with WebCrypto * An COSEAlgorithmIdentifier -> a COSEAlgorithmIdentifier by Mike Jones https://github.com/w3c/webauthn/commit/1c824c902e1236c2a900452a5080eebc7c40208b * Fixed the example and other points listed in isPlatformAuthenticatorReady comment (#523) Addressed the comments in the isPlatformAuthenticatorReady PR, as agreed to on today's call by Angelo Liao https://github.com/w3c/webauthn/commit/8bf3b7e7cb803e459da9dfd239e68815cf40aaf7 * add WD06 publish dir by Angelo Liao https://github.com/w3c/webauthn/commit/080effc63fa34dbe1154a28481a97bb0e2550de5 * Merge pull request #532 from AngeloKai/master add WD06 publish dir by Angelo Liao https://github.com/w3c/webauthn/commit/546b0441d7ee873c2f598643375779de09393fd4 * add WD06 by Angelo Liao https://github.com/w3c/webauthn/commit/0683efc3612d1934dde7758600cf373259669318 * add WD06 link to editor's draft Merge pull request #533 from AngeloKai/master by Angelo Liao https://github.com/w3c/webauthn/commit/598ac413cb9df11f971d62d8d27c4c1471d9f1d0 * Update README.md by Angelo Liao https://github.com/w3c/webauthn/commit/776a5f42663b4cab640178857d099a72477b1ced * Update on README.md by Angelo Liao https://github.com/w3c/webauthn/commit/b12c7087ae50dc0aea9f8f31e7a5dabef7f60b4a * Merge pull request #534 from AngeloKai/master Updated steps for creating working drafts by Angelo Liao https://github.com/w3c/webauthn/commit/5e0dbe0dafe9e36912bf2a32c5d5752c99d84476 * fixed auto-merge conflicts by Rolf Lindemann https://github.com/w3c/webauthn/commit/38d04c7fa697a50d5b5c66af3c6425540c7784a7
Received on Monday, 28 August 2017 17:04:29 UTC