Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle prf on authenticator (PRF#4) #36

Merged
merged 7 commits into from
Jul 25, 2024
Merged

Conversation

Vogeltak
Copy link
Collaborator

This PR follows on #35. It implements PRF handling for the authenticator in passkey-authenticator following hmac-secret from the CTAP2 specification. Because both authenticator and client live in memory, we pass the hmac-secret outputs in the unsigned extension outputs map instead of encrypting them and sending them as part of the "extensions" parameter.

@Progdrasil Progdrasil changed the base branch from main to handle-prf-input-output-for-client July 22, 2024 18:55
Base automatically changed from handle-prf-input-output-for-client to main July 25, 2024 19:04
@Progdrasil Progdrasil merged commit 101902c into main Jul 25, 2024
6 checks passed
@Progdrasil Progdrasil deleted the handle-prf-on-authenticator branch July 25, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants