src/lib/libfido2
purplerain 784d5aeff3
sync with OpenBSD -current
2024-03-29 19:36:15 +00:00
..
man sync with OpenBSD -current 2023-12-02 11:08:21 +00:00
src sync with OpenBSD -current 2024-03-29 19:36:15 +00:00
LICENSE SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
Makefile SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
NEWS SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
README.openbsd SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
shlib_version SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00

README.openbsd

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