Added the receiver script for the SecurityLayer

This commit is contained in:
root 2008-01-12 22:09:03 +00:00
parent 305f01c80f
commit aa0cf6d83a

10
www/tverify/seclayer.php Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<title>SecurityLayer Result</title>
</head>
<body>
<h1>User: <?=htmlspecialchars($_REQUEST['user'])?></h1>
The following is the result that your signature card has sent to CAcert. At this point, CAcert would have to parse the result and verify the signature, but this hasn't been implemented yet. Our developers might ask you to send them this data. But please be careful, since it contains your personal data!
<pre><?=htmlspecialchars($_REQUEST['XMLResponse'])?></pre>
</body>
</html>