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 ecdd9e1228 - Show all commits

View file

@ -50,10 +50,7 @@
PasswordManager::setPassword($request->getPeer(), $rpcRequest->getParameter('password')); PasswordManager::setPassword($request->getPeer(), $rpcRequest->getParameter('password'));
// Remove the SET_PASSWORD flag & update the session flow if necessary // Remove the SET_PASSWORD flag & update the session flow if necessary
if($request->getSession()->flagExists(SessionFlags::SET_PASSWORD)) SessionManager::updateFlow($request->getSession(), [SessionFlags::SET_PASSWORD]);
{
SessionManager::updateFlow($request->getSession(), [SessionFlags::SET_PASSWORD]);
}
} }
catch(Exception $e) catch(Exception $e)
{ {