From f0712596ebe5823c1b637e77d4f3bf542b753083 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Sat, 11 Dec 2010 01:38:42 +0000 Subject: [PATCH] - updated information git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@378 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/README.dox | 11 +++++++++++ npa/README.dox | 9 +++++++++ 2 files changed, 20 insertions(+) diff --git a/ccid/README.dox b/ccid/README.dox index 0fd7bb7..e2b7d4a 100644 --- a/ccid/README.dox +++ b/ccid/README.dox @@ -50,6 +50,17 @@ The following patch makes the hex dumped output more readable: http://www.opensc-project.org/opensc/raw-attachment/ticket/263/hex_dump_align.2.patch +@subsection o HINTS ON LIBPACE + +If you have a local build of OpenSSL with OpenPACE, that you want to link +against use something like the following command: +./configure \ + OPENSSL_CFLAGS="-I/path/to/openssl-1.0.0c_with_openpace-0.4/include" \ + LIBPACE_CFLAGS="-I/path/to/openssl-1.0.0c_with_openpace-0.4/include -I/path/to/libpace-0.1/src" + OPENSSL_LIBS="-L/path/to/openssl-1.0.0c_with_openpace-0.4 -lcrypto" + LIBPACE_LIBS="-L/path/to/openssl-1.0.0c_with_openpace-0.4 -lcrypto -L/path/to/libpace-0.1/src/.libs -lpace" + + @section u USAGE ccid-emulator has various command line options to customize the appearance on diff --git a/npa/README.dox b/npa/README.dox index 1eba790..5a71016 100644 --- a/npa/README.dox +++ b/npa/README.dox @@ -37,6 +37,15 @@ The following patch makes the hex dumped output more readable: http://www.opensc-project.org/opensc/raw-attachment/ticket/263/hex_dump_align.2.patch +@subsection o HINTS ON OPENSSL + +If you have a local build of OpenSSL with OpenPACE, that you want to link +against use something like the following command: +./configure \ + OPENSSL_CFLAGS="-I/path/to/openssl-1.0.0c_with_openpace-0.4/include" \ + OPENSSL_LIBS="-L/path/to/openssl-1.0.0c_with_openpace-0.4 -lcrypto" + + @section u USAGE When testing PACE with either PIN, CAN, MRZ or PUK run pace-tool. Here you can