head	1.2;
access;
symbols
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.07.05.13.00.25;	author ale;	state dead;
branches;
next	1.1;

1.1
date	2007.01.08.09.12.58;	author ale;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.03 release.
@
text
@--- configure.orig	Mon Jan  8 10:03:39 2007
+++ configure	Mon Jan  8 10:05:15 2007
@@@@ -22472,8 +22472,8 @@@@
 	PKCS11H_FEATURES="${PKCS11H_FEATURES} engine_crypto"
 fi
 
-docdir="${docdir}-${PACKAGE_VERSION}"
-pkgconfigdir="${libdir}/pkgconfig"
+docdir="${docdir}"
+pkgconfigdir="${prefix}/libdata/pkgconfig"
 
 
 
@


1.1
log
@pkcs11-helper is a library that simplifies the interaction
with PKCS#11 providers for end-user applications.

pkcs11-helper allows using multiple PKCS#11 providers at
the same time, enumerating available token certificates, or
selecting a certificate directly by serialized id, handling
card removal and card insert events, handling card re-insert
to a different slot, supporting session expiration and much
more all using a simple API.

pkcs11-helper is not designed to manage card content, since
object attributes are usually vendor specific, and 99% of
application need to access existing objects in order to
perform signature and decryption.

WWW:	http://www.opensc-project.org/pkcs11-helper/
@
text
@@

