Released: 2023/12/01
What's changed:
This patch resolves some problems detected during demo development and testing. In particular,
a bug has been found during Subject Public Key parsing: the first public key byte was removed and therefore
parsed key was invalid. Moreover, a bug that was causing a fatal error during PassiveAuthentication has been fixed.
In addition, more info are now exported from the NFCPassportModel, such as security protocols,
data groups available and read, hashes and X509 certificate details stored within the SOD.
Other:
- Exported dates are now formatted
- Fixed exported name and surname that they were exchanged
- Filler chars removed from exported strings
- Fixed MRZ properties that are now public and exported
Pull requests
- patch(models): public exposed data by @andrea-deluca in #2
- fix(crypto): pubkey, signed data and PAHandler by @andrea-deluca in #1
- release(v0.1.1): exposed data and bug fix patch by @andrea-deluca in #3
Full Changelog: v0.1.0...v0.1.1