-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
TPM Manufacturers list is incomplete #665
Comments
Hello @ncornwell, thanks for reporting this, and for updating to a recent TPM spec I can reference to update the list of manufacturer IDs. This is straight-forward enough, I'll try to get this fixed this week. BTW might the response with that new ID be something generated by the upcoming Windows Hello passkey changes? |
Yes it certainly could be from Windows Hello changes, I don't typically see users using microsoft TPMs. |
Hello @ncornwell, this should be fixed in the newly-published @simplewebauthn/[email protected] |
@MasterKale 🙌 Thanks! |
Describe the issue
When verifying a TPM attestation with a Microsoft TPM we received this error:
Could not match TPM manufacturer "id:4D534654" (TPM)
The TPM vendors list is incomplete and an updated list is here:
https://trustedcomputinggroup.org/wp-content/uploads/TCG-TPM-Vendor-ID-Registry-Family-1.2-and-2.0-Version-1.07-Revision-0.02_pub.pdf
Reproduction Steps
Verify an attestation from an unsupported TPM manufacturer.
Expected behavior
Verification does not throw an error from registered TPM manufacturers.
Code Samples + WebAuthn Options and Responses
Dependencies
SimpleWebAuthn Libraries
Additional context
Missing items from tpm constants
SimpleWebAuthn/packages/server/src/registration/verifications/tpm/constants.ts
Line 104 in cfd2400
The text was updated successfully, but these errors were encountered: