Skip to content

ASN.1 Editor v23.12.17

Latest
Compare
Choose a tag to compare
@Crypt32 Crypt32 released this 17 Dec 10:00
· 4 commits to master since this release

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.

  • SAN extension presentation before:
    image
  • After:
    image

And you can view/edit these types in text mode:
image


In addition, Node Content Editor UI is updated. Text radio button is enabled only when node supports content editing in text mode:
image

In this case, node content contains non-printable characters, thus Text radio is disabled.