[Cryptech-Commits] [sw/pkcs11] branch master updated: Clean up debugging output left in one of the unit tests.
git at cryptech.is
git at cryptech.is
Tue Jun 14 23:42:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/pkcs11.
The following commit(s) were added to refs/heads/master by this push:
new 070a8ba Clean up debugging output left in one of the unit tests.
070a8ba is described below
commit 070a8bae7310ac1bc3c94902e377bd685ff4b10a
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jun 14 19:36:14 2016 -0400
Clean up debugging output left in one of the unit tests.
---
unit_tests.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/unit_tests.py b/unit_tests.py
index 10b77ea..beb819b 100644
--- a/unit_tests.py
+++ b/unit_tests.py
@@ -498,7 +498,6 @@ class TestKeys(unittest.TestCase):
CKA_COEFFICIENT = inverse(k.q, k.p),
CKA_EXPONENT_1 = k.d % (k.p - 1),
CKA_EXPONENT_2 = k.d % (k.q - 1))
- print "Public key 0x{:x} private key 0x{:x}".format(public_key, private_key)
self.assertIsKeypair(public_key, private_key)
hamster = "Your mother was a hamster"
p11.C_SignInit(self.session, CKM_SHA512_RSA_PKCS, private_key)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list