Skip to content

Commit 0783252

Browse files
committed
Do not test Ed448 or X448 unless GnuPG says they are supported
Debian does not support these algorithms.
1 parent 847f955 commit 0783252

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

splitgpg2/test_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def do_test(ty: str, subkey_ty: str, key_param: Union[str, int], subkey_param: U
292292
do_test('ECDSA', 'ECDH', 'NIST P-521', 'NIST P-521')
293293
do_test('ECDSA', 'ECDH', 'secp256k1', 'secp256k1')
294294
do_test('EDDSA', 'ECDH', 'Ed25519', 'Curve25519')
295-
do_test('EDDSA', 'ECDH', 'Ed448', 'X448')
296295

297296
for i in curves:
298297
if i.startswith('ed'):

0 commit comments

Comments
 (0)