1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00
YubiKey OTP validation server in PHP
Go to file
2013-01-31 14:09:48 +01:00
doc@d32ab96dc2 Updated doc. 2013-01-31 12:42:31 +01:00
tests refactoring. removed unneccessary SQL query 2010-01-14 12:15:26 +00:00
.gitignore ignore release artifacts 2012-06-12 09:23:32 +02:00
.gitmodules Updated remote of doc submodule. 2013-01-28 13:15:10 +01:00
AUTHORS Simplify license headers. 2010-04-23 18:07:10 +00:00
COPYING Bump version and copyright information. 2012-01-23 19:42:40 +00:00
Makefile Added quoting of versions for Jekyll 2013-01-31 14:09:48 +01:00
NEWS Updated NEWS for 2.20 2013-01-31 13:27:56 +01:00
README Updated README 2013-01-30 14:48:09 +01:00
ykval-checksum-clients Removed file extensions of executables. 2013-01-29 15:02:28 +01:00
ykval-checksum-clients.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-checksum-deactivated Removed file extensions of executables. 2013-01-29 15:02:28 +01:00
ykval-checksum-deactivated.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-common.php Fix errors with our new logging code :( 2012-06-15 11:59:42 +02:00
ykval-config.php Made ykval-config.php work out of the box. 2013-01-28 15:29:48 +01:00
ykval-db-oci.php fix Oracle query in findByMultiple + getRowValue is not needed anymore 2012-06-28 14:53:54 +02:00
ykval-db-pdo.php do $res->rowCount() instead of count($res->fetchAll()) 2012-06-29 10:36:32 +02:00
ykval-db.oracle.sql 40 char nonce for oracle as well 2012-06-13 13:29:40 +02:00
ykval-db.php remove bareword oci 2012-06-12 14:25:54 +02:00
ykval-db.sql raise nonce limit to 40 chars as that's what we say in the documentation 2012-05-08 13:41:11 +02:00
ykval-export Removed file extensions of executables. 2013-01-29 15:02:28 +01:00
ykval-export-clients Removed file extensions of executables. 2013-01-29 15:02:28 +01:00
ykval-export-clients.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-export.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-import Basic handling of #comments and empty lines in import tools. 2013-01-30 09:51:07 +01:00
ykval-import-clients Basic handling of #comments and empty lines in import tools. 2013-01-30 09:51:07 +01:00
ykval-import-clients.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-import.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-log.php delete-trailing-whitespace 2012-05-29 11:07:19 +02:00
ykval-munin-ksmlatency.php Use yubikey-val instead of ykval in paths, configuration in /etc/yubico/val 2013-01-28 13:12:46 +01:00
ykval-munin-queuelength.php Use yubikey-val instead of ykval in paths, configuration in /etc/yubico/val 2013-01-28 13:12:46 +01:00
ykval-munin-responses.pl Made ykval-munin-responses use /var/log/syslog. 2013-01-29 14:43:26 +01:00
ykval-munin-vallatency.php Use yubikey-val instead of ykval in paths, configuration in /etc/yubico/val 2013-01-28 13:12:46 +01:00
ykval-munin-yubikeystats.php Use yubikey-val instead of ykval in paths, configuration in /etc/yubico/val 2013-01-28 13:12:46 +01:00
ykval-ping.php delete-trailing-whitespace 2012-05-29 11:07:19 +02:00
ykval-queue Removed file extensions of executables. 2013-01-29 15:02:28 +01:00
ykval-queue.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-resync.php mend things broken after db rewrite merge. 2012-08-22 13:21:24 +02:00
ykval-revoke.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-sync.php Less verbose logging when verifying remote IP. 2012-06-18 12:42:39 +02:00
ykval-synclib.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00
ykval-verify.php Merge branch 'master' into feature/oracle_support 2012-06-29 10:33:41 +02:00

yubikey-val
===========

The YubiKey Validation Server (YK-VAL) is a server that validates Yubikey OTPs. It is written in PHP, for use with web servers such as Apache.

The server implements the Yubico API protocol as defined in:

http://yubico.com/developers/api/

This server talks to another service for decrypting the OTPs, to avoid storing any AES keys within the validation server. One implementation of this service is YKKSM:

https://github.com/Yubico/yubikey-ksm

Another implementation of a KSM using the YubiHSM hardware is Python-PyHSM:

https://github.com/Yubico/python-pyhsm

Note that version 1.x is a minimal centralized server. Version 2.x is a replicated system that uses multiple machines.

Releases are available from:

http://yubico.github.com/yubikey-val/releases.html

Documentation is in doc/

If you've checked out the source tree and the doc/ dir is empty, do

    $ git submodule init
    $ git submodule update

The documentation is also available online at

    http://github.com/Yubico/yubikey-val/wiki