summaryrefslogtreecommitdiff
path: root/lib/libfido2/README.openbsd
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2021-10-26 21:36:25 +0000
committerDamien Miller <djm@cvs.openbsd.org>2021-10-26 21:36:25 +0000
commite6d3f01a195948db875b9c372ac072261902d388 (patch)
tree6b98c55c8412144ac1c7cc81a9c8d5f671071d62 /lib/libfido2/README.openbsd
parent9c4d72b5838d846ff57d043af38123f6fdd647f8 (diff)
update to libfido2 1.8.0; ok sthen@ "timing is fine" deraadt@
Diffstat (limited to 'lib/libfido2/README.openbsd')
-rw-r--r--lib/libfido2/README.openbsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libfido2/README.openbsd b/lib/libfido2/README.openbsd
index 643512b1d4f..90f48bcae32 100644
--- a/lib/libfido2/README.openbsd
+++ b/lib/libfido2/README.openbsd
@@ -1,4 +1,4 @@
-This is an import of https://github.com/Yubico/libfido2 1.5.0 (20200901)
+This is an import of https://github.com/Yubico/libfido2 1.8.0 (20210722)
Local changes:
@@ -7,3 +7,4 @@ 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