on a second thought, please don't actually send mails.

it is sufficient to just import the key in question and try to encrypt a
file with it:

  gpg2 --recv-keys F2AD85AC1E42B367
  touch /tmp/test.txt
  gpg2 --recipient F2AD85AC1E42B367 --encrypt /tmp/test.txt

on xenial, you'll see an error that the "object is too short", but if
you use any older key from your keyring it will simpley encrypt the
file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1677903

Title:
  unable to send encrypted message with state-of-the-art OpenPGP keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1677903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to