Skip to content

openpgp: Make KeyFlags easier to use.

Neal H. Walfield requested to merge neal/workwork into main
  • Add KeyFlags::set_certification_to, KeyFlags::set_signing_to, KeyFlags::set_transport_encryption_to, KeyFlags::set_storage_encryption_to, KeyFlags::set_split_key_to, and KeyFlags::set_group_key_to.

    • This interface is easier to use when the caller has a boolean.

    • Fixes #1018 (closed).

Merge request reports