You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-webdb/www/tverify/seclayer.php

11 lines
513 B
PHP

<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>