Merge pull request #36 from neuhaus/patch-2

typos etc
This commit is contained in:
Klas Lindfors
2015-12-10 12:23:12 +01:00
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ACTION!="add|change", GOTO="u2f_end"
# Yubico YubiKey
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", GROUP="plugdev", MODE="0660"
# Happlink (formaly Plug-Up) Security KEY
# Happlink (formerly Plug-Up) Security KEY
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", GROUP="plugdev", MODE="0660"
# Neowave Keydo and Keydo AES
+1 -1
View File
@@ -4,7 +4,7 @@ ACTION!="add|change", GOTO="u2f_end"
# Yubico YubiKey
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"
# Happlink (formaly Plug-Up) Security KEY
# Happlink (formerly Plug-Up) Security KEY
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", TAG+="uaccess"
# Neowave Keydo and Keydo AES
+5 -5
View File
@@ -4,14 +4,14 @@ Yubico Universal 2nd Factor (U2F) Host C Library
Introduction
------------
Libu2f-host provide a C library and command-line tool that implements
Libu2f-host provides a C library and command-line tool that implements
the host-side of the U2F protocol. There are APIs to talk to a U2F
device and perform the U2F Register and U2F Authenticate operations.
License
-------
The library is licensed under the LGPLv2+ license. The command line
The library is licensed under the LGPLv2+ license. The command-line
tool and some other files are licensed under the GPLv3+ license. The
license for each file should be clear from the comments at the top of
it. See the files COPYING (for GPLv3) and COPYING.LGPLv2 for complete
@@ -26,7 +26,7 @@ Usage
The library usage is documented in the API manual, see gtk-doc/html/
after you built with `./configure --enable-gtk-doc`.
There is a command line utility that is useful for debugging or
There is a command-line utility that is useful for debugging or
testing. We describe how you could use it here.
=== Register
@@ -68,7 +68,7 @@ The output from that web service is JSON with some information.
----
=== Authenticate
To authenticate (aka sign) you should acquire a challenge somehow.
To authenticate (aka sign), you should acquire a challenge somehow.
Our demo server provides them.
$ curl 'https://demo.yubico.com/wsapi/u2f/sign?username=jas&password=foo' > foo
@@ -122,7 +122,7 @@ All of the above can be installed in Debian via:
=== Instructions
This project uses autoconf, automake and libtool to achieve
portability and ease of use. If you downloaded a tarball, build it as
follows.
follows:
$ ./configure --enable-gtk-doc
$ make check && sudo make install
+1 -1
View File
@@ -24,7 +24,7 @@ use the following:
echo -e '\x01\x00\x00\x00' | u2f-host -d -a sendrecv -c c0
For mode-switching in other modes (OTP, CCID or combo modes), we
recommend the following libraries and command line tools instead:
recommend the following libraries and command-line tools instead:
For OTP-modes:: https://developers.yubico.com/yubikey-personalization[YubiKey Personalization]