diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-05-20 18:45:16 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-05-20 18:45:16 -0400 |
commit | 43c88d6e283aae649c5b706832e0e2610532066d (patch) | |
tree | 61354571d9fdf67947c780811abfb3080f44a933 /tests/test_client.py | |
parent | dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9 (diff) |
Revert "Mark new tests that require SHA1"
This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9.
Forgot this decorator wasn't ported back this far, heh.
Diffstat (limited to 'tests/test_client.py')
-rw-r--r-- | tests/test_client.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index d21f0323..21694e28 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -361,11 +361,9 @@ class SSHClientTest(ClientTest): == "{}-cert-v01@openssh.com".format(alg) ) - @requires_sha1_signing def test_old_openssh_needs_ssh_rsa_for_certs_not_rsa_sha2(self): self._cert_algo_test(ver="7.7", alg="ssh-rsa") - @requires_sha1_signing def test_newer_openssh_uses_rsa_sha2_for_certs_not_ssh_rsa(self): # NOTE: 512 happens to be first in our list and is thus chosen self._cert_algo_test(ver="7.8", alg="rsa-sha2-512") |