summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-15 14:01:00 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-15 14:01:20 +1100
commitcf62307bc9758105913dcb91b418e4968ac2244d (patch)
tree883611d602cf7bd54827fb798e18247d4d1b8c65 /INSTALL
parent69fbda1894349d1f420c842dfcbcc883239d1aa7 (diff)
Add libfido2 to INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c598fe51..46fc9e98 100644
--- a/INSTALL
+++ b/INSTALL
@@ -111,6 +111,15 @@ If you are making significant changes to the code you may need to rebuild
the dependency (.depend) file using "make depend", which requires the
"makedepend" tool from the X11 distribution.
+libfido2:
+
+libfido2 allows the use of hardware security keys over USB. libfido2
+in turn depends on libcbor.
+
+https://github.com/Yubico/libfido2
+https://github.com/pjk/libcbor
+
+
2. Building / Installation
--------------------------