NOTICE: This package has been removed from pkgsrc

./wip/ykclient, Libraries for online validation of Yubikey OTPs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.7, Package name: ykclient-2.7, Maintainer: pkgsrc-users

This package implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.


Required to run:
[www/curl]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: 947e69f165bdcdbb4c5bd746e2251622e7f37bac
RMD160: e6889c346cc5fbbc7f1f7af668b1e44f44653925
Filesize: 336.313 KB

Version history: (Expand)


CVS history: (Expand)


   2012-03-13 17:13:52 by Fredrik Pettai | Files touched by this commit (22) | Package removed
Log message:
Imported the yubico yubikey suite into pkgsrc-base
   2012-03-08 00:01:08 by Fredrik Pettai | Files touched by this commit (4)
Log message:
Version 2.7 (released 2011-11-23)

* Verify server signatures per default when a key is provided. The old
behavior can be restored with ykclient_set_verify_signature (ykc, 0);

* Return YKCLIENT_BAD_SERVER_SIGNATURE on missing signature.

Version 2.6 (released 2011-06-06)

* Use fprintf+exit instead of glibc-ism errx.

* Indent code and replace // comments with /* */ comments (for C89).

* Fix dates of releases for 2.4 and 2.5 below (2011 not 2010).

Version 2.5 (released 2011-05-31)

* Implement almost all of Validation protocol 2.0.
The part still known to be missing is parallell querys to all validation
servers using curl-multi.

Version 2.4 (released 2011-03-02)

* Add possibility to supply validation service URL.

* Make Validation protocol 2.0 servers not reject our requests.
They would reject our requests because they did not have a nonce
parameter.

* Add new API ykclient_set_ca_path to set a trusted CA certificates path.

* Fix issue with insecure rpath in the ykclient executable.

* Documentation converted to asciidoc after move to Github.
   2010-04-06 08:00:13 by Martti Kuparinen | Files touched by this commit (6) | Imported package
Log message:
Import ykclient-2.3 as wip/ykclient.

This package implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.