briansmith / webpki

WebPKI X.509 Certificate Validation in Rust
https://briansmith.org/rustdoc/webpki/
Other
463 stars 166 forks source link

Add u2f attestation support #57

Open briansmith opened 7 years ago

briansmith commented 7 years ago

AFAICT, Yubico's attestation certificates don't include any EKU or key usage fields. Presumably we shouldn't verify for an EKU and the key usage should be digitalSignature.

/cc @wisespace-io @robn

briansmith commented 7 years ago

See also https://fidoalliance.org/specs/fido-v2.0-ps-20150904/FIDO-COMPLETE-v2.0-ps-20150904.pdf.

briansmith commented 7 years ago

See also https://github.com/briansmith/webpki/pull/40#issuecomment-329984420

/cc @cmsd2

targodan commented 5 years ago

Just wanted to poke at this.

Apparently this issue prevents me from using my YubiKey with bitwardenrs. See #bitwarden_rs/272