pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/opensc
Module Name: pkgsrc
Committed By: gdt
Date: Fri Mar 14 20:49:56 UTC 2014
Modified Files:
pkgsrc/security/opensc: Makefile PLIST distinfo
pkgsrc/security/opensc/patches: patch-aa patch-ab
patch-src_common_compat__getopt.c patch-src_common_compat__getopt.h
patch-src_common_compat__getopt__main.c
patch-src_pkcs11_pkcs11-global.c
Added Files:
pkgsrc/security/opensc/patches: patch-bootstrap patch-configure.ac
patch-src_libopensc_log.c
Removed Files:
pkgsrc/security/opensc/patches: patch-configure
Log Message:
Update to 0.13.0, based on wip/opensc (which is a post 0.13.0 git
snapshot) by Richard Hansen of BBN.
Mostly the update is straightforward, with a bit more effort to avoid
pthreads. (Threads are not ok because pam modules dlopen opensc, and
pam modules are used from nonthreaded programs.)
New in 0.13.0; 2012-12-04
* New card driver ePass2003.
* OpenPGP card:
greatly improved card driver and PKCS#15 emulation;
implemented write (pkcs15init) mode;
greatly enhanced documentation and tools.
* ECDSA keys supported in 'read' and 'write' modes by
internal PKCS#15 library, PKCS#11 and tools.
* Minidriver in 'write' mode.
* SM: secure messaging in GlobalPlatform-SP01 and CW14890 specifications;
supported by ePass2003, IAS/ECC and AuthentIC cards;
"ACL" and "APDU" modes to trigger secure messaging session;
'local' version of the external secure messaging module.
* PKCS#15: support of 'secret-key' PKCS#15 objects
support of 'authentication-object' PKCS#15 objects
support of 'algReference' common key PKCS#15 attribute
support of 'algReference' common key PKCS#15 attribute
support of 'subjectName' common public key PKCS#15 attribute
* PKCS#11: removed 'onepin' version of pkcs#11 module
configuration options to expose slots for PINs and present on-card
applications.
support GOSTR3410 generate key mechanism
* Support of PACE reader.
* Remove libltdl reference.
* ECDSA supported by MyEID card
* New card driver for the SmartCard-HSM, a light-weight hardware security module
* New useful commands in 'opensc-explorer' tool: 'find', 'put-data', ...
* fixed SIGV issue due to the unsupported public key format
* fixes for the number of documentation issues
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/opensc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/opensc/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/opensc/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/opensc/patches/patch-aa \
pkgsrc/security/opensc/patches/patch-ab
cvs rdiff -u -r0 -r1.1 pkgsrc/security/opensc/patches/patch-bootstrap \
pkgsrc/security/opensc/patches/patch-configure.ac \
pkgsrc/security/opensc/patches/patch-src_libopensc_log.c
cvs rdiff -u -r1.2 -r0 pkgsrc/security/opensc/patches/patch-configure
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/security/opensc/patches/patch-src_common_compat__getopt.c \
pkgsrc/security/opensc/patches/patch-src_common_compat__getopt.h \
pkgsrc/security/opensc/patches/patch-src_common_compat__getopt__main.c
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/security/opensc/patches/patch-src_pkcs11_pkcs11-global.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index