Use new persistent store library (and delete old)
This commit is contained in:
@@ -500,7 +500,7 @@ where
|
||||
let (signature, x5c) = match self.persistent_store.attestation_private_key()? {
|
||||
Some(attestation_private_key) => {
|
||||
let attestation_key =
|
||||
crypto::ecdsa::SecKey::from_bytes(attestation_private_key).unwrap();
|
||||
crypto::ecdsa::SecKey::from_bytes(&attestation_private_key).unwrap();
|
||||
let attestation_certificate = self
|
||||
.persistent_store
|
||||
.attestation_certificate()?
|
||||
|
||||
Reference in New Issue
Block a user