diff --git a/ccid/doc/README.txt.in b/ccid/doc/README.txt.in index 35db87d..51e6421 100644 --- a/ccid/doc/README.txt.in +++ b/ccid/doc/README.txt.in @@ -334,7 +334,7 @@ Notes and References .. _`GadgetFS`: http://www.linux-usb.org/gadget/ .. _`OpenSC`: https://github.com/frankmorgner/OpenSC -.. _`libccid`: http://pcsclite.alioth.debian.org/ccid.html +.. _`libccid`: https://ccid.apdu.fr/ .. _`Windows USB CCID driver`: http://msdn.microsoft.com/en-us/windows/hardware/gg487509 .. _`OpenMoko Wiki`: http://wiki.openmoko.org/wiki/Building_Gadget_USB_Module .. _`BSI TR-03119 1.3`: https://www.bsi.bund.de/DE/Publikationen/TechnischeRichtlinien/tr03119/index_htm.html diff --git a/docs/_sources/ccid/README.txt b/docs/_sources/ccid/README.txt index 0b72c4d..7cf142e 100644 --- a/docs/_sources/ccid/README.txt +++ b/docs/_sources/ccid/README.txt @@ -334,7 +334,7 @@ Notes and References .. _`GadgetFS`: http://www.linux-usb.org/gadget/ .. _`OpenSC`: https://github.com/frankmorgner/OpenSC -.. _`libccid`: http://pcsclite.alioth.debian.org/ccid.html +.. _`libccid`: https://ccid.apdu.fr/ .. _`Windows USB CCID driver`: http://msdn.microsoft.com/en-us/windows/hardware/gg487509 .. _`OpenMoko Wiki`: http://wiki.openmoko.org/wiki/Building_Gadget_USB_Module .. _`BSI TR-03119 1.3`: https://www.bsi.bund.de/DE/Publikationen/TechnischeRichtlinien/tr03119/index_htm.html diff --git a/docs/_sources/pcsc-relay/README.txt b/docs/_sources/pcsc-relay/README.txt index ad4b6c7..d0c520e 100644 --- a/docs/_sources/pcsc-relay/README.txt +++ b/docs/_sources/pcsc-relay/README.txt @@ -293,4 +293,4 @@ Notes and References .. _`Hardware supported by libnfc`: http://nfc-tools.org/index.php?title=Devices_compatibility_matrix .. _libnfc: http://www.libnfc.org/ .. _OpenPICC: http://www.openpcd.org/OpenPICC -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ diff --git a/docs/_sources/virtualsmartcard/README.txt b/docs/_sources/virtualsmartcard/README.txt index 7db4e42..c6db83d 100644 --- a/docs/_sources/virtualsmartcard/README.txt +++ b/docs/_sources/virtualsmartcard/README.txt @@ -302,7 +302,7 @@ Notes and References .. target-notes:: .. _cyberflex-shell: https://github.com/henryk/cyberflex-shell -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ .. _Python: http://www.python.org/ .. _pyscard: http://pyscard.sourceforge.net/ .. _PyCrypto: http://pycrypto.org/ diff --git a/docs/ccid/README.html b/docs/ccid/README.html index d9add12..d98920a 100644 --- a/docs/ccid/README.html +++ b/docs/ccid/README.html @@ -528,7 +528,7 @@ loading the module, you maybe want to check out Usage

The USB CCID Emulator has various command line options to customize the appearance on the USB host. In order to run the USB CCID Emulator GadgetFS must be loaded -and mounted. The USB CCID Emulator is compatible with the unix driver libccid [3] +and mounted. The USB CCID Emulator is compatible with the unix driver libccid [3] and the Windows USB CCID driver [4]. PIN commands are supported if implemented by the driver.

@@ -585,7 +585,7 @@ more than welcome! Please use our -[3]http://pcsclite.alioth.debian.org/ccid.html +[3]https://ccid.apdu.fr/ @@ -626,4 +626,4 @@ more than welcome! Please use our

Hints on PC/SC middleware

