Skip to content

Releases: ecsec/open-ecard

2.3.12

24 Apr 13:12

Choose a tag to compare

Fixes

  • fix exchanging websocket listener in cardlink addon on iOS

Features

  • ci improvements
  • systray fixed

2.3.11

31 Mar 12:16
v2.3.11

Choose a tag to compare

v2.3.11

Release version 2.3.11

2.3.11-rc.2

25 Mar 12:57
v2.3.11-rc.2
ef32d57

Choose a tag to compare

2.3.11-rc.2 Pre-release
Pre-release
v2.3.11-rc.2

v2.3.11-rc.2

2.3.11-rc.1

24 Mar 10:45
v2.3.11-rc.1
c70bddc

Choose a tag to compare

2.3.11-rc.1 Pre-release
Pre-release
v2.3.11-rc.1

v2.3.11-rc.1

2.3.10

27 Feb 11:17

Choose a tag to compare

Fixes

  • Prevent possible crash on iOS if a card is brought to the device during scanning which is no iso7816 but is not filtered by iOS AID filters
  • Remove an old deprecated context function for creating open ecard instances

Features

  • Improve card detection, regarding unknown or insufficient cards
  • Add associated interaction callbacks
  • In cardlink plugin ensure that the protocol related websocket is always activated after cardlink phase. Regardless of the outcome.

The added interaction handlers make changes in interface implementations nescessary

2.3.9

10 Feb 12:36

Choose a tag to compare

#feat:

  • Improves build-system

#fix:

  • Runtime error in introduced in v2.3.8

2.3.8

04 Feb 14:50

Choose a tag to compare

#feat:

  • Allows to register a loghandler on for ios builds
  • Add more control over logging for ios builds
  • Check only EE cert
  • Partial migration to kotlin
  • Updates in card info files
  • Read datasets with extended lengths apdus
  • Add desktop-lib for desktop apps using the approach of mobile-lib integration
  • Enable Cardlink-Plugin to read eGKs without CAN if a wired connection is used
  • Add content of EF.PD (personal data) of eGKs in results of the Cardlink-Plugin

#fix:

  • minor bugfixes

#issues

  • Introduces runtime error on ios builds

2.3.7

12 Dec 07:23

Choose a tag to compare

feat:

  • reconnect websocket in cardlink-plugin during TAN-Validation if connection lost

2.3.6

31 Oct 12:56

Choose a tag to compare

Changes since 2.3.5

feat:

  • Add additional error codes used in cardlink plugin

known:

  • osx installers still missing
  • the release is based on a rebased branch which needs cleanup

2.3.5

24 Oct 13:14

Choose a tag to compare

Changes since 2.3.2

feat:

  • Optimizations in card communications with egK (short ef support)
  • Possibilty to repeat failed steps in cardlink interations like wrong TAN etc.
  • Add ICCSN-Reassignment in cardlink plugin
  • Improved error handling in cardlink plugin
  • update kotlin multiplatform

fix:

  • remove bitcode from ios builds
  • fix a seldom crash due to a nullpointer during termination of processes

known:

  • osx installers still missing
  • the release is based on a rebased branch which needs cleanup