tfa: fix hyperlink in doc comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-04 17:06:02 +01:00
parent 425b52586e
commit c70d98c90c

View File

@ -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 <https://fidoalliance.org/specs/fido-u2f-v1.2-ps-20170411/fido-u2f-raw-message-formats-v1.2-ps-20170411.html>
pub fn from_raw(data: &'a [u8]) -> Result<Self, Error> {
// [ 0x05 | 65b pubkey | 1b keyhandle len | keyhandle | certificate (1 DER obj) | signature ]