fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
62 stars 34 forks source link

[DO NOT MERGE] chore: add integration test for plain-di #478

Open nak3 opened 1 year ago

nak3 commented 1 year ago

This PR demonstrates the issue of https://github.com/fedora-iot/fido-device-onboard-rs/issues/477 The test passes because the it does not load the public key but it fails if the public key is loaded by store.load_data() as current code does.