Open nak3 opened 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.
store.load_data()
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.