From c70d98c90c10e4c6cef9fefe3e662a1ad3712c01 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 4 Feb 2022 17:06:02 +0100 Subject: [PATCH] tfa: fix hyperlink in doc comment Signed-off-by: Thomas Lamprecht --- proxmox-tfa/src/u2f.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-tfa/src/u2f.rs b/proxmox-tfa/src/u2f.rs index 60a45336..732b95c5 100644 --- a/proxmox-tfa/src/u2f.rs +++ b/proxmox-tfa/src/u2f.rs @@ -351,7 +351,7 @@ pub struct RegistrationResponseData<'a> { impl<'a> RegistrationResponseData<'a> { /// Parse the binary registration data into its parts and extract the certificate's public key. /// - /// See https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-raw-message-formats-v1.2-ps-20170411.html + /// See pub fn from_raw(data: &'a [u8]) -> Result { // [ 0x05 | 65b pubkey | 1b keyhandle len | keyhandle | certificate (1 DER obj) | signature ]