add OpenSC package
authorDaniel Golle <daniel@makrotopia.org>
Mon, 16 Jun 2014 12:16:59 +0000 (14:16 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 16 Jun 2014 23:50:13 +0000 (01:50 +0200)
commit54a8a2a6b9f1df849bf275a4d55003d412cc30c4
tree037e9c075eed90907eff1ed063f9c564f04a0929
parent264e3a4365bf1693e8f5fc12f7f0cc09aaeeff0f
add OpenSC package

OpenSC is a smart card middleware.
Patches for support of the GnuK USB token have been added.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
19 files changed:
utils/opensc/Makefile [new file with mode: 0644]
utils/opensc/patches/0001-OpenPGP-Detect-and-support-Gnuk-Token.patch [new file with mode: 0644]
utils/opensc/patches/0002-OpenPGP-Add-Gnuk-in-pkcs15-emulation-layer.patch [new file with mode: 0644]
utils/opensc/patches/0003-OpenPGP-Include-private-DO-to-filesystem-at-driver-i.patch [new file with mode: 0644]
utils/opensc/patches/0004-PKCS15-OpenPGP-Declare-DATA-objects.patch [new file with mode: 0644]
utils/opensc/patches/0005-OpenPGP-Support-erasing-reset-card.patch [new file with mode: 0644]
utils/opensc/patches/0006-openpgp-tool-Support-deleting-key-in-Gnuk.patch [new file with mode: 0644]
utils/opensc/patches/0007-OpenPGP-Correct-building-Extended-Header-List-when-i.patch [new file with mode: 0644]
utils/opensc/patches/0008-OpenPGP-Read-some-empty-DOs-from-Gnuk.patch [new file with mode: 0644]
utils/opensc/patches/0009-PKCS15-OpenPGP-Do-not-show-empty-DO-in-pkcs15-emu_in.patch [new file with mode: 0644]
utils/opensc/patches/0010-PKCS15-OpenPGP-Allow-to-store-data-to-pkcs15-data-ob.patch [new file with mode: 0644]
utils/opensc/patches/0011-OpenPGP-Provide-enough-buffer-to-read-pubkey-from-Gn.patch [new file with mode: 0644]
utils/opensc/patches/0012-OpenPGP-Support-write-certificate-for-Gnuk.patch [new file with mode: 0644]
utils/opensc/patches/0013-pkcs15-openpgp-Change-to-sc_put_data-instead-of-sc_u.patch [new file with mode: 0644]
utils/opensc/patches/0014-OpenPGP-Overcome-the-restriction-of-even-data-length.patch [new file with mode: 0644]
utils/opensc/patches/0015-OpenPGP-Delete-key-as-file-for-Gnuk.patch [new file with mode: 0644]
utils/opensc/patches/0016-OpenPGP-Correct-parameter-checking.patch [new file with mode: 0644]
utils/opensc/patches/0017-OpenPGP-Make-code-neater.patch [new file with mode: 0644]
utils/opensc/patches/0018-Move-declaration-to-top-of-block.patch [new file with mode: 0644]