debian/0000755000000000000000000000000012215552571007173 5ustar debian/dirs0000644000000000000000000000001012215552464010047 0ustar usr/bin debian/compat0000644000000000000000000000000212215552464010372 0ustar 9 debian/copyright0000644000000000000000000000354012215552464011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Yubikey Personalization Source: http://code.google.com/p/yubikey-personalization/ https://github.com/Yubico/yubikey-personalization Files: * Copyright: Copyright (c) 2008-2013 Yubico AB Copyright (c) 2009-2010 Tollef Fog Heen Copyright (c) 2009 Christer Kaivo-oja Copyright (c) 2010 Simon Josefsson Copyright (c) 2003, 2004 Richard Levitte Copyright (c) 2010 David Dindorp License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/libykpers-1-dev.install0000644000000000000000000000013212215552464013476 0ustar usr/lib/*/libykpers-1.so usr/lib/*/libykpers-1.a usr/lib/*/pkgconfig usr/include/ykpers-1 debian/rules0000755000000000000000000000055212215552464010256 0ustar #! /usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --parallel --with autoreconf --builddirectory=build override_dh_install: chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykpersonalize find debian/tmp -name \*.la -delete dh_install --fail-missing override_dh_auto_configure: dh_auto_configure -- --with-udevrulesdir=/lib/udev/rules.d \ --disable-silent-rules debian/watch0000644000000000000000000000014612215552464010226 0ustar version=3 http://yubico.github.io/yubikey-personalization/releases.html .*/ykpers-(\d[\d.]*)\.tar\.gz debian/gitpkg-hook.sh0000755000000000000000000000071712215552464011763 0ustar #! /bin/sh # This file is used by gitpkg to extract a byte identical .orig.tar.gz # file using pristine-tar. To use it you need pristine-tar, and to # configure HOOK_FILE=debian/gitpkg-hook.sh in one of the places that # gitpkg looks (currently _not_ the environment). ORIGTGZ="${DEB_DIR}/${DEB_SOURCE}/${DEB_SOURCE}_${DEB_VERSION%-*}.orig.tar.gz" echo "(cd $REPO_ROOT && pristine-tar checkout ${ORIGTGZ})" (cd $REPO_ROOT && pristine-tar checkout ${ORIGTGZ}) debian/README.source0000644000000000000000000000447012215552464011360 0ustar The recommended way to get the git repo of this package is to clone the git repository and then use gitpkg(1). For gitpkg to do its work best, you should have the following settings in .git/config: [gitpkg] deb-export-hook = /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook pre-export-hook = /usr/share/gitpkg/hooks/pristine-tar-pre-export-hook create-fake-orig = false force-overwrite-orig = false After you have hacked on the source and committed, run gitpkg HEAD (or gitpkg $treeish) and you get a source package in ../deb-packages/yubikey-personalization/. Example initial checkout: $ git clone git@git.err.no:yubikey-personalization yubikey-personalization-dpkg $ cd yubikey-personalization-dpkg $ git config gitpkg.deb-export-hook /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook $ git config gitpkg.pre-export-hook /usr/share/gitpkg/hooks/pristine-tar-pre-export-hook $ git config gitpkg.create-fake-orig false $ git config gitpkg.force-overwrite-orig false To merge in a new upstream version do: $ git remote add yubico git@github.com:Yubico/yubikey-personalization.git $ git pull yubico $ git checkout master $ git merge $ git checkout debian $ git merge master [update debian/ files and commit as appropriate] $ git tag -s yubikey-personalization_$debversion Preserve the upstream tarball: $ cp ../path/to/ykpers-X.Y.Z.tar.gz yubikey-personalization_X.Y.Z.orig.tar.gz $ pristine-tar commit yubikey-personalization_X.Y.Z.orig.tar.gz master To build the package you first initialize cowbuilder, for example: $ sudo cowbuilder --create --distribution sid --mirror http://http.debian.net/debian --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" --basepath /var/cache/pbuilder/base-debian-sid.cow Optionally update cowbuilder: $ sudo cowbuilder --update --basepath /var/cache/pbuilder/base-debian-sid.cow Build the package: $ gitpkg HEAD $ cd ../deb-packages/yubikey-personalization/yubikey-personalization-$VER/ $ pdebuild --auto-debsign --pbuilder cowbuilder -- --twice --basepath /var/cache/pbuilder/base-debian-sid.cow If all goes well, you should have newly built packages in /var/cache/pbuilder/result/. -- Tollef Fog Heen , Fri, 9 Dec 2011 23:24:53 +0100 -- Simon Josefsson , Thu, 04 Apr 2013 09:03:50 +0200 debian/control0000644000000000000000000000352612215552464010605 0ustar Source: yubikey-personalization Section: utils Priority: extra Maintainer: Tollef Fog Heen Uploaders: Simon Josefsson , Klas Lindfors , Dain Nilsson Build-Depends: debhelper (>= 9), autotools-dev, libusb-1.0-0-dev [!hurd-i386], libusb-dev [hurd-i386], libyubikey-dev(>= 1.5), libjson0-dev, chrpath, pkg-config, dh-autoreconf Standards-Version: 3.9.4 Homepage: http://yubico.github.io/yubikey-personalization/ Vcs-Git: git://git.err.no/yubikey-personalization/ Vcs-Browser: http://git.err.no/cgi-bin/gitweb.cgi?p=yubikey-personalization;a=summary Package: yubikey-personalization Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Personalization tool for Yubikey OTP tokens YubiKeys are USB tokens that act like keyboards and generate one-time or static passwords. . This is a tool to customize the tokens with your own cryptographic key, user id and so on. Package: libykpers-1-1 Architecture: any Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: yubikey-personalization (<< 1.12.0-4) Breaks: yubikey-personalization (<< 1.12.0-4) Multi-Arch: same Description: Library for personalization of YubiKey OTP tokens YubiKeys are USB tokens that act like keyboards and generate one-time or static passwords. . This package contains the run-time shared library needed for the personalization tool. You normally don't need to install it manually. Package: libykpers-1-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libykpers-1-1 (= ${binary:Version}) Description: Development files for the YubiKey OTP personalization library YubiKeys are USB tokens that act like keyboards and generate one-time or static passwords. . This package contains the development files for the library. debian/docs0000644000000000000000000000001412215552464010042 0ustar NEWS README debian/libykpers-1-1.install0000644000000000000000000000007412215552464013065 0ustar usr/lib/*/libykpers-1.so.* lib/udev/rules.d/*-yubikey.rules debian/yubikey-personalization.install0000644000000000000000000000002612215552464015462 0ustar usr/bin usr/share/man debian/changelog0000644000000000000000000001666112215552464011060 0ustar yubikey-personalization (1.14.1-1) unstable; urgency=low * New upstream version. -- Simon Josefsson Mon, 16 Sep 2013 11:47:17 +0200 yubikey-personalization (1.14.0-2) unstable; urgency=low * Loosen udev filename regex. Closes: #717490. -- Simon Josefsson Wed, 24 Jul 2013 01:29:28 +0200 yubikey-personalization (1.14.0-1) unstable; urgency=low * New upstream version. * Updated symbols file. * Change Homepage to point at github page. * Change libusb build-depend to make sure we never get libusb 0.1 on non-hurd. -- Simon Josefsson Fri, 12 Jul 2013 11:36:42 +0200 yubikey-personalization (1.13.0-2) unstable; urgency=low * Update watch file (moved from google code to github). -- Simon Josefsson Mon, 22 Apr 2013 14:15:12 +0200 yubikey-personalization (1.13.0-1) unstable; urgency=low * New upstream version. * Depend on libjson0-dev for new YCFG functionality. * Updated symbols file. * Update debian/source/options for files not in tarball. -- Simon Josefsson Mon, 22 Apr 2013 13:50:12 +0200 yubikey-personalization (1.12.0-5) unstable; urgency=low * Build-depend on either libusb1 or libusb, for wider architecture support (e.g., hurd-i386). * Add Replaces/Break on libykpers-1-1 since a file was moved between packages. Closes: #704852. -- Simon Josefsson Mon, 08 Apr 2013 12:25:21 +0200 yubikey-personalization (1.12.0-4) unstable; urgency=low * Move udev file to libykpers package. Closes: #692967. -- Simon Josefsson Thu, 04 Apr 2013 15:07:36 +0200 yubikey-personalization (1.12.0-3) unstable; urgency=low * Moved from experimental to unstable after testing. Closes: #697138. * Disable silent rules (W-compiler-flags-hidden). * Use machine readable copyright file. -- Simon Josefsson Thu, 04 Apr 2013 12:13:40 +0200 yubikey-personalization (1.12.0-2) experimental; urgency=low * Fix .symbols file for 1.7 release (lintian symbols-file-contains-debian-revision). * Drop duplicate Homepage: fields in control file (lintian binary-control-field-duplicates-source). * Add watch file (lintian debian-watch-file-is-missing). * Update standards version to 3.9.4. * Use "3.0 (quilt)" in new source/format file. * Bump debhelper version requirement (lintian package-needs-versioned-debhelper-build-depends). * Improve package descriptions (lintian duplicate-short-description). * Drop Fredrik as uploader, add Klas and Dain. * Remove obsolete 'DM-Upload-Allowed'. * Add debian/source/options for files that are in git but not in tarball. -- Simon Josefsson Thu, 04 Apr 2013 09:11:36 +0200 yubikey-personalization (1.12.0-1) experimental; urgency=low * New upstream version. * Update .symbols file for new symbols. -- Simon Josefsson Wed, 03 Apr 2013 21:36:32 +0200 yubikey-personalization (1.7.0-1) unstable; urgency=low * New upstream version * Add Fredrik and Simon to uploaders as well as DM-Upload-Allowed: yes * Update .symbols file for new symbols -- Tollef Fog Heen Fri, 29 Jun 2012 08:30:35 +0200 yubikey-personalization (1.6.4-1) unstable; urgency=low * New upstream version. * Make sure we actually install udev rules file, thanks to Fredrik Thulin for the patch. -- Tollef Fog Heen Thu, 31 May 2012 23:19:29 +0200 yubikey-personalization (1.6.3-1) unstable; urgency=low * New upstream release, this fixes #636190 for real. * Add link to git tree -- Tollef Fog Heen Wed, 21 Dec 2011 16:19:59 +0100 yubikey-personalization (1.6.2-1) unstable; urgency=low * New upstream release. -- Tollef Fog Heen Fri, 09 Dec 2011 23:01:28 +0100 yubikey-personalization (1.6.1-1) unstable; urgency=low * New upstream release, hopefully fixing FTBFS-es. Closes: #636190 * Drop docs no longer present in upstream tarball. * Update symbols file for new symbols upstream. * Multiarchify, bumping debhelper compat level and adjusting paths in install files. * Use find rather than plain rm to nuke .la files. * Fix up dh_install call, --builddirectory is not a valid parameter. -- Tollef Fog Heen Fri, 26 Aug 2011 08:13:24 +0200 yubikey-personalization (1.5.1-1) unstable; urgency=low * New upstream version. * Add udev rules to grant the console user access to the usbdevfs device node in order to both program USB tokens and use the challenge/response functionality. * Change build system to dh. * Make libykpers-1-dev depend on libykpers-1-1 of the same version. Thanks to Fredrik Thulin at Yubico for spotting this. -- Tollef Fog Heen Thu, 28 Apr 2011 22:41:02 +0200 yubikey-personalization (1.5.0-1) unstable; urgency=low * New upstream release * Adjust install rules for new binary, ykchalresp. * Update symbols file for new symbols -- Tollef Fog Heen Wed, 09 Mar 2011 20:06:30 +0100 yubikey-personalization (1.4.1-1) unstable; urgency=low * New upstream release * Update debian/docs to accomodate new paths * Update symbols file for new symbols. -- Tollef Fog Heen Tue, 18 Jan 2011 19:43:15 +0100 yubikey-personalization (1.3.5-1) unstable; urgency=low * New upstream release - Fix salt in AES key generation Closes: #608443 * Update link to Yubikey manual * Document modhex. Closes: #593937. -- Tollef Fog Heen Fri, 31 Dec 2010 09:16:31 +0100 yubikey-personalization (1.3.2-1) unstable; urgency=low * New upstream release: - Fix typo in output - Mark 0.9.9 keys as supported. -- Tollef Fog Heen Tue, 23 Mar 2010 22:19:12 +0100 yubikey-personalization (1.3.1-1) unstable; urgency=low * New upstream release with OATH-HOTP support. Also supports newer firmwares. Closes: #565150. * Update symbols file with new symbols. -- Tollef Fog Heen Sat, 30 Jan 2010 12:53:08 +0100 yubikey-personalization (1.1-1) unstable; urgency=low * New upstream release, minor fixes. * Add some more docs to the installed package. Closes: #548238 -- Tollef Fog Heen Sat, 03 Oct 2009 21:45:59 +0200 yubikey-personalization (1.0-1) unstable; urgency=low * New upstream version -- Tollef Fog Heen Fri, 18 Sep 2009 09:16:02 +0200 yubikey-personalization (0.99-1) unstable; urgency=low * New upstream release - Exit with non-0 return code when yubikey is not present. - ykpersonalize.1: Keep in sync with tool. -- Tollef Fog Heen Sun, 13 Sep 2009 09:14:55 +0200 yubikey-personalization (0.97-1) unstable; urgency=low * New upstream version - Limit the amount of symbols exported. - Make -h work when there's no yubikey plugged in too - Add link to reference manual for explanation of options * Bump build-depends for libyubikey-dev to 1.5 or higher. * Add some missing copyrights to debian/copyright, thanks to Chris Lamb for noticing. -- Tollef Fog Heen Sat, 05 Sep 2009 11:43:54 +0200 yubikey-personalization (0.96-1) unstable; urgency=low * New upstream release -- Tollef Fog Heen Sat, 29 Aug 2009 11:20:27 +0200 yubikey-personalization (0.95-1) unstable; urgency=low * Initial release -- Tollef Fog Heen Fri, 21 Aug 2009 18:39:57 +0200 debian/source/0000755000000000000000000000000012215552464010474 5ustar debian/source/format0000644000000000000000000000001412215552464011702 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000024212215552464012110 0ustar diff-ignore=build-and-test.sh|.travis.yml|.gitignore|.gitmodules|contrib/draft-josefsson-yubikey-config.xml|ykpers4mac.mk|tests/ykpers-args.h|tests/ykpers-args.c debian/libykpers-1-1.symbols0000644000000000000000000001524712215552464013117 0ustar libykpers-1.so.1 libykpers-1-1 #MINVER# LIBYKPERS_1.0@LIBYKPERS_1.0 0.97 _yk_errno_location@LIBYKPERS_1.0 0.97 _ykp_errno_location@LIBYKPERS_1.0 0.97 yk_close_key@LIBYKPERS_1.0 0.97 yk_endian_swap_16@LIBYKPERS_1.0 0.97 yk_force_key_update@LIBYKPERS_1.0 0.97 yk_get_status@LIBYKPERS_1.0 0.97 yk_init@LIBYKPERS_1.0 0.97 yk_open_first_key@LIBYKPERS_1.0 0.97 yk_pbkdf2@LIBYKPERS_1.0 0.97 yk_read_from_key@LIBYKPERS_1.0 0.97 yk_release@LIBYKPERS_1.0 0.97 yk_strerror@LIBYKPERS_1.0 0.97 yk_usb_strerror@LIBYKPERS_1.0 0.97 yk_write_config@LIBYKPERS_1.0 0.97 yk_write_to_key@LIBYKPERS_1.0 0.97 ykds_alloc@LIBYKPERS_1.0 0.97 ykds_free@LIBYKPERS_1.0 0.97 ykds_pgm_seq@LIBYKPERS_1.0 0.97 ykds_static@LIBYKPERS_1.0 0.97 ykds_touch_level@LIBYKPERS_1.0 0.97 ykds_version_build@LIBYKPERS_1.0 0.97 ykds_version_major@LIBYKPERS_1.0 0.97 ykds_version_minor@LIBYKPERS_1.0 0.97 ykp_AES_key_from_hex@LIBYKPERS_1.0 0.97 ykp_AES_key_from_passphrase@LIBYKPERS_1.0 0.97 ykp_config_num@LIBYKPERS_1.0 0.97 ykp_configure_for@LIBYKPERS_1.0 0.97 ykp_core_config@LIBYKPERS_1.0 0.97 ykp_create_config@LIBYKPERS_1.0 0.97 ykp_free_config@LIBYKPERS_1.0 0.97 ykp_read_config@LIBYKPERS_1.0 0.97 ykp_set_access_code@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_ALLOW_HIDTRIG@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_MAN_UPDATE@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_PACING_10MS@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_PACING_20MS@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_SEND_REF@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_SHORT_TICKET@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_STATIC_TICKET@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_STRONG_PW1@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_STRONG_PW2@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_TICKET_FIRST@LIBYKPERS_1.0 0.97 ykp_set_fixed@LIBYKPERS_1.0 0.97 ykp_set_tktflag_APPEND_CR@LIBYKPERS_1.0 0.97 ykp_set_tktflag_APPEND_DELAY1@LIBYKPERS_1.0 0.97 ykp_set_tktflag_APPEND_DELAY2@LIBYKPERS_1.0 0.97 ykp_set_tktflag_APPEND_TAB1@LIBYKPERS_1.0 0.97 ykp_set_tktflag_APPEND_TAB2@LIBYKPERS_1.0 0.97 ykp_set_tktflag_PROTECT_CFG2@LIBYKPERS_1.0 0.97 ykp_set_tktflag_TAB_FIRST@LIBYKPERS_1.0 0.97 ykp_set_uid@LIBYKPERS_1.0 0.97 ykp_strerror@LIBYKPERS_1.0 0.97 ykp_write_config@LIBYKPERS_1.0 0.97 ykp_set_cfgflag_OATH_HOTP8@LIBYKPERS_1.0 1.3 ykp_set_cfgflag_OATH_FIXED_MODHEX1@LIBYKPERS_1.0 1.3 ykp_set_cfgflag_OATH_FIXED_MODHEX2@LIBYKPERS_1.0 1.3 ykp_set_cfgflag_OATH_FIXED_MODHEX@LIBYKPERS_1.0 1.3 ykp_set_tktflag_OATH_HOTP@LIBYKPERS_1.0 1.3 yk_check_firmware_version@LIBYKPERS_1.0 1.3 LIBYKPERS_1.4@LIBYKPERS_1.4 1.4.1 ykp_HMAC_key_from_hex@LIBYKPERS_1.4 1.4.1 ykp_set_cfgflag_CHAL_BTN_TRIG@LIBYKPERS_1.4 1.4.1 ykp_set_cfgflag_CHAL_HMAC@LIBYKPERS_1.4 1.4.1 ykp_set_cfgflag_CHAL_YUBICO@LIBYKPERS_1.4 1.4.1 ykp_set_cfgflag_HMAC_LT64@LIBYKPERS_1.4 1.4.1 ykp_set_extflag_SERIAL_API_VISIBLE@LIBYKPERS_1.4 1.4.1 ykp_set_extflag_SERIAL_BTN_VISIBLE@LIBYKPERS_1.4 1.4.1 ykp_set_extflag_SERIAL_USB_VISIBLE@LIBYKPERS_1.4 1.4.1 ykp_set_tktflag_CHAL_RESP@LIBYKPERS_1.4 1.4.1 LIBYKPERS_1.5@LIBYKPERS_1.5 1.5.0 yk_get_serial@LIBYKPERS_1.5 1.5.0 yk_read_response_from_key@LIBYKPERS_1.5 1.5.0 yk_wait_for_key_status@LIBYKPERS_1.5 1.5.0 LIBYKPERS_1.6@LIBYKPERS_1.6 1.6.1 ykp_get_oath_imf@LIBYKPERS_1.6 1.6.1 ykp_set_oath_imf@LIBYKPERS_1.6 1.6.1 LIBYKPERS_1.7@LIBYKPERS_1.7 1.7.0 yk_write_command@LIBYKPERS_1.7 1.7.0 yk_write_ndef@LIBYKPERS_1.7 1.7.0 ykp_alloc@LIBYKPERS_1.7 1.7.0 ykp_command@LIBYKPERS_1.7 1.7.0 ykp_configure_command@LIBYKPERS_1.7 1.7.0 ykp_configure_version@LIBYKPERS_1.7 1.7.0 ykp_construct_ndef_text@LIBYKPERS_1.7 1.7.0 ykp_construct_ndef_uri@LIBYKPERS_1.7 1.7.0 ykp_set_extflag_ALLOW_UPDATE@LIBYKPERS_1.7 1.7.0 ykp_set_extflag_DORMANT@LIBYKPERS_1.7 1.7.0 ykp_set_extflag_FAST_TRIG@LIBYKPERS_1.7 1.7.0 ykp_set_extflag_USE_NUMERIC_KEYPAD@LIBYKPERS_1.7 1.7.0 LIBYKPERS_1.8@LIBYKPERS_1.8 1.12.0 yk_challenge_response@LIBYKPERS_1.8 1.12.0 ykp_alloc_ndef@LIBYKPERS_1.8 1.12.0 ykp_free_ndef@LIBYKPERS_1.8 1.12.0 ykp_set_ndef_access_code@LIBYKPERS_1.8 1.12.0 LIBYKPERS_1.9@LIBYKPERS_1.9 1.12.0 yk_hmac_sha1@LIBYKPERS_1.9 1.12.0 LIBYKPERS_1.10@LIBYKPERS_1.10 1.12.0 yk_check_firmware_version2@LIBYKPERS_1.10 1.12.0 yk_write_device_config@LIBYKPERS_1.10 1.12.0 yk_write_ndef2@LIBYKPERS_1.10 1.12.0 yk_write_scan_map@LIBYKPERS_1.10 1.12.0 ykp_alloc_device_config@LIBYKPERS_1.10 1.12.0 ykp_free_device_config@LIBYKPERS_1.10 1.12.0 ykp_ndef_as_text@LIBYKPERS_1.10 1.12.0 ykp_set_device_autoeject_time@LIBYKPERS_1.10 1.12.0 ykp_set_device_chalresp_timeout@LIBYKPERS_1.10 1.12.0 ykp_set_device_mode@LIBYKPERS_1.10 1.12.0 LIBYKPERS_1.11@LIBYKPERS_1.11 1.12.0 ykpers_check_version@LIBYKPERS_1.11 1.12.0 LIBYKPERS_1.12@LIBYKPERS_1.12 1.12.0 ykp_set_extflag_LED_INV@LIBYKPERS_1.12 1.12.0 LIBYKPERS_1.13@LIBYKPERS_1.13 1.13.0 ykp_export_config@LIBYKPERS_1.13 1.13.0 ykp_import_config@LIBYKPERS_1.13 1.13.0 LIBYKPERS_1.14@LIBYKPERS_1.14 1.14.0 ykp_clear_config@LIBYKPERS_1.14 1.14.0 ykp_get_acccode_type@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_ALLOW_HIDTRIG@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_CHAL_BTN_TRIG@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_CHAL_HMAC@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_CHAL_YUBICO@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_HMAC_LT64@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_MAN_UPDATE@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_OATH_FIXED_MODHEX1@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_OATH_FIXED_MODHEX2@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_OATH_FIXED_MODHEX@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_OATH_HOTP8@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_PACING_10MS@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_PACING_20MS@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_SEND_REF@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_SHORT_TICKET@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_STATIC_TICKET@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_STRONG_PW1@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_STRONG_PW2@LIBYKPERS_1.14 1.14.0 ykp_get_cfgflag_TICKET_FIRST@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_ALLOW_UPDATE@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_DORMANT@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_FAST_TRIG@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_LED_INV@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_SERIAL_API_VISIBLE@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_SERIAL_BTN_VISIBLE@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_SERIAL_USB_VISIBLE@LIBYKPERS_1.14 1.14.0 ykp_get_extflag_USE_NUMERIC_KEYPAD@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_APPEND_CR@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_APPEND_DELAY1@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_APPEND_DELAY2@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_APPEND_TAB1@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_APPEND_TAB2@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_CHAL_RESP@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_OATH_HOTP@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_PROTECT_CFG2@LIBYKPERS_1.14 1.14.0 ykp_get_tktflag_TAB_FIRST@LIBYKPERS_1.14 1.14.0 ykp_set_acccode_type@LIBYKPERS_1.14 1.14.0