mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
ecc-sos: Apply SOS also to ECDSA.
This causes a regression in: FAIL: tests/openpgp/ecc.scm Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
d18fa9fb9a
commit
f71dff40ea
3 changed files with 12 additions and 5 deletions
|
@ -1024,6 +1024,7 @@ transfer_format_to_openpgp (gcry_sexp_t s_pgp, PKT_public_key *pk)
|
|||
if (!value || !valuelen)
|
||||
goto bad_seckey;
|
||||
if (is_enc
|
||||
|| pk->pubkey_algo == PUBKEY_ALGO_ECDSA
|
||||
|| pk->pubkey_algo == PUBKEY_ALGO_EDDSA
|
||||
|| pk->pubkey_algo == PUBKEY_ALGO_ECDH)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue