mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-07 12:27:59 +08:00
sending IV to client before DKDN, DKUP and DKRP (the most sensitive messages). unit tests to support changes. made crypto stream tests a bit less spammy by using NiceMock.
This commit is contained in:
@@ -396,7 +396,7 @@ CClient*
|
||||
CClientApp::openClient(const CString& name, const CNetworkAddress& address, CScreen* screen)
|
||||
{
|
||||
CClient* client = new CClient(
|
||||
*EVENTQUEUE, name, address, new CTCPSocketFactory, NULL, screen);
|
||||
EVENTQUEUE, name, address, new CTCPSocketFactory, NULL, screen);
|
||||
|
||||
try {
|
||||
EVENTQUEUE->adoptHandler(
|
||||
|
||||
Reference in New Issue
Block a user