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

Error: tpm attestation: only TPM_ALG_RSA supported #119

Open
craigbilner opened this issue Jan 2, 2023 · 1 comment
Open

Error: tpm attestation: only TPM_ALG_RSA supported #119

craigbilner opened this issue Jan 2, 2023 · 1 comment

Comments

@craigbilner
Copy link

Hi,

I'm using Windows Hello, if I use -7 (ECDSA w/ SHA-256) as the first crypto param which Chrome suggests should always be there, I get the above error from parsePubArea. However if I use [-257, -7] then Chrome is happy and Fido is happy, however I don't know the impact of this?

@tmikaeld
Copy link

tmikaeld commented Jul 2, 2023

Shouldn't make any difference other than MS working.

-7 is "ES256" and -257 is "RS256".

Seems like a bug on Windows part.

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

No branches or pull requests

2 participants