From 51986396962e08979ea33de6f8ed0751313b135a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 27 Dec 2006 18:13:24 +0000 Subject: Add. --- tests/userid/userid | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 tests/userid/userid (limited to 'tests/userid') diff --git a/tests/userid/userid b/tests/userid/userid new file mode 100755 index 0000000000..20550395ad --- /dev/null +++ b/tests/userid/userid @@ -0,0 +1,28 @@ +#!/bin/sh + +# Copyright (C) 2006 Free Software Foundation +# +# Author: Simon Josefsson +# +# 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 GNUTLS; if not, write to the Free Software Foundation, +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +set -e + +srcdir=${srcdir:-.} +CERTTOOL=${CERTTOOL:-../../src/certtool} + +exec $CERTTOOL --certificate-info --infile $srcdir/userid.pem -- cgit v1.2.1