Skip to content

openpgp: Use our struct Cookie in RawCertParser's BufferedReader.

Justus Winter requested to merge justus/multiple-armored-raw-certs into main
  • We cannot manipulate BufferedReader stacks across different cookie types. Use our struct Cookie for the RawCertParser so that we don't need adapters to translate between the cookie types. This way, we can pop the armored reader off if we want to.

Merge request reports