1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-30 23:43:56 +00:00

Update u2f to 0.2, which requires OpenSSL but also might solve the problems we've had with certificates.

The rust image doesn't need installing curl or tar, so removed. Also collapsed ENV lines.
This commit is contained in:
Daniel García 2020-01-18 20:09:52 +01:00
parent c0ba3406ef
commit 84ed185579
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
16 changed files with 109 additions and 241 deletions

View file

@ -92,6 +92,7 @@ struct RegistrationDef {
key_handle: Vec<u8>,
pub_key: Vec<u8>,
attestation_cert: Option<Vec<u8>>,
device_name: Option<String>,
}
#[derive(Serialize, Deserialize)]