Skip to content

Releases: crocs-muni/ECTester

ECTester v0.3.3

18 Mar 13:43
0.3.3
Compare
Choose a tag to compare

Many fixes in tests, Command chaining support, preset and random key testing.

ECTester v0.3.2

22 Feb 09:37
0.3.2
Compare
Choose a tag to compare
Support for testing with preset semi-random keys, more precise time m…

…easurement, ...

ECTester v0.3.1

28 Nov 00:21
0.3.1
Compare
Choose a tag to compare
Support for BoringSSL, libgcrypt, WolfSSL; backported applet to 2.2.1…

…; ...

ECTester v0.3.0

15 Oct 16:37
v0.3.0
Compare
Choose a tag to compare

Support for OpenSSL, MS-CNG, Crypto++, added many new test-suites.

ECTester v0.2.0

31 Jan 18:23
v0.2.0
Compare
Choose a tag to compare
  • 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

10 Nov 12:37
v0.1.0
Compare
Choose a tag to compare

Major rewrite, many new test suites, ECDH/ECDSA/Keygen timing.

ECTester v0.0.3

04 Oct 11:15
Compare
Choose a tag to compare
  • 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

09 Sep 16:37
Compare
Choose a tag to compare

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

09 Sep 12:28
Compare
Choose a tag to compare
ECTester v0.0.1 Pre-release
Pre-release
removal of leftover code