Vivek

Results 8 comments of Vivek

When using webauth JS API, _PublicKeyCredential.AuthenticatorAttestationResponse.attestationObject_ gives a cbor data containing attestation, format, authData. Can libfido2 expose an API to consume this cbor-data (unparsed, base64url-encoded) directly? This will make the...

By taking the _PublicKeyCredential.AuthenticatorAttestationResponse.attestationObject_ data encoded in base64url and providing an API to get the x5c array, RP doesn't have to deal with cbor at all, just like how it...

>which authenticator are you using Got them from github, was posted on a bug that I couldn't find now, looks like a TPM attestation from Windows Hello, check below, TPM...

Got the TPM attestation and registration details from here, https://github.com/MasterKale/SimpleWebAuthn/issues/238

Have submitted a PR #781 to store all the certificates in x5c. Hopefully that will be considered for merging after corrections.

Assuming this change will be merged, any idea when the next release is?

@LDVG is there anything needed that is blocking merge with main?