This version includes some enhancements and bug fixes.
Enhancements:
role()
returns aTypeAT
,TypeIS
orTypeST
object.- Added
from_bytes()
method to return CHAT from byte array. cvc_print
displays active CHAT fields.- Added tests for checking certificate validity.
- Added tests for CHAT fields.
- Added methods for returning human readable Role and Type objects.
- Improved compatibility with versions < Python 3.10.
- Added
to_crypto()
method inside the class.
Bug fixes:
- Fix DV foreign creation.
- Fixed
--pin-management
flag. - Fixed
--privileged
flag. - Fixed Role display.
- Fixed #8 related with signature length for SECP521R1 keys.
What's Changed
- Printing of Authorization bits from BSI TR 03110-4 by @xoryouyou in #7
New Contributors
- @xoryouyou made their first contribution in #7
Full Changelog: v1.4.0...v1.5.0