1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/lib/libfido2
2024-03-29 02:31:22 +00:00
..
man backport Xr fix 2022-08-31 06:23:06 +00:00
src Sync EVP_MD_meth removal with what landed upstream 2024-03-29 02:31:22 +00:00
LICENSE update to libfido2 1.8.0; ok sthen@ "timing is fine" deraadt@ 2021-10-26 21:36:23 +00:00
Makefile Avoid symbol collision with libcrypto 2022-11-13 14:09:17 +00:00
NEWS update libfido2 to 1.11.0, taking in just over a year of upstream 2022-08-29 03:04:29 +00:00
README.openbsd update libfido2 to 1.11.0, taking in just over a year of upstream 2022-08-29 03:04:29 +00:00
shlib_version crank libfido2 major version, it depends on libcbor and it just 2022-12-31 03:36:12 +00:00

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