Alex Seigler

Results 107 comments of Alex Seigler

The CDP is at http://www.certeurope.fr/reference/certeurope_ec_idecys.crl, it's empty and there are no obvious issues with it. Does your server lack outbound internet access or name resolution to get to the CRL...

Ok, so my knee jerk reaction was to think this was IEEE P-1363 vs ASN.1 encoding issue. This is because of heartburn from previous issues with `ECDSA-Sig-Value` from [RFC5480 ASN.1...

I wanted to know how we could have caught such an issue. We actually would have caught this if you attempted to use `credentialPublicKey.Verify()`, but the Apple attestations _don't actually...

Interesting, I pulled the mapping directly from the [file listed](https://github.com/passwordless-lib/fido2-net-lib/blob/cb71a15c6df0e9d5230b7266502cd8bb26f656cd/Src/Fido2/AttestationFormat/Tpm.cs#L21), and you can clearly see the lowercase 'd'. I think in our implementation it actually could make a difference, if...

> I don't think the TPM outputs a string The link you posted would indicate it is a UTF8 string. ![image](https://github.com/user-attachments/assets/d0759c3c-a32e-4ef3-a473-971349705280) I think we should split the string on the...

Yes, I think I know what I want to do with this and it should be very small. Should be able to get it in the next couple of days.