A PC/SC middleware is included by default in most modern operating systems. On -Unix-like systems (Linux, OS X, Sun OS) it is realized by PCSC-Lite [4]. To +Unix-like systems (Linux, OS X, Sun OS) it is realized by PCSC-Lite [4]. To compile PC/SC Relay you will need to install the PCSC-Lite headers from your distribution.

Windows also ships with a PC/SC middleware in form of the Winscard module. @@ -549,7 +549,7 @@ more than welcome! Please use our

- +
[4]http://pcsclite.alioth.debian.org/
[4]https://pcsclite.apdu.fr/
@@ -572,4 +572,4 @@ more than welcome! Please use our BAC
  • Cryptoflex smart card (incomplete)
  • -

    The vpcd is a smart card reader driver for PCSC-Lite [2] and the windows smart +

    The vpcd is a smart card reader driver for PCSC-Lite [2] and the windows smart card service. It allows smart card applications to access the vpicc through the PC/SC API. By default vpcd opens slots for communication with multiple vpicc‘s on localhost on port 35963 and port 35964. But the vpicc does not @@ -598,7 +598,7 @@ more than welcome! Please use our -[2]http://pcsclite.alioth.debian.org/ +[2]https://pcsclite.apdu.fr/ @@ -705,4 +705,4 @@ more than welcome! Please use our class virtualsmartcard.cards.HandlerTest.HandlerTestOS

    Bases: virtualsmartcard.VirtualSmartcard.SmartcardOS

    This class implements the commands used for the PC/SC-lite smart card -reader driver tester. See http://pcsclite.alioth.debian.org/pcsclite.html +reader driver tester. See https://pcsclite.apdu.fr/ and handler_test(1).

    @@ -219,4 +219,4 @@ and handler_test(1).

    - \ No newline at end of file + diff --git a/pcsc-relay/doc/README.txt.in b/pcsc-relay/doc/README.txt.in index 09815d4..f66c4d2 100644 --- a/pcsc-relay/doc/README.txt.in +++ b/pcsc-relay/doc/README.txt.in @@ -292,4 +292,4 @@ Notes and References .. _`Hardware supported by libnfc`: http://nfc-tools.org/index.php?title=Devices_compatibility_matrix .. _libnfc: https://github.com/nfc-tools/libnfc .. _OpenPICC: http://www.openpcd.org/OpenPICC -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ diff --git a/virtualsmartcard/README.md b/virtualsmartcard/README.md index 006c2e2..02da17a 100644 --- a/virtualsmartcard/README.md +++ b/virtualsmartcard/README.md @@ -9,7 +9,7 @@ Currently the Virtual Smart Card supports the following types of smart cards: - Electronic passport (ePass/MRTD) with support for BAC - Cryptoflex smart card (incomplete) -The vpcd is a smart card reader driver for [PCSC-Lite](http://pcsclite.alioth.debian.org/) and the windows smart +The vpcd is a smart card reader driver for [PCSC-Lite](https://pcsclite.apdu.fr/) and the windows smart card service. It allows smart card applications to access the vpicc through the PC/SC API. By default vpcd opens slots for communication with multiple vpicc's on localhost on port 35963 and port 35964. But the |vpicc| does not diff --git a/virtualsmartcard/doc/README.txt.in b/virtualsmartcard/doc/README.txt.in index 42aec90..8b97839 100644 --- a/virtualsmartcard/doc/README.txt.in +++ b/virtualsmartcard/doc/README.txt.in @@ -311,7 +311,7 @@ Notes and References .. target-notes:: .. _cyberflex-shell: https://github.com/henryk/cyberflex-shell -.. _PCSC-lite: http://pcsclite.alioth.debian.org/ +.. _PCSC-lite: https://pcsclite.apdu.fr/ .. _Python: http://www.python.org/ .. _pyscard: http://pyscard.sourceforge.net/ .. _PyCrypto: http://pycrypto.org/ diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py index f57f926..8ae34a7 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py @@ -25,7 +25,7 @@ import logging class HandlerTestOS(SmartcardOS): """ This class implements the commands used for the PC/SC-lite smart card - reader driver tester. See http://pcsclite.alioth.debian.org/pcsclite.html + reader driver tester. See https://salsa.debian.org/rousseau/HandlerTest and handler_test(1). """ def __init__(self):