- From: GitHub <noreply@github.com>
- Date: Thu, 27 Jul 2017 15:48:00 -0700
- To: public-webauthn@w3.org
- Message-ID: <597a6da0a26f2_775e3fe2ee053c30978d0@hookshot-fe3-cp1-prd.iad.github.net.mail>
Branch: refs/heads/acz Home: https://github.com/w3c/webauthn Commit: a2a4210cff823d489bc01248dd52d630b5fb18e9 https://github.com/w3c/webauthn/commit/a2a4210cff823d489bc01248dd52d630b5fb18e9 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-05-17 (Wed, 17 May 2017) Changed paths: M images/fido-attestation-structures.svg M images/fido-signature-formats-figure2.svg M index.bs Log Message: ----------- redraw fig 3, polish attestation & assertion signature definitions and prose (#463) * redraw fig 3 attestation object, fixes #434 * update fig 3 caption * various attestation text polishing, fixes #395 * fixup [RP] & [RPS] markup * further RP markup fixes * fixup terminology markup in abstract * fixup error code markup * fixup assertion signature dfn * various markup and dfn polishing * further polishing * more linking & terminology, etc polishing * fixup fig 2, further polish * refine regex, fix more RP markup * polishing #attestation-formats section Commit: 46b3933dd955642d8f60bc84c2f04eddef1c054d https://github.com/w3c/webauthn/commit/46b3933dd955642d8f60bc84c2f04eddef1c054d Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-05-31 (Wed, 31 May 2017) Changed paths: M index.bs Log Message: ----------- reconciling origin and RP ID handling (#464) * polish RP ID dfn * polish authn & regstn dfns * alphabetize terminology * minor edits * decorate all RP ID occurances * figuring out rpId issues, modest edits to improve issue #414 * fixup RP ID ddfn and rpId handling, improves #255, #259, #260, #416 * fix RP ID dfn, fix descriptions of RP ID's value, improves #255, #259, #260, #416 * more RP ID polishing * fixup my errors (thx jcjones), cleanup, fix #323 * swap order of CredentialCreationOptions and CredentialRequestOptions sections * fix confusion of CredentialRequestOptions wrt CredentialCreationOptions * begin align markup approach of the makeCred and getAssn sections * |publicKeyOptions| -> |options| * move {#sctn-user-credential-params} to proper section, minor editing * decorate title of {#authenticatorSelection} section * add internal cross-refs * add internal cross-refs * clarify title of {#getAssertion} * complete applying RP ID fixup to {#getAssertion}. thanks bzbarsky & jyasskin, fixes #255, #259, #416 * document RP ID restrictions and relaxations, fixes #260, thx bzbarsky! * add 'valid domain' restriction placeholder * addressing jyasskin's feedback -- thanks! * fix #467 * delete a blank... * fix various items per jyasskin - thxcls * |foo|['{{bar}}'] style to <code>|options|.{{bar}}</code> style - thx jyasskin :) Commit: d8b103a799a6c16d39440e2acb130a36c247f99a https://github.com/w3c/webauthn/commit/d8b103a799a6c16d39440e2acb130a36c247f99a Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-06-06 (Tue, 06 Jun 2017) Changed paths: M index.bs Log Message: ----------- address empty allowlist in 'use existing cred' alg, fixes #387 (#427) * address empty allowlist in 'use existing cred' alg, fixes #387 * incorp jyasskin suggestion. improves #387 * surgery w/hammer, saw, torch on prior attempt to incorp jyasskin suggestion. improves #387 * more surgery hopefully improving #387 * add back backslash on [[DiscoverFromExternal... * various fixups, move Note up, separate gathering of creds from messing with transports * revert processing of allowList back to close to original, polish such that fix #387, fix #481 * revert processing of allowList back to close to original, polish such that fix #387 * revise to explictly handle empty credDescpList, may improve #481 Commit: c7f1592b66216963f243ca06eafb5dc2224d8479 https://github.com/w3c/webauthn/commit/c7f1592b66216963f243ca06eafb5dc2224d8479 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-06-13 (Tue, 13 Jun 2017) Changed paths: M index.bs Log Message: ----------- cleanup "easy" issues WD-06 (#489) * [SameObject] on readonly attrs fixes #285. align IDL * hashAlg -> hashAlgorithm fixes #326 * allowList -> allowCredentials improves #327 * excludeList -> excludeCredentials fixes #327 * Attachment -> AuthenticatorAttachment improves #329 * Transport -> AuthenticatorTransport fixes #329 * PublicKeyCredentialParameters.algorithm -> .alg fixes #351 * add self attestation to U2F Attestation Statement Format, fixes #392 * make CredFooOptions dict members non-nullable, fixes #490 * add Note wrt 'alg', thx jyasskin * more merge cleanup allowList->allowCredentials * normalize fooCredentialDescriptorList terms fixes #494 Commit: 119dd517bb1c506a3cfd109df3670fc533d31947 https://github.com/w3c/webauthn/commit/119dd517bb1c506a3cfd109df3670fc533d31947 Author: Ackermann Yuriy <ackermann.yuriy@gmail.com> Date: 2017-06-14 (Wed, 14 Jun 2017) Changed paths: M index.bs Log Message: ----------- Omitted default abstract header (#487) Commit: 3dc51c5916e4ba9d1aefb3815f233a9b5899da66 https://github.com/w3c/webauthn/commit/3dc51c5916e4ba9d1aefb3815f233a9b5899da66 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-06-14 (Wed, 14 Jun 2017) Changed paths: M index.bs Log Message: ----------- explicitly level 1, fixes #475 Commit: 763f44ca3ce90211f67a6c8048aeaae6f1ce7f87 https://github.com/w3c/webauthn/commit/763f44ca3ce90211f67a6c8048aeaae6f1ce7f87 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-06-16 (Fri, 16 Jun 2017) Changed paths: M index.bs Log Message: ----------- improve allowCredentials and transports handling in #getAssertion, fixes #480 Commit: 34805f46cc966a1a44efe95ef6cffae7a16c5a35 https://github.com/w3c/webauthn/commit/34805f46cc966a1a44efe95ef6cffae7a16c5a35 Author: gmandyam <mandyam@quicinc.com> Date: 2017-06-22 (Thu, 22 Jun 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: c3c9ac8f6bc21e56514c1d9c9a5945457ce83c47 https://github.com/w3c/webauthn/commit/c3c9ac8f6bc21e56514c1d9c9a5945457ce83c47 Author: rlin1 <rolf@noknok.com> Date: 2017-06-27 (Tue, 27 Jun 2017) Changed paths: M index.bs Log Message: ----------- added ... identified by rpId for clarification Commit: 9ff5bbfc7f695270db6a37423ed905b4cb868bc1 https://github.com/w3c/webauthn/commit/9ff5bbfc7f695270db6a37423ed905b4cb868bc1 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-06-27 (Tue, 27 Jun 2017) Changed paths: M index.bs Log Message: ----------- grammar fixup Commit: 4f3225f6a0ed984ba25e340d57317106cc4ab198 https://github.com/w3c/webauthn/commit/4f3225f6a0ed984ba25e340d57317106cc4ab198 Author: gmandyam <mandyam@quicinc.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M index.bs Log Message: ----------- Update index.bs Commit: 68cc6092b2c346a7d1789629447c2154e37eeaf2 https://github.com/w3c/webauthn/commit/68cc6092b2c346a7d1789629447c2154e37eeaf2 Author: gmandyam <mandyam@quicinc.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #499 from gmandyam/master Add Rate Limiting definition to terminology section Commit: 14010fa9c0aeb1e644857a5268b589170916ae42 https://github.com/w3c/webauthn/commit/14010fa9c0aeb1e644857a5268b589170916ae42 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M index.bs Log Message: ----------- add back ' = []' on excludeCredentials, fixes #268 Commit: 49da4d6a2e3b6e327cd76a2bce77ddf952dfc1aa https://github.com/w3c/webauthn/commit/49da4d6a2e3b6e327cd76a2bce77ddf952dfc1aa Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-07-05 (Wed, 05 Jul 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #495 from w3c/jeffh-fixup-algs-contd-2 Algorithm Fix-up (Continued, #2) Commit: e44a7af33ce2085685d550ee951425a4ed93b95a https://github.com/w3c/webauthn/commit/e44a7af33ce2085685d550ee951425a4ed93b95a Author: Samuel Weiler <weiler@w3.org> Date: 2017-07-11 (Tue, 11 Jul 2017) Changed paths: M README.md Log Message: ----------- add links to scribe/bot instructions Commit: d7fd46fd6a7f43a0657d1a29f371263c39287ef9 https://github.com/w3c/webauthn/commit/d7fd46fd6a7f43a0657d1a29f371263c39287ef9 Author: ynojima <mail@ynojima.net> Date: 2017-07-14 (Fri, 14 Jul 2017) Changed paths: M index.bs Log Message: ----------- Fix typo. Commit: 97864c573dd71e092f8d7b709ab7c3a42de25fec https://github.com/w3c/webauthn/commit/97864c573dd71e092f8d7b709ab7c3a42de25fec Author: ynojima <mail@ynojima.net> Date: 2017-07-16 (Sun, 16 Jul 2017) Changed paths: M index.bs Log Message: ----------- Fix typo Commit: 4e273b509239f6657f8846404abe4657e8c80d92 https://github.com/w3c/webauthn/commit/4e273b509239f6657f8846404abe4657e8c80d92 Author: J.C. Jones <james.jc.jones@gmail.com> Date: 2017-07-26 (Wed, 26 Jul 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #505 from sharplab/fix-typos Fix typo. Commit: f3fdee02ad268ac10052fca3d569ff846c6cccf5 https://github.com/w3c/webauthn/commit/f3fdee02ad268ac10052fca3d569ff846c6cccf5 Author: Mike Jones <Michael.Jones@microsoft.com> Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M index.bs Log Message: ----------- Resolved merge conflicts Compare: https://github.com/w3c/webauthn/compare/f56591a9eefe...f3fdee02ad26
Received on Thursday, 27 July 2017 22:48:24 UTC