Hi,
Not just sign-only Curve 448 subkey, gpg will fail after any subkey
(RSA/ECC [S]/[E]/[A]/[C]) is created when a keypair is generated with Curve
448.
When gpg fails, how can I recover keys?
This is so important.
This bug will destroy keydb, it is a "big" issue.
_
Hi,
gpg failed after I created a second sign-only Curve 448 key.
# gpg2 --version
gpg (GnuPG) 2.3.2
libgcrypt 1.9.4
# gpg2 --full-gen-key
...
Please select what kind of key you want:
(1) RSA and RSA
(2) DSA and Elgamal
(3) DSA (sign only)
(4) RSA (sign only)
(7) DSA (set your own c
That's good, it's fixed.
On Tue, Apr 27, 2021 at 7:07 AM Niibe Yutaka wrote:
> On Sun, 25 Apr 2021 16:41, William Holmes said:
> > I encrypted the file with '--hidden-recipient'.
> > After decryption failed, gpg-agent was killed.
>
> This is because there is a bug for decryption of anon recip
Hi,
I just found an issue today.
There's 2 keys, TestUser1 and TestUser2.
TestUser1 was without a passphrase.
TestUser2 was passphrase-protected, and used Curve 448 for encryption.
I encrypted the file with '--hidden-recipient'.
After decryption failed, gpg-agent was killed.
Here's the output:
---