aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader
diff options
context:
space:
mode:
authorJ08nY2019-03-18 11:03:15 +0100
committerJ08nY2019-03-18 11:03:15 +0100
commit9bd35dfc2e5e6c4fca10a67080743afdf043eaf1 (patch)
treecfc5626039fb58d8b449ba0b3816b513b0eea498 /src/cz/crcs/ectester/reader
parent529ab9c66b20e4308f88b63ead3318fd52e47eab (diff)
downloadECTester-9bd35dfc2e5e6c4fca10a67080743afdf043eaf1.tar.gz
ECTester-9bd35dfc2e5e6c4fca10a67080743afdf043eaf1.tar.zst
ECTester-9bd35dfc2e5e6c4fca10a67080743afdf043eaf1.zip
Bump version.
Diffstat (limited to 'src/cz/crcs/ectester/reader')
-rw-r--r--src/cz/crcs/ectester/reader/ECTesterReader.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cz/crcs/ectester/reader/ECTesterReader.java b/src/cz/crcs/ectester/reader/ECTesterReader.java
index cb64b4c..8e0c62b 100644
--- a/src/cz/crcs/ectester/reader/ECTesterReader.java
+++ b/src/cz/crcs/ectester/reader/ECTesterReader.java
@@ -64,7 +64,7 @@ import static cz.crcs.ectester.applet.EC_Consts.Signature_ALG_ECDSA_SHA;
*
* @author Petr Svenda petr@svenda.com
* @author Jan Jancar johny@neuromancer.sk
- * @version v0.3.2
+ * @version v0.3.3
*/
public class ECTesterReader {
private CardMngr cardManager;
@@ -73,7 +73,7 @@ public class ECTesterReader {
private Config cfg;
private Options opts = new Options();
- public static final String VERSION = "v0.3.2";
+ public static final String VERSION = "v0.3.3";
public static String GIT_COMMIT = "";
private static String DESCRIPTION;
private static String LICENSE = "MIT Licensed\nCopyright © 2016-2019 Petr Svenda <petr@svenda.com>\nCopyright © 2016-2019 Jan Jancar <johny@neuromancer.sk>";
@@ -81,8 +81,8 @@ public class ECTesterReader {
private static String CLI_FOOTER = "\n" + LICENSE;
private static final byte[] SELECT_PREFIX = {(byte) 0x00, (byte) 0xa4, (byte) 0x04, (byte) 0x00, (byte) 0x0c};
- private static final byte[] AID_221 = {(byte) 0x45, (byte) 0x43, (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74, (byte) 0x65, (byte) 0x72, (byte) 0x30, (byte) 0x33, (byte) 0x32, (byte) 0x62}; // VERSION v0.3.2
- private static final byte[] AID_222 = {(byte) 0x45, (byte) 0x43, (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74, (byte) 0x65, (byte) 0x72, (byte) 0x30, (byte) 0x33, (byte) 0x32, (byte) 0x78}; // VERSION v0.3.2
+ private static final byte[] AID_221 = {(byte) 0x45, (byte) 0x43, (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74, (byte) 0x65, (byte) 0x72, (byte) 0x30, (byte) 0x33, (byte) 0x33, (byte) 0x62}; // VERSION v0.3.3
+ private static final byte[] AID_222 = {(byte) 0x45, (byte) 0x43, (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74, (byte) 0x65, (byte) 0x72, (byte) 0x30, (byte) 0x33, (byte) 0x33, (byte) 0x78}; // VERSION v0.3.3
private static final byte[] INSTALL_DATA = new byte[10];
static {