Remove debug output from AuthenticatedKeyAgreementWithRolesValidate
parent
21518778c5
commit
88b37cff04
|
|
@ -196,15 +196,6 @@ bool AuthenticatedKeyAgreementWithRolesValidate(AuthenticatedKeyAgreementDomain
|
||||||
if (memcmp(val1.begin(), val2.begin(), initiator.AgreedValueLength()))
|
if (memcmp(val1.begin(), val2.begin(), initiator.AgreedValueLength()))
|
||||||
{
|
{
|
||||||
std::cout << "FAILED authenticated agreed values not equal" << std::endl;
|
std::cout << "FAILED authenticated agreed values not equal" << std::endl;
|
||||||
|
|
||||||
std::cout << "Initiator: ";
|
|
||||||
StringSource(val1.begin(), val1.size(), true, new HexEncoder(new FileSink(std::cout)));
|
|
||||||
std::cout << "\n";
|
|
||||||
|
|
||||||
std::cout << "Recipient: ";
|
|
||||||
StringSource(val2.begin(), val2.size(), true, new HexEncoder(new FileSink(std::cout)));
|
|
||||||
std::cout << "\n";
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue