diff options
| author | J08nY | 2024-03-22 23:58:55 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-25 14:52:43 +0100 |
| commit | 73af477a8774e1ede5dd8de6491eb353dc0b12bd (patch) | |
| tree | 2d4e3b19bc5fb55308b886032312be76341736d4 /util | |
| parent | 64b95fa059295e1dc23371c849f2302c1c18f5b4 (diff) | |
| download | ECTester-73af477a8774e1ede5dd8de6491eb353dc0b12bd.tar.gz ECTester-73af477a8774e1ede5dd8de6491eb353dc0b12bd.tar.zst ECTester-73af477a8774e1ede5dd8de6491eb353dc0b12bd.zip | |
Basic Gradle setup.
Diffstat (limited to 'util')
| -rw-r--r-- | util/applet/GPPcScConnectionPlugin.dll | bin | 0 -> 15360 bytes | |||
| -rw-r--r-- | util/applet/GPShell.exe | bin | 0 -> 33280 bytes | |||
| -rw-r--r-- | util/applet/GlobalPlatform.dll | bin | 0 -> 117248 bytes | |||
| -rw-r--r-- | util/applet/gp.exe | bin | 0 -> 908346 bytes | |||
| -rw-r--r-- | util/applet/gp.jar | bin | 0 -> 894200 bytes | |||
| -rw-r--r-- | util/applet/gppro_upload.bat | 14 | ||||
| -rwxr-xr-x | util/applet/gppro_upload.sh | 10 | ||||
| -rw-r--r-- | util/applet/gppro_upload_emv.bat | 15 | ||||
| -rwxr-xr-x | util/applet/gppro_upload_emv.sh | 10 | ||||
| -rw-r--r-- | util/applet/libeay32.dll | bin | 0 -> 1017344 bytes | |||
| -rw-r--r-- | util/applet/openkms-gp.jar | bin | 0 -> 78142 bytes | |||
| -rw-r--r-- | util/applet/ssleay32.dll | bin | 0 -> 200704 bytes | |||
| -rw-r--r-- | util/applet/zlib1.dll | bin | 0 -> 75264 bytes |
13 files changed, 49 insertions, 0 deletions
diff --git a/util/applet/GPPcScConnectionPlugin.dll b/util/applet/GPPcScConnectionPlugin.dll Binary files differnew file mode 100644 index 0000000..3b27f6b --- /dev/null +++ b/util/applet/GPPcScConnectionPlugin.dll diff --git a/util/applet/GPShell.exe b/util/applet/GPShell.exe Binary files differnew file mode 100644 index 0000000..091eece --- /dev/null +++ b/util/applet/GPShell.exe diff --git a/util/applet/GlobalPlatform.dll b/util/applet/GlobalPlatform.dll Binary files differnew file mode 100644 index 0000000..6dca172 --- /dev/null +++ b/util/applet/GlobalPlatform.dll diff --git a/util/applet/gp.exe b/util/applet/gp.exe Binary files differnew file mode 100644 index 0000000..6478bf2 --- /dev/null +++ b/util/applet/gp.exe diff --git a/util/applet/gp.jar b/util/applet/gp.jar Binary files differnew file mode 100644 index 0000000..774d81a --- /dev/null +++ b/util/applet/gp.jar diff --git a/util/applet/gppro_upload.bat b/util/applet/gppro_upload.bat new file mode 100644 index 0000000..50a41d7 --- /dev/null +++ b/util/applet/gppro_upload.bat @@ -0,0 +1,14 @@ +if "%1" == "" { + set err=yes +} +if "%2" == "" { + set err=yes +} +if "%err" == "yes" { + echo "gppro_upload.bat <AID> <CAP file>" + exit +} +gp.exe -deletedeps -verbose -delete %1 +gp.exe -install %2 -verbose -d + + diff --git a/util/applet/gppro_upload.sh b/util/applet/gppro_upload.sh new file mode 100755 index 0000000..055d51d --- /dev/null +++ b/util/applet/gppro_upload.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +if [ "$#" -ne 2 ]; then + echo "gppro_upload.sh <AID> <CAP file>" >&2 + exit 1 +fi + +java -jar gp.jar -deletedeps -verbose -delete $1 +java -jar gp.jar -install $2 -verbose -d + + diff --git a/util/applet/gppro_upload_emv.bat b/util/applet/gppro_upload_emv.bat new file mode 100644 index 0000000..4094623 --- /dev/null +++ b/util/applet/gppro_upload_emv.bat @@ -0,0 +1,15 @@ +if "%1" == "" { + set err=yes +} +if "%2" == "" { + set err=yes +} +if "%err" == "yes" { + echo "gppro_upload_emv.bat <AID> <CAP file>" + exit +} + +gp.exe -deletedeps -verbose -emv -delete %1 +gp.exe -install %2 -verbose -emv -d + + diff --git a/util/applet/gppro_upload_emv.sh b/util/applet/gppro_upload_emv.sh new file mode 100755 index 0000000..9e1a62e --- /dev/null +++ b/util/applet/gppro_upload_emv.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +if [ "$#" -ne 2 ]; then + echo "gppro_upload.sh <AID> <CAP file>" >&2 + exit 1 +fi + +java -jar gp.jar --deletedeps --verbose -emv --delete $1 +java -jar gp.jar --install $2 --verbose --emv -d + + diff --git a/util/applet/libeay32.dll b/util/applet/libeay32.dll Binary files differnew file mode 100644 index 0000000..b59a6b4 --- /dev/null +++ b/util/applet/libeay32.dll diff --git a/util/applet/openkms-gp.jar b/util/applet/openkms-gp.jar Binary files differnew file mode 100644 index 0000000..9cd5de5 --- /dev/null +++ b/util/applet/openkms-gp.jar diff --git a/util/applet/ssleay32.dll b/util/applet/ssleay32.dll Binary files differnew file mode 100644 index 0000000..e8fabb6 --- /dev/null +++ b/util/applet/ssleay32.dll diff --git a/util/applet/zlib1.dll b/util/applet/zlib1.dll Binary files differnew file mode 100644 index 0000000..31996cd --- /dev/null +++ b/util/applet/zlib1.dll |
