Drop the ancient DSA/SHA1 keys from openpgp tests
Related: rhbz#2070722
This commit is contained in:
parent
464efce3c5
commit
24e5415f91
@ -22,4 +22,26 @@ index ceded4af9..277d3c8ca 100644
|
||||
gnupg_initialize_compliance (GNUPG_MODULE_NAME_GPG);
|
||||
|
||||
pargs.argc = &argc;
|
||||
diff --git a/tests/openpgp/gpgv.scm b/tests/openpgp/gpgv.scm
|
||||
index 398f05052..7e137a390 100755
|
||||
--- a/tests/openpgp/gpgv.scm
|
||||
+++ b/tests/openpgp/gpgv.scm
|
||||
@@ -59,7 +59,7 @@
|
||||
(pipe:do
|
||||
(pipe:echo (eval armored-file (current-environment)))
|
||||
(pipe:spawn `(,@gpgv --keyring ,keyring))))
|
||||
- '(msg_ols_asc msg_cols_asc msg_sl_asc msg_oolss_asc msg_cls_asc msg_clss_asc))
|
||||
+ '())
|
||||
|
||||
(for-each-p
|
||||
"Checking that an invalid signature is verified as such"
|
||||
@@ -69,7 +69,7 @@
|
||||
(pipe:echo (eval armored-file (current-environment)))
|
||||
(pipe:spawn `(,@gpgv --keyring ,keyring)))
|
||||
(fail "verification succeeded but should not")))
|
||||
- '(bad_ls_asc bad_fols_asc bad_olsf_asc bad_ools_asc))
|
||||
+ '(bad_ls_asc bad_fols_asc bad_olsf_asc bad_ools_asc msg_ols_asc msg_cols_asc msg_sl_asc msg_oolss_asc msg_cls_asc msg_clss_asc))
|
||||
|
||||
|
||||
;; Need to import the ed25519 sample key used for the next two tests.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user