vanrein / hexio

Low-level I/O helpers for hexadecimal, tty/serial devices and so on
Other
2 stars 0 forks source link

Incorporate ASN.1 grammar #9

Open vanrein opened 5 years ago

vanrein commented 5 years ago

Make use of Quick DER generated structures (which can include Python classes).

Introduced in 083f78538f17497ce32c44dc5b8651dd981c4a26 off the main branch but not free from issues:

  1. Sometimes printing 1st field name before structure to be entered.
  2. Need guidance for entry into PRIMITIVE structures such as OCTETSTRING or BITSTRING.
  3. Need guidance for (printing of, and) type matching for ANY.
  4. Need to retain _TYPTR for named type definitions such as LDAPDN.
vanrein commented 5 years ago
  1. Skips ahead of [0] in a simple Kerberos ticket (that it does recognise automagically!)