Add support for p256tag

This commit is contained in:
Jack Grigg
2025-12-08 03:45:43 +00:00
parent 4f13e2fc27
commit 0057a1825e
10 changed files with 453 additions and 8 deletions
+4
View File
@@ -632,6 +632,10 @@ impl Connection {
&self.pk
}
pub(crate) fn stub(&self) -> Stub {
Stub::new(self.yubikey.serial(), self.slot, &self.pk)
}
pub(crate) fn request_pin_if_necessary<E>(
&mut self,
callbacks: &mut dyn Callbacks<E>,