summaryrefslogtreecommitdiff
path: root/tests/test_x509.py
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2018-10-07 18:27:13 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-10-07 20:19:30 +0200
commit95d1b512c75e8c6cfc723a3d2513f97558c367d7 (patch)
treeab7cda9b3ca0f2e3a29e115096f0a8627636c23e /tests/test_x509.py
parent80326b5f4e85b2b0f391fb82a18c672015e8f82d (diff)
downloadm2crypto-95d1b512c75e8c6cfc723a3d2513f97558c367d7.tar.gz
Create 2048 bit test keys
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r--tests/test_x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py
index 644c811..057d7da 100644
--- a/tests/test_x509.py
+++ b/tests/test_x509.py
@@ -27,7 +27,7 @@ class X509TestCase(unittest.TestCase):
pass
def setUp(self):
- self.expected_hash = 'F0429E180321BB3C0CBEAB811360BB0E27CC0259'
+ self.expected_hash = 'BA4212E8B55527570828E7F5A0005D17C64BDC4C'
def mkreq(self, bits, ca=0):
pk = EVP.PKey()