- From: GitHub <noreply@github.com>
- Date: Wed, 01 Mar 2017 13:12:42 -0800
- To: public-webauthn@w3.org
- Message-ID: <58b7394a3c657_7b153f80b18e9c2c973cc@hookshot-fe6-cp1-prd.iad.github.net.mail>
Branch: refs/heads/jeffh-user-verification-357-358 Home: https://github.com/w3c/webauthn Commit: 546f82fccf9d676c49a0af109a7f11c563b09ae0 https://github.com/w3c/webauthn/commit/546f82fccf9d676c49a0af109a7f11c563b09ae0 Author: Jeffrey Yasskin <jyasskin@gmail.com> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M index.bs Log Message: ----------- Make makeCredential() more precise. (#347) * Make makeCredential() more precise. I've linked a lot more terms, reordered explanations to be clearer, and specified some missing behavior. This fixes #273 and improves #270. * Treat rpId as an origin. * Go parallel later in makeCredential(). This fixes #263 and fixes half of #254. * Fix #265. * Fix #266. * Fix annevk's and equalsJeffH's comments. * Refer to #362. * Improve processing of unsupported extensions. Commit: c42a822a357c1697c999d930106ed666f78261c5 https://github.com/w3c/webauthn/commit/c42a822a357c1697c999d930106ed666f78261c5 Author: Jeffrey Yasskin <jyasskin@gmail.com> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M index.bs Log Message: ----------- Make hashAlg a "recognized algorithm name". (#352) * Make `hashAlg` a recognized algorithm name for a digest algorithm. This drops the use of "S256", etc. * Remove the IANA section for S256, etc. This didn't really fit anyway since SHA-256, etc are digests not "Cryptographic Algorithms for Digital Signatures and MACs". Commit: 49a1a12799acadf4957ec23aadf98837e7a4edc2 https://github.com/w3c/webauthn/commit/49a1a12799acadf4957ec23aadf98837e7a4edc2 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-03-01 (Wed, 01 Mar 2017) Changed paths: M index.bs Log Message: ----------- fixed merge conflict Compare: https://github.com/w3c/webauthn/compare/ce315196181d...49a1a12799ac
Received on Wednesday, 1 March 2017 21:13:16 UTC