Opened at 2011-11-17T22:50:31Z
Last modified at 2013-10-17T14:54:59Z
#1586 closed defect
"PowmInsecureWarning: Not using mpz_powm_sec" warning from PyCrypto — at Initial Version
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | normal | Milestone: | eventually |
Component: | packaging | Version: | 1.9.0b1 |
Keywords: | pycrypto-lib libgmp security sftp | Cc: | |
Launchpad Bug: |
Description
This warning occurs when importing PyCrypto? 2.4.1:
/usr/local/lib/python2.6/dist-packages/pycrypto-2.4.1-py2.6-linux-x86_64.egg/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.
We probably just need to accelerate our programme to get rid of PyCrypto? (http://twistedmatrix.com/trac/ticket/4633).
Note: See
TracTickets for help on using
tickets.