From: Darren Tucker Date: Fri, 15 Nov 2019 03:01:00 +0000 (+1100) Subject: Add libfido2 to INSTALL. X-Git-Tag: V_8_2_P1~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf62307bc9758105913dcb91b418e4968ac2244d;p=thirdparty%2Fopenssh-portable.git Add libfido2 to INSTALL. --- diff --git a/INSTALL b/INSTALL index c598fe511..46fc9e98a 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 --------------------------