Releases: ecsec/open-ecard
Releases · ecsec/open-ecard
2.3.12
2.3.11
v2.3.11 Release version 2.3.11
2.3.11-rc.2
v2.3.11-rc.2 v2.3.11-rc.2
2.3.11-rc.1
v2.3.11-rc.1 v2.3.11-rc.1
2.3.10
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
#feat:
- Improves build-system
#fix:
- Runtime error in introduced in v2.3.8
2.3.8
#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
feat:
- reconnect websocket in cardlink-plugin during TAN-Validation if connection lost
2.3.6
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
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