| Summary: | net-p2p/fms-0.3.74 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dennis Nezic <dennisn> |
| Component: | Current packages | Assignee: | Thomas Sachau <tommy> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | net-p2p |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Closing this bug as obsolete as the current fms version is 0.3.79 and it uses mbedtls instead of polarssl. For any remaining issues, please open a new bug. |
fms 0.3.74 is out, with minor improvements. My patch is still necessary for the frost USE flag: --- frostidentity.cpp 2012-03-02 18:19:04.000000000 -0500 +++ frostidentity.cpp.new 2014-09-22 11:27:39.000000000 -0400 @@ -94,7 +95,7 @@ sha1(&data[0],data.size(),&hashdata[0]); m_rsa.len=sigdata.size(); - rval=rsa_pkcs1_verify(&m_rsa,RSA_PUBLIC,SIG_RSA_SHA1,hashdata.size(),&hashdata[0],&sigdata[0]); + rval=rsa_pkcs1_verify(&m_rsa,NULL,NULL,RSA_PUBLIC,POLARSSL_MD_SHA1,hashdata.size(),&hashdata[0],&sigdata[0]); return (rval==0) ? true : false; } Reproducible: Always