mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
temporary disabled tunnel test encryption due instability
This commit is contained in:
parent
b2a6b6657f
commit
9328bd1caf
@ -208,16 +208,10 @@ namespace tunnel
|
|||||||
}
|
}
|
||||||
if (!failed)
|
if (!failed)
|
||||||
{
|
{
|
||||||
uint8_t key[32], tag[32];
|
|
||||||
rnd.GenerateBlock (key, 32); // random session key
|
|
||||||
rnd.GenerateBlock (tag, 32); // random session tag
|
|
||||||
m_LocalDestination.AddSessionKey (key, tag);
|
|
||||||
i2p::garlic::GarlicRoutingSession garlic (key, tag);
|
|
||||||
|
|
||||||
uint32_t msgID = rnd.GenerateWord32 ();
|
uint32_t msgID = rnd.GenerateWord32 ();
|
||||||
m_Tests[msgID] = std::make_pair (*it1, *it2);
|
m_Tests[msgID] = std::make_pair (*it1, *it2);
|
||||||
(*it1)->SendTunnelDataMsg ((*it2)->GetNextIdentHash (), (*it2)->GetNextTunnelID (),
|
(*it1)->SendTunnelDataMsg ((*it2)->GetNextIdentHash (), (*it2)->GetNextTunnelID (),
|
||||||
garlic.WrapSingleMessage (CreateDeliveryStatusMsg (msgID)));
|
CreateDeliveryStatusMsg (msgID));
|
||||||
it1++; it2++;
|
it1++; it2++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user