Skip to content

Commit 0deacce

Browse files
committed
Revert "test-piv.sh - Better PIV testing"
This reverts commit 7cbbbd9. On branch sm-nist-2 Changes to be committed: deleted: .github/PivApplet.java.contact.always.diff modified: .github/test-piv.sh
1 parent 0f5def0 commit 0deacce

2 files changed

Lines changed: 3 additions & 21 deletions

File tree

.github/PivApplet.java.contact.always.diff

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/test-piv.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ export LD_LIBRARY_PATH=/usr/local/lib
1414
# The PIV Applet
1515
if [ ! -d "PivApplet" ]; then
1616
git clone --recursive https://github.com/arekinath/PivApplet.git
17-
pushd PivApplet
18-
patch -p1 < ../.github/PivApplet.java.contact.always.diff
19-
JC_HOME=${JC_CLASSIC_HOME} ant dist
20-
popd
2117
fi
18+
pushd PivApplet
19+
JC_HOME=${JC_CLASSIC_HOME} ant dist
20+
popd
2221

2322
# yubico-piv-tool is needed for PIV Applet management
2423
if [ ! -d "yubico-piv-tool" ]; then
@@ -41,10 +40,6 @@ popd
4140
# prepare pcscd
4241
. .github/restart-pcscd.sh
4342

44-
# PIV has limited contactless interface without NIST SM
45-
# PivApplet does not support NIST SM
46-
# So use PIV contact interface with this fictitious ATR for better test:
47-
4843

4944
# start the applet and run couple of commands against that
5045
java -noverify -cp PivApplet/bin/:jcardsim/target/jcardsim-3.0.5-SNAPSHOT.jar com.licel.jcardsim.remote.VSmartCard PivApplet/test/jcardsim.cfg >/dev/null &

0 commit comments

Comments
 (0)