]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
Suppress the PowmInsecureWarning from PyCrypto. refs #1586
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index fc68c6c359c85c48041d78fab6789ae4d2ebf02c..5bb2c0c282a20f2445e66b6a2ff87e8b069fef9b 100644 (file)
@@ -115,6 +115,10 @@ user_warning_messages = [
     "Reliable disconnection notification requires pywin32 215 or later",
 ]
 
+runtime_warning_messages = [
+    "Not using mpz_powm_sec.  You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.",
+]
+
 warning_imports = [
     'nevow',
     'twisted.persisted.sob',