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

fix/674-android-key-verification-2025 #675

Merged
merged 6 commits into from
Jan 26, 2025

Conversation

MasterKale
Copy link
Owner

@MasterKale MasterKale commented Jan 26, 2025

This PR modernizes "android-key" attestation statement verification. Verification steps are (mostly) in order as per WebAuthn L3 (I kept the signature check last for sake of a smaller PR):

https://w3c.github.io/webauthn/#sctn-android-key-attestation

The new Google Hardware Attestation Root certs have been pulled from here:

https://developer.android.com/privacy-and-security/security-key-attestation#root_certificate

Fixes #674.

@MasterKale MasterKale merged commit 46f8e04 into master Jan 26, 2025
2 checks passed
@MasterKale MasterKale deleted the fix/674-android-key-verification-2025 branch January 26, 2025 20:09
@MasterKale MasterKale added the package:server @simplewebauthn/server label Jan 26, 2025
@MasterKale MasterKale added this to the v13.1.1 milestone Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:server @simplewebauthn/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Android Keystore attestation verification
1 participant