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
Jean Paul Galea dfdc4610d6 Refactor.
- make it easier to follow what is happenining in queue().
2015-07-15 17:01:51 +02:00
doc use https URL to allow anonymous cloning 2015-05-19 14:22:13 -04:00
travis again try to fix up the travis run for postfix 2014-08-27 08:31:55 +02:00
.gitignore ignore release artifacts 2012-06-12 09:23:32 +02:00
.travis.yml travis doesn't have php 5.2 anymore 2015-02-11 09:59:13 +01:00
AUTHORS Simplify license headers. 2010-04-23 18:07:10 +00:00
BLURB Doc fix. 2014-09-24 17:59:31 +02:00
COPYING Updated copyright headers. 2013-02-04 17:39:36 +01:00
Makefile bump versions 2015-05-27 13:17:15 +02:00
NEWS bump versions 2015-05-27 13:17:15 +02:00
README Update README 2014-10-29 14:17:50 +01:00
README.adoc symlinked README 2014-10-29 14:18:58 +01:00
ykval-checksum-clients Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-checksum-clients.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-checksum-deactivated Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-checksum-deactivated.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-common.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-config.php Cosmetic changes. 2015-07-15 15:05:04 +02:00
ykval-db-oci.php Remove trailing whitespace. 2015-07-15 16:55:06 +02:00
ykval-db-pdo.php Remove trailing whitespace. 2015-07-15 16:55:06 +02:00
ykval-db.oracle.sql Remove trailing whitespace. 2015-07-15 16:55:06 +02:00
ykval-db.php Drop php closing tags. 2015-07-15 15:14:25 +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 Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-export-clients Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-export-clients.1 change wiki links 2014-09-23 10:36:39 +02:00
ykval-export.1 change wiki links 2014-09-23 10:36:39 +02:00
ykval-gen-clients add newline in help text 2015-07-02 13:36:49 +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 change wiki links 2014-09-23 10:36:39 +02:00
ykval-import.1 change wiki links 2014-09-23 10:36:39 +02:00
ykval-log.php Cosmetic changes. 2015-07-15 15:26:24 +02:00
ykval-munin-ksmlatency.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-munin-ksmresponses.pl add munin plugin for parsing out ksmresponses 2014-09-25 09:37:30 +02:00
ykval-munin-queuelength.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-munin-responses.pl change to use variable file handle instead of bare-word 2014-09-25 09:37:30 +02:00
ykval-munin-vallatency.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-munin-yubikeystats.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-nagios-queuelength.1 Added link to upgrade.yubico.com 2015-02-11 09:39:01 +01:00
ykval-nagios-queuelength.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-ping.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-queue Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-queue.1 Added man pages. 2013-01-30 11:26:09 +01:00
ykval-resync.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-revoke.php Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-sync.php Cosmetic changes. 2015-07-15 15:38:22 +02:00
ykval-synchronize Drop php closing tags. 2015-07-15 15:14:25 +02:00
ykval-synchronize.1 Added man page for ykval-synchronize. 2013-02-13 15:22:41 +01:00
ykval-synclib.php Refactor. 2015-07-15 17:01:51 +02:00
ykval-verify.php Drop php closing tags. 2015-07-15 15:14:25 +02:00

== 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.