Skip to content
Snippets Groups Projects
Commit 816f575e322f authored by Paul Howarth's avatar Paul Howarth
Browse files

Mark new tests that require SHA1

parent 51bee060255f
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,7 @@
== "{}-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")
......@@ -373,6 +374,7 @@
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment