Re: [webauthn] Variable reference issue in DPK processing rules (#1817)

Thanks @selfissued!

In that case, I think we have the option to also change the authenticator extension output format slightly:

```diff
 $$extensionOutput //= (
-    devicePubKey: bstr,
+    devicePubKey: attObjForDevicePublicKey,
 )
```

That is remove the extra layer of byte string wrapping, since we no longer need it to make sure the representation is byte-identical between authenticator and client outputs. Thoughts on that @agl?

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1817#issuecomment-1353305015 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 15 December 2022 15:52:28 UTC