JHUISI / charm

Charm: A Framework for Rapidly Prototyping Cryptosystems
http://charm-crypto.io
GNU Lesser General Public License v3.0
541 stars 166 forks source link

Installing Charm-crypto-0.42- python2.7 with openssl 1,1, I am getting following error #264

Open ck-chaudhary opened 3 years ago

ck-chaudhary commented 3 years ago
charm/core/math/integer/integermodule.c: In function ‘bnToLongObj’: charm/core/math/integer/integermodule.c:96:19: error: dereferencing pointer to incomplete type ‘BIGNUM’ {aka ‘struct bignum_st’} 96 for(i = 0; i < m->dmax; i++) {

I have gone through issue# 209 but it seems different.

xaionaro commented 2 years ago

Having the same issue. Ubuntu/20.04.

redshark314 commented 1 year ago

Try dowgrading to openssl 1.0.0

xaionaro commented 1 year ago

OpenSSL 1.0.0 was released like 3 years ago. I imagine a lot of vulnerabilities was closed since then. And even if we put that aside, still downgrading openssl is not a solution.