[Pcsclite-git-commit] [CCID] 01/01: Update URL in a comment

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Apr 1 13:58:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit c9591e9920bc6f90e61f05a17839b0e05945dd3d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Apr 1 15:56:24 2016 +0200

    Update URL in a comment
    
    The page at URL
    http://martinpaljak.net/2011/03/19/insecure-hp-usb-smart-card-keyboard/
    is no more available. Fortunately a copy of the page is available at the
    Way Back Machine service.
---
 src/ccid.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/ccid.c b/src/ccid.c
index cd0e072..09a0465 100644
--- a/src/ccid.c
+++ b/src/ccid.c
@@ -451,7 +451,10 @@ int ccid_open_hack_post(unsigned int reader_index)
 		case HP_CCIDSMARTCARDKEYBOARD:
 		case FUJITSUSMARTKEYB:
 			/* the Secure Pin Entry is bogus so disable it
-			 * http://martinpaljak.net/2011/03/19/insecure-hp-usb-smart-card-keyboard/
+			 * https://web.archive.org/web/20120320001756/http://martinpaljak.net/2011/03/19/insecure-hp-usb-smart-card-keyboard/
+			 *
+			 * The problem is that the PIN code entered using the Secure
+			 * Pin Entry function is also sent to the host.
 			 */
 			ccid_descriptor->bPINSupport = 0;
 			break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list