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
Simon Josefsson 33076b2670 Version 2.24.
2013-09-18 17:10:26 +02:00
doc@b0b6a75ec1 Bump. 2013-09-18 17:05:53 +02: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 Updated copyright headers. 2013-02-04 17:39:36 +01:00
Makefile Improve README and include in tarball. 2013-09-18 17:09:37 +02:00
NEWS Version 2.24. 2013-09-18 17:10:26 +02:00
README Improve README and include in tarball. 2013-09-18 17:09:37 +02:00
ykval-checksum-clients Removed empty line from output. 2013-03-12 15:31:52 +01:00
ykval-checksum-clients.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-checksum-deactivated Removed empty line from output. 2013-03-12 15:31:52 +01:00
ykval-checksum-deactivated.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-common.php Use LF as EOL consistently. 2013-04-17 17:24:50 +02:00
ykval-config.php Use LF as EOL consistently. 2013-04-17 17:24:50 +02:00
ykval-db-oci.php add license to ykval-db-oci.php 2013-07-03 14:30:05 +02:00
ykval-db-pdo.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-db.oracle.sql 40 char nonce for oracle as well 2012-06-13 13:29:40 +02:00
ykval-db.php Updated copyright headers. 2013-02-04 17:39:36 +01: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 empty line from output. 2013-03-12 15:31:52 +01:00
ykval-export-clients Removed empty line from output. 2013-03-12 15:31:52 +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-gen-clients Remove space after comma in csv output. 2013-06-11 16:10:51 +02:00
ykval-gen-clients.1 Added ykval-gen-clients.1 2013-03-12 09:35:11 +01:00
ykval-import Removed empty line from output. 2013-03-12 15:31:52 +01:00
ykval-import-clients Removed empty line from output. 2013-03-12 15:31:52 +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 Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-munin-ksmlatency.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-munin-queuelength.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-munin-responses.pl Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-munin-vallatency.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-munin-yubikeystats.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-ping.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-queue Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-queue.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-resync.php Added full resync by sending yk=all. 2013-02-13 12:50:06 +01:00
ykval-revoke.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-sync.php Use LF as EOL consistently. 2013-04-17 17:24:50 +02:00
ykval-synchronize Removed empty line from output. 2013-03-12 15:31:52 +01:00
ykval-synchronize.1 Added man page for ykval-synchronize. 2013-02-13 15:22:41 +01:00
ykval-synclib.php Updated copyright headers. 2013-02-04 17:39:36 +01:00
ykval-verify.php Use LF as EOL consistently. 2013-04-17 17:24:50 +02:00

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

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

The server implements the Yubico API protocol as defined in
doc/ValidationProtocol*.

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