Skip to content
Snippets Groups Projects
Commit 51bee060255f authored by Jeff Forcier's avatar Jeff Forcier
Browse files

Merge branch '2.10' into 2.11

No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,6 @@
== "{}-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")
......@@ -374,7 +373,6 @@
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