aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/applet/AppletUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix ECDH testsJ08nY2017-06-021-1/+0
|
* Added support for extended APDUs, fixed problems with large cmdsJ08nY2017-05-041-0/+57
- Switched ECTesterApplet to Javacard 2.2.2 which supports Extended length APDUs (necessary for some Set commands when a large external curve is sent to the applet) - The incoming APDU is now copied over to a sufficiently large buffer before being processed - Simplified instruction processing logic - Renamed ECUtil to AppletUtil - Fixed padding error in nist/P-521