Skip to content

openpgp: Explicit SEIP packet version in the message parser.

Justus Winter requested to merge justus/seipv1 into main
  • In order to deal with version 2 SEIP packets, we first need to be explicit about the packet version in the message parser.

    • Rename the token and grammar rules, pass in a version to MessageParser::push.

Merge request reports