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

View file

@ -108,7 +108,7 @@
$data['created'] = new DateTime($data['created']); $data['created'] = new DateTime($data['created']);
$data['last_request'] = new DateTime($data['last_request']); $data['last_request'] = new DateTime($data['last_request']);
$sessionRecord = SessionRecord::fromArray($data); return SessionRecord::fromArray($data);
} }
catch (PDOException | DateMalformedStringException $e) catch (PDOException | DateMalformedStringException $e)