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:
parent
c0ba3406ef
commit
84ed185579
16 changed files with 109 additions and 241 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue