Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit a85534dfe6 - Show all commits

View file

@ -36,7 +36,7 @@
{
return $rpcRequest->produceResponse(PasswordManager::verifyPassword($request->getPeer()->getUuid(), $rpcRequest->getParameter('password')));
}
catch (CryptographyException $e)
catch (CryptographyException)
{
return $rpcRequest->produceResponse(false);
}