Releases: crocs-muni/ECTester
Releases · crocs-muni/ECTester
ECTester v0.3.3
ECTester v0.3.2
Support for testing with preset semi-random keys, more precise time m…
ECTester v0.3.1
Support for BoringSSL, libgcrypt, WolfSSL; backported applet to 2.2.1…
ECTester v0.3.0
Support for OpenSSL, MS-CNG, Crypto++, added many new test-suites.
ECTester v0.2.0
-
Standalone library testing, via ECTesterStandalone, by default tests packaged BouncyCastle and SunEC java libraries, can be also built to test LibTomCrypt and botan.
-
Simplified support tests, the default test suite is now simpler and easier to understand.
-
Github page, on crocs-muni.github.io/ECTester, contains test results for some cards, along with an implementation guide and common JavaCard API ECC pitfalls.
ECTester v0.1.0
Major rewrite, many new test suites, ECDH/ECDSA/Keygen timing.
ECTester v0.0.3
- Testing of support split into separate APDU for every length and alg type
- Test for execution with corrupted B parameter added
ECTester v0.0.2
Initial release, tests behavior of cards for Eliptic curves TYPE_EC_FP and TYPE_EC_F2M:
allocation of keypair
default curve
set of cutom curve
generation of secret via ECDH
behavior when invalid curve/point is provided
Parsing application executes operation on a card and provides annotated parsed results.
ECTester v0.0.1
removal of leftover code