mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-04-07 23:53:52 +02:00
- plugin assumed URL uses a hostname (no static ips) and that hostname resolves to both ipv4 and ipv6. - if we want to differentiate stats between ipv4 and ipv6, we need to re-think this and do it in a smart way. - for now we prefer to allow cURL to pick whatever IP it resolves, and run the latency test on that. - signed off by Klas Lindfors.
== YubiKey OTP Validation Server == The YubiKey Validation Server (YK-VAL) is a server that validates Yubikey One-Time Passwords (OTPs). YK-VAL is written in PHP, for use behind web servers such as Apache. General ------- The server implements the Yubico API protocol as defined in doc/ValidationProtocol* and further documentation is also available in the doc/ subdirectory. This server talks to a KSM service for decrypting the OTPs, to avoid storing any AES keys on the validation server. One implementation of this service is the https://developers.yubico.com/yubikey-ksm[YubiKey-KSM], and another implementation using the YubiHSM hardware is https://developers.yubico.com/python-pyhsm[PyHSM]. Note that version 1.x is a minimal centralized server. Version 2.x is a replicated system that uses multiple machines. License ------- The project is licensed under a BSD license. See the file COPYING for exact wording. For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval.
Description
Languages
PHP
78.8%
Roff
12.6%
Makefile
4.2%
Perl
3.1%
Shell
1.3%