Added support for Password Authenticated Connection Establishment (PACE) using

OpenPACE (http://sourceforge.net/projects/openpace/). Since it is currently
untested, it is disabled by default.


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@40 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-02-28 18:58:35 +00:00
parent 0a06537cee
commit 4900d205ce
6 changed files with 769 additions and 5 deletions

View File

@@ -2,8 +2,12 @@ Installation is simple; type `make install`. If you want to customize the
compilation or install process, you will need to pass variables to make.
DESTDIR prefix for installation
LIBPCSCLITE_CFLAGS compiler flags for pcsclite usage (needed if no
OPENSC_CFLAGS compiler flags for libopensc usage (needed if no
pkg-config is available)
OPENSSL_CFLAGS compiler flags for libssl usage (needed if no
pkg-config is available)
EXTRA_CFLAGS set it to "" to enable PACE, make sure that your
openssl is compiled with the OpenPACE patch
See the Makefile for more details.