Opened at 2016-07-01T17:57:49Z
Last modified at 2016-10-12T13:29:11Z
#100 new enhancement
upgrade python bindings to use a recent stable version of cryptopp
Reported by: | dawuud | Owned by: | dawuud |
---|---|---|---|
Priority: | blocker | Milestone: | |
Version: | 0.5.29 | Keywords: | |
Cc: | Launchpad Bug: |
Description
use more recent stable version of cryptopp
Change History (7)
comment:1 Changed at 2016-07-01T17:58:05Z by dawuud
- Owner set to dawuud
comment:2 Changed at 2016-07-01T18:04:37Z by dawuud
- Type changed from defect to enhancement
comment:3 Changed at 2016-07-02T12:44:15Z by dawuud
comment:4 Changed at 2016-07-02T18:03:38Z by dawuud
i got the build working. i replaced config.h with config.recommend
comment:5 Changed at 2016-08-11T17:04:16Z by dawuud
this is the latest crypto++ from upstream master... it builds and tests fine but not additional functionality was added:
https://github.com/tahoe-lafs/pycryptopp/pull/30
comment:6 Changed at 2016-10-12T10:02:31Z by dawuud
here's the latest
https://github.com/tahoe-lafs/pycryptopp/pull/32
adds cryptopp 5.6.5
all tests pass.
comment:7 Changed at 2016-10-12T13:29:11Z by daira
We are upgrading to fix https://www.cvedetails.com/cve/CVE-2016-7420/ .
Note: See
TracTickets for help on using
tickets.
using the cryptopp maintainer's git repo git@…:weidai11/cryptopp.git
copied sources files from tagged branch CRYPTOPP_5_6_3;
however pycryptopp doesn't build because of errors like these