[Pcsclite-cvs-commit] r1755 - trunk/HandlerTest/Host/test_scripts

Ludovic Rousseau rousseau at costa.debian.org
Thu Nov 24 16:24:32 UTC 2005


Author: rousseau
Date: 2005-11-24 16:24:32 +0000 (Thu, 24 Nov 2005)
New Revision: 1755

Modified:
   trunk/HandlerTest/Host/test_scripts/test.verify_pin
Log:
use "get retry counter" command


Modified: trunk/HandlerTest/Host/test_scripts/test.verify_pin
===================================================================
--- trunk/HandlerTest/Host/test_scripts/test.verify_pin	2005-11-24 16:18:57 UTC (rev 1754)
+++ trunk/HandlerTest/Host/test_scripts/test.verify_pin	2005-11-24 16:24:32 UTC (rev 1755)
@@ -11,8 +11,23 @@
 reset
 
 # Select applet
-00 A4 04 00 06 A0 00 00 00 18 FF
+00 A4 04 00 07 A0 00 00 00 18 FF 01
 
+# get retry counter
+00 20 00 00 00
+
+# verify PIN (wrong pin)
+00 20 00 00 04 31 32 31 31
+
+# get retry counter
+00 20 00 00 00
+
 # verify PIN
 00 20 00 00 04 31 32 33 34
 
+# verify PIN dump
+00 40 00 00 09
+
+# get retry counter
+00 20 00 00 00
+




More information about the Pcsclite-cvs-commit mailing list