We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some new TPM manufacturer IDs in play that this library should start supporting. This'll involve syncing up webauthn.helpers.tpm.structs.TPM_MANUFACTURERS with a more current list at 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.
webauthn.helpers.tpm.structs.TPM_MANUFACTURERS
When the list of manufacturers is updated then it should fix errors like this that have been popping up lately when using this library:
Unrecognized TPM Manufacturer "id:51434f4d" (TPM)
Related to MasterKale/SimpleWebAuthn#665
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are some new TPM manufacturer IDs in play that this library should start supporting. This'll involve syncing up
webauthn.helpers.tpm.structs.TPM_MANUFACTURERS
with a more current list at 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.When the list of manufacturers is updated then it should fix errors like this that have been popping up lately when using this library:
Related to MasterKale/SimpleWebAuthn#665
The text was updated successfully, but these errors were encountered: