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

Closed
netkas wants to merge 421 commits from master into dev
2 changed files with 87 additions and 81 deletions
Showing only changes of commit 830133d102 - Show all commits

View file

@ -127,6 +127,12 @@
return; return;
} }
} }
else
{
http_response_code(400);
print('External domains are not supported yet');
return;
}
try try
{ {