]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Replace the hard-coded 522-bit RSA key size used for tests with a TEST_RSA_KEY_SIZE...
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 10 Aug 2011 20:23:10 +0000 (13:23 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 10 Aug 2011 20:23:10 +0000 (13:23 -0700)
src/allmydata/test/common.py
src/allmydata/test/no_network.py
src/allmydata/test/test_keygen.py
src/allmydata/test/test_mutable.py

index d728bcb068266107ca4741ead6e698150c6a8594..0be410be87e1138a4d42931c348efc20c1971519 100644 (file)
@@ -26,6 +26,7 @@ from allmydata.key_generator import KeyGeneratorService
 import allmydata.test.common_util as testutil
 from allmydata import immutable
 
+TEST_RSA_KEY_SIZE = 2048
 
 def flush_but_dont_ignore(res):
     d = flushEventualQueue()
index 4730a952601dd306a6aa0251c2e67aab6598202f..f510544ba12f3756c0c0d2218a58ea41c5ae6196 100644 (file)
@@ -27,6 +27,8 @@ from allmydata.util import fileutil, idlib, hashutil
 from allmydata.util.hashutil import sha1
 from allmydata.test.common_web import HTTPClientGETFactory
 from allmydata.interfaces import IStorageBroker
+from allmydata.test.common import TEST_RSA_KEY_SIZE
+
 
 class IntentionalError(Exception):
     pass
index c282a888291937dfe01156055b1ff201a49fa676..fe459cfbd3e04fdd142d7a92dc4f366f2daf9c41 100644 (file)
@@ -7,6 +7,7 @@ from foolscap.api import Tub, fireEventually, flushEventualQueue
 
 from allmydata import key_generator
 from allmydata.util import pollmixin
+from allmydata.test.common import TEST_RSA_KEY_SIZE
 from pycryptopp.publickey import rsa
 
 def flush_but_dont_ignore(res):
index 1ef424da95674a82a2ee2d17262433ee498f9f07..1b7fc9fb2f3caa0ebcba998996c8882c1bfa7f02 100644 (file)
@@ -35,6 +35,8 @@ from allmydata.mutable.layout import unpack_header, MDMFSlotReadProxy
 from allmydata.mutable.repairer import MustForceRepairError
 
 import allmydata.test.common_util as testutil
+from allmydata.test.common import TEST_RSA_KEY_SIZE
+
 
 # this "FakeStorage" exists to put the share data in RAM and avoid using real
 # network connections, both to speed up the tests and to reduce the amount of