diff --git a/npa/doc/README.rst b/npa/doc/README.rst index 03ceab0..fe55916 100644 --- a/npa/doc/README.rst +++ b/npa/doc/README.rst @@ -81,7 +81,7 @@ of OpenSC_:: git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD cd $VSMARTCARD/npa/src/opensc 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 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 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" 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 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. |npa-tool| can send arbitrary APDUs to the nPA in the secure channel. APDUs diff --git a/virtualsmartcard/doc/README.rst b/virtualsmartcard/doc/README.rst index ff24078..5fd3ff3 100644 --- a/virtualsmartcard/doc/README.rst +++ b/virtualsmartcard/doc/README.rst @@ -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 smart card applications to access the |vpicc| through the PC/SC API. By 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. Although the Virtual Smart Card is a software emulator, you can use