kanidm / webauthn-rs

An implementation of webauthn components for Rustlang servers
Mozilla Public License 2.0
464 stars 79 forks source link

YubiKey 5 vendor commands #415

Closed micolous closed 3 months ago

micolous commented 5 months ago

This adds support for reading the configuration of a YubiKey 5 series over USB with the FIDO2 interface, and a custom BER-TLV parser for YubiKey's not-quite-BER-TLV configuration format.

This is similar to #377.