fixed typo
This commit is contained in:
@@ -81,7 +81,7 @@ of OpenSC_::
|
|||||||
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD
|
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD
|
||||||
cd $VSMARTCARD/npa/src/opensc
|
cd $VSMARTCARD/npa/src/opensc
|
||||||
autoreconf --verbose --install
|
autoreconf --verbose --install
|
||||||
# adding PKG_CONFIG_PATH here lets OpenSC use OpenSSL with OpenPACE
|
# adding PKG_CONFIG_PATH here lets OpenSC use the patched OpenSSL
|
||||||
./configure --prefix=$PREFIX PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig --enable-sm
|
./configure --prefix=$PREFIX PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig --enable-sm
|
||||||
make install && cd -
|
make install && cd -
|
||||||
|
|
||||||
@@ -96,7 +96,6 @@ To complete this step-by-step guide, here is how to install nPA Smart Card Libra
|
|||||||
|
|
||||||
cd $VSMARTCARD/npa
|
cd $VSMARTCARD/npa
|
||||||
autoreconf --verbose --install
|
autoreconf --verbose --install
|
||||||
# adding PKG_CONFIG_PATH here lets OpenSC use OpenSSL with OpenPACE
|
|
||||||
./configure --prefix=$PREFIX PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig OPENSC_LIBS="-L$PREFIX/lib -lopensc -lcrypto"
|
./configure --prefix=$PREFIX PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig OPENSC_LIBS="-L$PREFIX/lib -lopensc -lcrypto"
|
||||||
make install && cd -
|
make install && cd -
|
||||||
|
|
||||||
@@ -114,7 +113,7 @@ library offered by the |npa-tool|.
|
|||||||
|
|
||||||
To pass a secret to |npa-tool| for |PACE|, command line parameters or
|
To pass a secret to |npa-tool| for |PACE|, command line parameters or
|
||||||
environment variables can be used. If the smart card reader supports |PACE|,
|
environment variables can be used. If the smart card reader supports |PACE|,
|
||||||
the PIN pad is used. If none of these options applies, |npa-tool| will show a
|
the PIN pad is used. If none of these options apply, |npa-tool| will show a
|
||||||
password prompt.
|
password prompt.
|
||||||
|
|
||||||
|npa-tool| can send arbitrary APDUs to the nPA in the secure channel. APDUs
|
|npa-tool| can send arbitrary APDUs to the nPA in the secure channel. APDUs
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ Currently the Virtual Smart Card supports the following types of smart cards:
|
|||||||
The |vpcd| is a smart card driver for PCSC-Lite_. It allows
|
The |vpcd| is a smart card driver for PCSC-Lite_. It allows
|
||||||
smart card applications to access the |vpicc| through the PC/SC API. By
|
smart card applications to access the |vpicc| through the PC/SC API. By
|
||||||
default |vpicc| communicates with |vpcd| through a socket on localhost port
|
default |vpicc| communicates with |vpcd| through a socket on localhost port
|
||||||
``35963``. But the |vpicc| does not need to run on the same machine as the |vpcd|,
|
35963. But the |vpicc| does not need to run on the same machine as the |vpcd|,
|
||||||
they can connect over the internet for example.
|
they can connect over the internet for example.
|
||||||
|
|
||||||
Although the Virtual Smart Card is a software emulator, you can use
|
Although the Virtual Smart Card is a software emulator, you can use
|
||||||
|
|||||||
Reference in New Issue
Block a user