You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I want to ask you if you can provide us with the compiled version of the v1 branch for newer Javacards (a v1.6.1 version).
Your latest v0.6.1 release says it's the older v0 branch with these restrictions:
no extended APDUs
private key import not allowed
PUK must be set (length: 16)
I say restrictions because I wanted to be able to import private keys and not need to set a PUK (I prefer unblocking with 3DES + Admin Key).
I tried compiling this Javacard project with ant-javacard & the JCKit but everytime it failed with missing smartcard.crypto packages, I didn't find any way to 'add package' in JCIDE (part of JCKit).
So if you could support the following it would be awesome:
version v1.6.1 for Javacard 3.0.4
private key import allowed
extended APDUs supported if available on-card(?)
PUK optional
I hope you can help out for releasing compiled .cap files (I prefer the unstripped ones, just generated as-is then released).
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I want to ask you if you can provide us with the compiled version of the v1 branch for newer Javacards (a v1.6.1 version).
Your latest v0.6.1 release says it's the older v0 branch with these restrictions:
I say restrictions because I wanted to be able to import private keys and not need to set a PUK (I prefer unblocking with 3DES + Admin Key).
I tried compiling this Javacard project with ant-javacard & the JCKit but everytime it failed with missing smartcard.crypto packages, I didn't find any way to 'add package' in JCIDE (part of JCKit).
So if you could support the following it would be awesome:
I hope you can help out for releasing compiled .cap files (I prefer the unstripped ones, just generated as-is then released).
Thanks!
The text was updated successfully, but these errors were encountered: