summaryrefslogtreecommitdiff
path: root/tests/pkits
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-23 15:41:29 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-23 15:41:29 +0000
commitc58300e729bad9e3e00e8d5a1487df9d01c94534 (patch)
tree469011bf926446b484432096dbd444238886f5f6 /tests/pkits
parentc5e645e1b1d3ce7fef4789717a40506003df0686 (diff)
downloadgnutls-c58300e729bad9e3e00e8d5a1487df9d01c94534.tar.gz
Add.
Diffstat (limited to 'tests/pkits')
-rwxr-xr-xtests/pkits33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/pkits b/tests/pkits
new file mode 100755
index 0000000000..cd937d3704
--- /dev/null
+++ b/tests/pkits
@@ -0,0 +1,33 @@
+#!/bin/sh
+
+# Copyright (C) 2004 Free Software Foundation
+#
+# This file is part of GNUTLS.
+#
+# GNUTLS 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; either version 2 of the License, or
+# (at your option) any later version.
+#
+# GNUTLS 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+echo "Running PKITS CRL..."
+./pkits_crl
+
+echo "Running PKITS CRT..."
+./pkits_crt
+
+echo "Running PKITS PKCS#12..."
+./pkits_pkcs12
+
+echo "Running PKITS S/MIME..."
+./pkits_smime
+
+echo "Done"