update to ykpers 1.9.0

- new tool ykinfo prints serial number, version, touch level from a yubikey
- add -z flag to ykpersonalize to zap configuration on yubikey
- fix PBKDF2 implementation
- new yk_challenge_response() lib function for challenge/response with a key
This commit is contained in:
sthen 2012-11-08 21:46:21 +00:00
parent 84e4185784
commit 2e583aadb5
3 changed files with 9 additions and 10 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2012/09/06 10:04:46 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2012/11/08 21:46:21 sthen Exp $
COMMENT= library and tool to program YubiKeys
COMMENT= library and tools to program YubiKeys
DISTNAME= ykpers-1.7.0
REVISION= 0
DISTNAME= ykpers-1.9.0
SHARED_LIBS += ykpers-1 0.0 # 7.3

View File

@ -1,5 +1,2 @@
MD5 (ykpers-1.7.0.tar.gz) = 0gmhPjBzzZImXMBJBMG9mQ==
RMD160 (ykpers-1.7.0.tar.gz) = zDscFKuelEa3LUhhXX2SHPgakFg=
SHA1 (ykpers-1.7.0.tar.gz) = 3jJRB8HW6dOmEZnK1e6sabmKNtc=
SHA256 (ykpers-1.7.0.tar.gz) = cKKjA8Kx3ChSqx+8lGFkbHnjgprkt8QZxOQyQz5BLtQ=
SIZE (ykpers-1.7.0.tar.gz) = 433901
SHA256 (ykpers-1.9.0.tar.gz) = ViRZPSPFp+px0Hef4E8rDgRASplgDsj8AIMxaAtGDUg=
SIZE (ykpers-1.9.0.tar.gz) = 454253

View File

@ -1,10 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/20 15:34:47 sthen Exp $
@comment $OpenBSD: PLIST,v 1.2 2012/11/08 21:46:21 sthen Exp $
%%SHARED%%
@bin bin/ykchalresp
@bin bin/ykinfo
@bin bin/ykpersonalize
include/ykpers-1/
include/ykpers-1/ykcore.h
include/ykpers-1/ykdef.h
include/ykpers-1/ykpbkdf2.h
include/ykpers-1/ykpers.h
include/ykpers-1/ykstatus.h
lib/libykpers-1.a
@ -12,4 +14,5 @@ lib/libykpers-1.la
lib/pkgconfig/
lib/pkgconfig/ykpers-1.pc
@man man/man1/ykchalresp.1
@man man/man1/ykinfo.1
@man man/man1/ykpersonalize.1