[Pkg-gnutls-commits] r1387 - in /packages/gnutls28/trunk/debian: changelog gnutls-bin.manpages ocsptool.1

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Jan 21 09:38:30 UTC 2012


Author: ametzler
Date: Sat Jan 21 09:38:29 2012
New Revision: 1387

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1387
Log:
Add trivial ocsptool manpage.

Added:
    packages/gnutls28/trunk/debian/ocsptool.1
Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/gnutls-bin.manpages

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1387&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Jan 21 09:38:29 2012
@@ -6,6 +6,7 @@
     testsuite error.
   * Update debian/copyright.
   * Bump shlibs. (OCSP support)
+  * Add trivial ocsptool manpage.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 07 Jan 2012 13:05:15 +0100
 

Modified: packages/gnutls28/trunk/debian/gnutls-bin.manpages
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/gnutls-bin.manpages?rev=1387&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/gnutls-bin.manpages (original)
+++ packages/gnutls28/trunk/debian/gnutls-bin.manpages Sat Jan 21 09:38:29 2012
@@ -1,3 +1,4 @@
 debian/tmp/usr/share/man/*/*.1
 debian/tmp/usr/share/man/*/*.8
 debian/crywrap.8
+debian/ocsptool.1

Added: packages/gnutls28/trunk/debian/ocsptool.1
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/ocsptool.1?rev=1387&op=file
==============================================================================
--- packages/gnutls28/trunk/debian/ocsptool.1 (added)
+++ packages/gnutls28/trunk/debian/ocsptool.1 Sat Jan 21 09:38:29 2012
@@ -1,0 +1,76 @@
+.TH ocsptool "1" "January 2012"
+.SH NAME
+ocsptool \- commandline OCSP application
+.SH DESCRIPTION
+This is a program that can parse and print information about OCSP
+requests/responses, generate requests and verify responses. 
+.SH OPTIONS
+\fB\-e\fR, \fB\-\-verify\-response\fR
+Verify response.
+.TP
+\fB\-i\fR, \fB\-\-request\-info\fR
+Print information on a OCSP request.
+.TP
+\fB\-j\fR, \fB\-\-response\-info\fR
+Print information on a OCSP response.
+.TP
+\fB\-q\fR, \fB\-\-generate\-request\fR
+Generate a OCSP request.
+.TP
+\fB\-\-no\-nonce\fR
+don't add nonce to OCSP request.
+.TP
+\fB\-\-load\-issuer\fR FILE
+read issuer certificate from FILE.
+.TP
+\fB\-\-load\-cert\fR FILE
+read certificate to check from FILE.
+.TP
+\fB\-\-load\-trust\fR FILE
+read OCSP trust anchors from FILE.
+.TP
+\fB\-\-load\-signer\fR FILE
+read OCSP response signer from FILE.
+.TP
+\fB\-\-inder\fR
+Use DER format for input certificates.
+.TP
+\fB\-Q\fR, \fB\-\-load\-request\fR FILE
+read DER encoded OCSP request from
+FILE.
+.TP
+\fB\-S\fR, \fB\-\-load\-response\fR FILE
+read DER encoded OCSP response from
+FILE.
+.TP
+\fB\-\-outfile\fR FILE
+Output file.
+.TP
+\fB\-\-infile\fR FILE
+Input file.
+.TP
+\fB\-V\fR, \fB\-\-verbose\fR
+More verbose output.
+.TP
+\fB\-d\fR, \fB\-\-debug\fR integer
+Enable debugging
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+prints the program's version number
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+shows this help text
+.SH AUTHOR
+ocsptool was written by Simon Josefsson.
+.SH "SEE ALSO"
+The full documentation for
+.B ocsptool
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B ocsptool
+programs are properly installed at your site, the command
+.IP
+.B info gnutls
+.PP
+should give you access to the complete manual.




More information about the Pkg-gnutls-commits mailing list