ASN.1 Editor v23.12.17
This release implements the long-requested feature to view some implicit context-specific types as text rather than in hex. This is extremely useful when viewing/editing Subject Alternative Names (SAN) extension, where all alternative name types use CHOICE
and ASN.1 Editor showed them as hex dump. Now, I'm trying to figure out if context-specific type consist of ASCII printable characters and if they do, convert them to text.
And you can view/edit these types in text mode:
In addition, Node Content Editor UI is updated. Text radio button is enabled only when node supports content editing in text mode:
In this case, node content contains non-printable characters, thus Text radio is disabled.