Bug 259934
| Summary: | [WebAuthn] Implement PRF extension + hmac-secret | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | WebKit Misc. | Assignee: | pascoe <pascoe> |
| Status: | NEW | ||
| Severity: | Normal | CC: | pascoe, rew.islam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
pascoe@apple.com
We currently do not support the PRF extension or the necessary CTAP extension for it, hmac-secret. This bug is to implement both of those.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/113572812>
pascoe@apple.com
explainer: https://github.com/w3c/webauthn/wiki/Explainer:-PRF-extension
Rew Islam @ Dashlane
It would be great to also see support for hmac-secret-mc:
https://fidoalliance.org/specs/fido-v2.2-ps-20250228/fido-client-to-authenticator-protocol-v2.2-ps-20250228.html#sctn-hmac-secret-make-cred-extension
pascoe@apple.com
Pull request: https://github.com/WebKit/WebKit/pull/53734