From 53ced4be8be6dbbba82e74e9acb851f90b552588 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 28 Apr 2015 17:21:31 +0100 Subject: [PATCH] Change foolscap dependency to >= 0.8.0. refs #2400 Signed-off-by: Daira Hopwood --- src/allmydata/_auto_deps.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 686a0cce..26eaee1a 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -34,7 +34,10 @@ install_requires = [ # * foolscap < 0.6 is incompatible with Twisted 10.2.0. # * foolscap 0.6.1 quiets a DeprecationWarning. # * foolscap < 0.6.3 is incompatible with Twisted 11.1.0 and newer. - "foolscap >= 0.6.3", + # * foolscap 0.8.0 generates 2048-bit RSA-with-SHA-256 signatures, + # rather than 1024-bit RSA-with-MD5. This also allows us to work + # with a FIPS build of OpenSSL. + "foolscap >= 0.8.0", # Needed for SFTP. # pycrypto 2.2 doesn't work due to -- 2.37.2