Up to [cvs.NetBSD.org] / pkgsrc / security / opensc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10, Mon Dec 3 20:14:14 2012 UTC (10 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
HEAD
Changes since 1.9: +1 -1
lines
FILE REMOVED
Merge Makefile.common into Makefile, because opensc-signer is gone. This does not make any functional changes - it is just rearranging and comments.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 30 14:44:34 2012 UTC (10 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.8: +7 -5
lines
Diff to previous 1.8 (colored)
Update to 0.12.2. Thanks to manu@ for testing and resolving pcsc-lite ptthread leakage problems. Note that pcsc-lite and openct should be an options group. Disable some obsolete CONFIGURE_ARGS. Work around assumption that either getopt_long_only is present or allgetopt functions must be provided. Finnish EID patches have been applied upstream (from whence they came, perhaps). From upstream NEWS: Complete change history is available online: http://www.opensc-project.org/opensc/timeline New in 0.12.2; 2011-07-15 * Builds are now silent by default when OpenSC is built from source on Unix. * Using --wait with command line tools works with 64bit Linux again. * Greatly improved OpenPGP card support, including OpenPGP 2.0 cards like the one found in German Privacy Foundation CryptoStick. * Fixed support for FINeID cards issued after 01.03.2011 with 2048bit keys. * #256: Fixed support for TCOS cards (broken since 0.12.0). * Added support for IDKey-cards to TCOS3 driver. * #361: Improved PC/SC driver to fetch the maximum PIN sizes from the open source CCID driver. This fixes the issue for Linux/OSX with recent driver. * WindowsInstaller now installs only static DLL-s (PKCS#11, minidriver) to system folder. * Fix FINeID cards for organizations. * Several smaller bugs and compiler warnings fixed. New in 0.12.1; 2011-05-17 * New card driver: IAS/ECC 1.0.1 * rutoken-tool has been deprecated and removed. * eidenv and piv-tool utilities now have manual pages. * pkcs11-tool now requires the use of --module parameter. * All tools can now use an ATR as an argument to --reader, to skip to the card with given ATR. * opensc-tool -l with -v now shows information about the inserted cards. * Creating files have an enforced upper size limit, 64K * Support for multiple PKCS#15 applications with different AID-s. PKCS#15 applications can be listed with pkcs15-tool --list-applications. Binding to a specific AID with PKCS#15 tools can be done with --aid. * Hex strings (like card ATR or APDU-s) can now be separated by space, in addition to colons. * Pinpad readers known to be bogus are now ignored by OpenSC. At the moment only "HP USB Smart Card Keyboard" is disabled. * Windows installer is now distributed as a statically built MSI, for both x86 and x64. * Numerous compiler warnings, unused code and internal bugs have been eliminated. New in 0.12.0; 2010-12-22 * OpenSC uses a single reader driver, specified at compile time. * New card driver: Italian eID (CNS) by Emanuele Pucciarelli. * New card driver: Portuguese eID by João Poupino. * New card driver: westcos by François Leblanc. * pkcs11-tool can use a slot based on ID, label or index in the slot list. * PIN flags are updated from supported cards when C_GetTokenInfo is called. * Support for CardOS 4.4 cards added. * Fature to exclude readers from OpenSC PKCS#11 via "ignored_readers" configuration file entry. * #229: Support semi-automatic fixes to cards personalized with older and broken OpenSC versions. * Software keys removed from pkcs15-init and the PKCS#11 module. OpenSC can either generate keys on card or import plaintext keys to the card, but will never generate plaintext key material in software by itself. All traces of a software token (PKCS#15 Section 7) shall be removed. * Updates to PC/SC driver to build with pcsc-lite >= 1.6.2 * Build script for a binary Mac OS X installer for 10.5 and 10.6 systems. Binary installer includes OpenSC.tokend for platform integration. 10.6 installer includes engine_pkcs11. * Modify Rutoken S binary interfaces by Aktiv Co. * Support GOST R 34.10-2001 and GOST R 34.11-94 by Aktiv Co. * CardOS driver now emulates sign on rsa keys with sign+decrypt usage with padding and decrypt(). This is compatible with old cards and card initialized by Siemens software. Removed "--split-key" option, as it is no longer needed. * Improved debugging support: debug level 3 will show everything except of ASN1 and card matching debugging (usualy not needed). * Massive changes to libopensc. This library is now internal, only used by opensc-pkcs11.so and command line tools. Header files are no longer installed, library should not be used by other applications. Please use generic PKCS#11 interface instead. * #include file statements cleaned up: first include "config.h", then system headers, then additional libraries, then headers in opensc (but from other directories), then header files from same directory. Fix path to reference headers, remove src/include/ directory. * Various source code fixes and improvements. * OpenSC now depends on xsltproc utility and docbook-xsl to build docs and man * Remove iconv dependency. EstEID driver now uses the commonName from the certificate for card label. * Possibility to change the default behavior for card resets via opensc.conf.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 24 08:33:51 2012 UTC (10 years, 7 months ago) by manu
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Restore opensc-pkcs11.so functionnality on NetBSD-6.0. libpthread shall not be loaded by dlopen(), therefore we remove the useless dependency on -lpthread
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:38 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.6: +1 -3
lines
Diff to previous 1.6 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 28 14:53:02 2011 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Reset maintainer for retired developers.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 1 15:59:22 2010 UTC (12 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
update to 0.11.13 This is basically to switch to libassuan2. other changes: minor fixes
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 3 18:45:31 2009 UTC (13 years, 10 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update to 0.11.9. New in OpenSC 0.11.9; 2009-07-29; Andreas Jellinghaus * New rutoken_ecp driver by Aktiv Co. / Aleksey Samsonov * Allow more keys/certificates/files etc. with entersafe tokens * Updates pkcs11.h from scute fixing warnings * Small fixes in rutoken driver * Major update for piv driver with increased compatibility
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Fri May 8 10:13:06 2009 UTC (14 years, 1 month ago) by tron
Branch: pkgsrc-2009Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pullup ticket #2760 - requested by hasso opensc: security update Revisions pulled up: - security/opensc/Makefile.common 1.3 - security/opensc/distinfo 1.3 --- Module Name: pkgsrc Committed By: hasso Date: Fri May 8 07:02:37 UTC 2009 Modified Files: pkgsrc/security/opensc: Makefile.common distinfo Log Message: Update to 0.11.8. Fixes a security problem, for details see: http://www.opensc-project.org/pipermail/opensc-announce/2009-May/000025.html New in 0.11.8; 2009-05-07; * Fix security problem in pkcs11-tool gen_keypair (PublicExponent 1) * fix compiling without openssl. * updated and improve entersafe driver. FTCOS/PK-01C cards are supported now, compatible with cards writen by Feitian's software on windows.
Revision 1.3 / (download) - annotate - [select for diffs], Fri May 8 07:02:36 2009 UTC (14 years, 1 month ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 0.11.8. Fixes a security problem, for details see: http://www.opensc-project.org/pipermail/opensc-announce/2009-May/000025.html New in 0.11.8; 2009-05-07; * Fix security problem in pkcs11-tool gen_keypair (PublicExponent 1) * fix compiling without openssl. * updated and improve entersafe driver. FTCOS/PK-01C cards are supported now, compatible with cards writen by Feitian's software on windows.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 27 07:35:30 2009 UTC (14 years, 3 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base
Branch point for: pkgsrc-2009Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to 0.11.7. Changes from 0.11.6: * hide_empty_slots now on by default. * pinpad supported fixed for Mac OS X. * ruToken driver was updated. * openct virtual readers reduced to 2 by default. * link with iconv on Mac OS X for i18n support. * Security issue: Fix private data support. [CVE-2009-0368] * Enable lock_login by default. * Disable allow_soft_keygen by default.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Feb 26 10:50:05 2009 UTC (14 years, 3 months ago) by hasso
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
OpenSC provides a set of libraries and utilities to access smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as mail encryption, authentication, and digital signature. OpenSC implements the PKCS#11 API so applications supporting this API such as Mozilla Firefox and Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims to be compatible with every software that does so, too.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 26 10:50:05 2009 UTC (14 years, 3 months ago) by hasso
Branch: MAIN
Initial revision