./security/libfido2, U2F/FIDO/FIDO2 library and tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.14.0, Package name: libfido2-1.14.0, Maintainer: pkgsrc-users

libfido2 provides library functionality and command-line tools to
communicate with a FIDO device over USB, and to verify attestation and
assertion signatures.

libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
protocols.


Master sites:

Filesize: 644.813 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-07 13:35:46 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
libfido2: updated to 1.14.0

Version 1.14.0 (2023-11-13)

fido2-cred -M, fido2-token -G: support raw client data via -w flag.

winhello: support U2F AppID extension for assertions.

winhello: fix restrictive parsing of the hmac-secret on assertions.

winhello: translate NTE_USER_CANCELLED to FIDO_ERR_OPERATION_DENIED.

New API calls:

fido_assert_authdata_raw_len;

fido_assert_authdata_raw_ptr;

fido_assert_set_winhello_appid.
   2023-12-01 12:00:28 by Nia Alarie | Files touched by this commit (1)
Log message:
libfido2: Add a platform.mk to determine OS support in options.mk
   2023-11-07 08:25:30 by Jonathan Perkin | Files touched by this commit (1)
Log message:
libfido2: Re-enable builds for SunOS.
   2023-11-07 01:28:07 by Greg Troxel | Files touched by this commit (1)
Log message:
security/libfido2: Mark BROKEN_EXCEPT_ON_PLATFORM

Upstream has (ignoring Windows) explicit code for 6 platforms,
covering most pkgsrc usage except SunOS.  Because it ought to build on
systems that can support usbhid (and upstream even has an option to
disable usbhid), not building is BROKEN rather than ONLY_FOR.

Tested to build and pass tests on NetBSD 10 amd64.
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-20 21:10:40 by Tobias Nygren | Files touched by this commit (1)
Log message:
libfido2: needs mandoc
   2023-09-01 11:56:56 by Nia Alarie | Files touched by this commit (2)
Log message:
libfido2: -Werror with arbitrary toolchains considered harmful
   2023-07-30 10:28:23 by Nia Alarie | Files touched by this commit (1)
Log message:
libfido2: Requires udev on Linux.