Skip to content

Commit

Permalink
Do not test Ed448 or X448 unless GnuPG says they are supported
Browse files Browse the repository at this point in the history
Debian does not support these algorithms.
  • Loading branch information
DemiMarie committed Sep 30, 2024
1 parent 847f955 commit 0783252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splitgpg2/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def do_test(ty: str, subkey_ty: str, key_param: Union[str, int], subkey_param: U
do_test('ECDSA', 'ECDH', 'NIST P-521', 'NIST P-521')
do_test('ECDSA', 'ECDH', 'secp256k1', 'secp256k1')
do_test('EDDSA', 'ECDH', 'Ed25519', 'Curve25519')
do_test('EDDSA', 'ECDH', 'Ed448', 'X448')

for i in curves:
if i.startswith('ed'):
Expand Down

0 comments on commit 0783252

Please sign in to comment.