[BACK]Return to README.openbsd CVS log [TXT][DIR] Up to [local] / src / lib / libfido2

File: [local] / src / lib / libfido2 / README.openbsd (download)

Revision 1.7, Mon Aug 29 03:04:29 2022 UTC (21 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.6: +1 -1 lines

update libfido2 to 1.11.0, taking in just over a year of upstream
development. "looks ok" miod@ ok sthen@

NB. libfido2 major bump

This is an import of https://github.com/Yubico/libfido2 1.11.0 (2022-05-03)

Local changes:

Only a subset of the upstream files have been imported: src/, man/ and LICENSE.

The CMake-based build system has been replaced with a fixed Makefile.

src/hid_openbsd.c has been adapted to use the fido(4) device.
src/random.c has had CSPRNG interfaces other than arc4random_buf(4) removed