Merge branch 'master' into wipe

This commit is contained in:
Julien Cretin
2020-03-18 10:59:24 +01:00
31 changed files with 1378 additions and 1199 deletions

View File

@@ -453,6 +453,7 @@ mod test {
rp_id: String::from(rp_id),
user_handle,
other_ui: None,
cred_random: None,
}
}
@@ -621,6 +622,7 @@ mod test {
rp_id: String::from("example.com"),
user_handle: vec![0x00],
other_ui: None,
cred_random: None,
};
assert_eq!(found_credential, Some(expected_credential));
}