Skip to content

More parsing and tree-walking methods

Latest
Compare
Choose a tag to compare
@mpalmer mpalmer released this 12 May 06:41
  • DerParse::Node now has #next_node and first_child, to allow travel
    through the "tree" of DER objects that doesn't involve going through every
    node in order. There's also DerParse#first_node to get started.

  • DerParse#resync is now a thing, allowing some forms of corruption to be
    worked around.