1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 10:52:18 +01:00
Klas Lindfors fc6f2ca033 try to check if postgres is running on travis
there seems to be issues where the postgres service isn't started when
our tests are run, would this help?
2014-08-27 08:14:28 +02:00
2014-08-14 13:59:36 +02:00
2012-06-12 09:23:32 +02:00
2014-06-26 13:15:01 +02:00
2010-04-23 18:07:10 +00:00
2014-02-19 09:50:54 +01:00
2013-02-04 17:39:36 +01:00
2014-08-27 07:55:59 +02:00
2014-08-18 13:13:56 +02:00
2014-08-12 14:33:53 +02:00
2013-01-30 11:26:09 +01:00
2013-01-30 11:26:09 +01:00
2013-04-17 17:24:50 +02:00
2013-02-04 17:39:36 +01:00
2013-02-04 17:39:36 +01:00
2013-03-12 15:31:52 +01:00
2013-01-30 11:26:09 +01:00
2013-01-30 11:26:09 +01:00
2013-03-12 09:35:11 +01:00
2013-03-12 15:31:52 +01:00
2013-01-30 11:26:09 +01:00
2013-01-30 11:26:09 +01:00
2013-02-04 17:39:36 +01:00
2013-02-04 17:39:36 +01:00
2013-02-04 17:39:36 +01:00
2013-01-30 11:26:09 +01:00
2013-02-04 17:39:36 +01:00
2013-04-17 17:24:50 +02:00
2014-01-07 12:38:10 +01:00
2014-01-07 12:38:10 +01:00
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/
Description
YubiKey OTP validation server in PHP
Readme 1.1 MiB
Languages
PHP 78.8%
Roff 12.6%
Makefile 4.2%
Perl 3.1%
Shell 1.3%