summaryrefslogtreecommitdiff
path: root/www/tverify
diff options
context:
space:
mode:
authorMarkus Warg <mw@it-sls.de>2010-03-29 09:54:06 +0200
committerMarkus Warg <mw@it-sls.de>2010-03-29 09:54:06 +0200
commit9dceece06fbdc98add6f76f0b1aec05891a394c4 (patch)
treef7227c28ca5f79f30c2ec81ba1a09a4fe3972436 /www/tverify
parent5b68967def224a00f54eb54946ff17301bbd3cdb (diff)
downloadcacert-devel-9dceece06fbdc98add6f76f0b1aec05891a394c4.tar.gz
cacert-devel-9dceece06fbdc98add6f76f0b1aec05891a394c4.tar.xz
cacert-devel-9dceece06fbdc98add6f76f0b1aec05891a394c4.zip
remove cacert/ prefix
Diffstat (limited to 'www/tverify')
-rw-r--r--www/tverify/CVS/Entries2
-rw-r--r--www/tverify/CVS/Repository1
-rw-r--r--www/tverify/CVS/Root1
-rw-r--r--www/tverify/seclayer.php27
4 files changed, 31 insertions, 0 deletions
diff --git a/www/tverify/CVS/Entries b/www/tverify/CVS/Entries
new file mode 100644
index 0000000..77aedda
--- /dev/null
+++ b/www/tverify/CVS/Entries
@@ -0,0 +1,2 @@
+/seclayer.php/1.2/Sun Apr 6 19:45:26 2008//
+D
diff --git a/www/tverify/CVS/Repository b/www/tverify/CVS/Repository
new file mode 100644
index 0000000..385b80a
--- /dev/null
+++ b/www/tverify/CVS/Repository
@@ -0,0 +1 @@
+cacert/www/tverify
diff --git a/www/tverify/CVS/Root b/www/tverify/CVS/Root
new file mode 100644
index 0000000..a363882
--- /dev/null
+++ b/www/tverify/CVS/Root
@@ -0,0 +1 @@
+/var/lib/cvs
diff --git a/www/tverify/seclayer.php b/www/tverify/seclayer.php
new file mode 100644
index 0000000..50c7fb2
--- /dev/null
+++ b/www/tverify/seclayer.php
@@ -0,0 +1,27 @@
+<? /*
+ LibreSSL - CAcert web application
+ Copyright (C) 2004-2008 CAcert Inc.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+*/ ?>
+<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>