mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
parent
fe46b0aaa1
commit
c4ca513791
2 changed files with 6 additions and 2 deletions
|
@ -1141,8 +1141,10 @@ bool GxsSecurity::validateNxsGrp(const RsNxsGrp& grp, const RsTlvKeySignature& s
|
||||||
signOk = EVP_VerifyFinal(mdctx, sigbuf, siglen, signKey);
|
signOk = EVP_VerifyFinal(mdctx, sigbuf, siglen, signKey);
|
||||||
EVP_MD_CTX_destroy(mdctx);
|
EVP_MD_CTX_destroy(mdctx);
|
||||||
|
|
||||||
|
#ifdef GXS_SECURITY_DEBUG
|
||||||
if(i>0)
|
if(i>0)
|
||||||
std::cerr << "(WW) Checking group signature with old api version " << i+1 << " : tag " << std::hex << api_versions_to_check[i] << std::dec << " result: " << signOk << std::endl;
|
std::cerr << "(WW) Checking group signature with old api version " << i+1 << " : tag " << std::hex << api_versions_to_check[i] << std::dec << " result: " << signOk << std::endl;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* clean up */
|
/* clean up */
|
||||||
|
|
|
@ -863,10 +863,10 @@ int pqissl::Basic_Connection_Complete()
|
||||||
{
|
{
|
||||||
// error - reset socket.
|
// error - reset socket.
|
||||||
// this is a definite bad socket!.
|
// this is a definite bad socket!.
|
||||||
|
#ifdef PQISSL_LOG_DEBUG2
|
||||||
rslog(RSL_WARNING, pqisslzone,
|
rslog(RSL_WARNING, pqisslzone,
|
||||||
"pqissl::Basic_Connection_Complete() Select ERROR(2)");
|
"pqissl::Basic_Connection_Complete() Select ERROR(2)");
|
||||||
|
#endif
|
||||||
net_internal_close(sockfd);
|
net_internal_close(sockfd);
|
||||||
sockfd=-1;
|
sockfd=-1;
|
||||||
//reset();
|
//reset();
|
||||||
|
@ -1598,7 +1598,9 @@ int pqissl::readdata(void *data, int len)
|
||||||
reset_locked();
|
reset_locked();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef PQISSL_LOG_DEBUG2
|
||||||
rslog(RSL_ALERT, pqisslzone, out);
|
rslog(RSL_ALERT, pqisslzone, out);
|
||||||
|
#endif
|
||||||
//std::cerr << out << std::endl ;
|
//std::cerr << out << std::endl ;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue