Skip to content

openpgp: Reject short key IDs.

Neal H. Walfield requested to merge neal/short-keyids into main
  • When parsing a key ID string, reject short key IDs.

    • Note: we can't reject short key IDs in KeyID::from_bytes, because that function in infallible. But, that function does return KeyID::Invalid when presented with a short key ID.

    • Fixes #388 (closed).

Merge request reports