Skip to content

openpgp: Fix Encryptor's lifetime parameter.

Neal H. Walfield requested to merge neal/encryptor-fix into main
  • Encryptor uses a single lifetime for two fields, which is too restrictive in some situations.

    • To avoid breaking the API, introduce Encryptor2, which is just Encryptor renamed, and with an added lifetime parameter, and make Encryptor a thin wrapper around Encryptor2.

    • See #1028 (closed).

Merge request reports