[Cryptech-Commits] [sw/libhal] 08/14: Fix strnagely-named test.

git at cryptech.is git at cryptech.is
Thu Apr 6 23:38:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch pkcs8
in repository sw/libhal.

commit afe4be7967b91e48977d1e42994d0bcf079ffbf9
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Apr 4 00:32:04 2017 -0400

    Fix strnagely-named test.
---
 unit-tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unit-tests.py b/unit-tests.py
index f461a0e..2480506 100644
--- a/unit-tests.py
+++ b/unit-tests.py
@@ -280,7 +280,7 @@ class TestPKeyGen(TestCaseLoggedIn):
     def test_gen_sign_verify_ecdsa_p521_sha512(self):
         self.gen_sign_verify_ecdsa(HAL_DIGEST_ALGORITHM_SHA512, HAL_CURVE_P521)
 
-    def test_gen_sign_verify_rsa_1024_p256_sha256(self):
+    def test_gen_sign_verify_rsa_1024_sha256(self):
         self.gen_sign_verify_rsa(HAL_DIGEST_ALGORITHM_SHA256, 1024)
 
     @unittest.skipUnless(args.all_tests, "Slow")



More information about the Commits mailing list