yubikey-ksm 1.15-4ubuntu1 source package in Ubuntu

Changelog

yubikey-ksm (1.15-4ubuntu1) xenial; urgency=medium

  * Update to PHP7.0 dependencies (LP: #1565918).

 -- Nishanth Aravamudan <email address hidden>  Mon, 04 Apr 2016 10:53:20 -0700

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yubikey-ksm_1.15.orig.tar.gz 25.0 KiB 2133786e9d81e3b1b65e65b86c93f94ad6104fade1964a8e26eba7dc56fa1503
yubikey-ksm_1.15-4ubuntu1.debian.tar.xz 16.6 KiB fe2b6bffc3af96c0506c991bc6c25ce6b1424d7ca94163f5dfe97b6b0d25763a
yubikey-ksm_1.15-4ubuntu1.dsc 2.1 KiB 4ec0e771c70308ed14dcfeaae5e5b63f27226a30bee33f51e00db923e607251f

Available diffs

View changes file

Binary packages built by this source

yubikey-ksm: Key Storage Module for YubiKey One-Time Password (OTP) tokens

 YubiKeys are USB tokens that act like keyboards and generate one-time
 passwords. This package contains a server written in PHP for use
 with Apache that decrypt YubiKey One-Time Passwords (OTPs), normally
 only used by YubiKey OTP validation servers. The architecture is
 that a set of validation servers manage the token counters and
 respond to OTP requests from clients, and utilize a set of back-end
 YubiKey Key Storage Module (KSM) servers to perform the actual AES
 key decryption. The protocols are openly published. This implementation
 store the AES keys in a database unencrypted, which can be protected
 using file-system encryption mechanisms Another KSM implementation
 is available in the yhsm-yubikey-ksm package that use the YubiHSM hardware
 to protect the decryption process. Sometimes the KSM runs on another
 server than the validation server, but it is possible to run both on
 the same machine. After installing and configuring this package you
 will have a YubiKey KSM server up and running via Apache.