diff --git a/dumpasn1/dumpasn1.1 b/dumpasn1/dumpasn1.1 new file mode 100644 index 0000000000..2c97f7b923 --- /dev/null +++ b/dumpasn1/dumpasn1.1 @@ -0,0 +1,73 @@ +.TH dumpasn1 1 User Manuals +.SH NAME +dumpasn1 \- ASN.1 object dump/syntax check program +.SH SYNOPSIS +\fBdumpasn1 [\fIoptions\fB] \fIfile\fB +\f1 +.SH DESCRIPTION +An ASN.1 object dump program which will dump data encoded using any of the ASN.1 encoding rules in a variety of user-specified formats. +.SH OPTIONS +.TP +\fB-\f1 +Take input from stdin (some options may not work properly). +.TP +\fB-\f1\fInumber\f1 +Start \fInumber\f1 bytes into the file. +.TP +\fB--\f1 +End of arg list. +.TP +\fB-a\f1 +Print all data in long data blocks, not just the first 128 bytes. +.TP +\fB-c\f1 \fIfile\f1 +Read Object Identifier info from alternate config file (values will override equivalents in global config file) +.TP +\fB-d\f1 +Print dots to show column alignment. +.TP +\fB-e\f1 +Don't print encapsulated data inside OCTET/BIT STRINGs. +.TP +\fB-f\f1 \fIfile\f1 +Dump object at offset -\fInumber\f1 to file (allows data to be extracted from encapsulating objects) +.TP +\fB-h\f1 +Hex dump object header (tag+length) before the decoded output +.TP +\fB-hh\f1 +Same as -h but display more of the object as hex data. +.TP +\fB-l\f1 +Long format, display extra info about Object Identifiers. +.TP +\fB-o\f1 +Don't check validity of character strings hidden in octet strings. +.TP +\fB-p\f1 +Pure ASN.1 output without encoding information. +.TP +\fB-r\f1 +Print bits in BIT STRING as encoded in reverse order +.TP +\fB-s\f1 +Syntax check only, don't dump ASN.1 structures. +.TP +\fB-t\f1 +Display text values next to hex dump of data. +.TP +\fB-u\f1 +Don't format UTCTime/GeneralizedTime string data. +.TP +\fB-x\f1 +Display size and offset in hex not decimal. +.SH FILES +\fI./dumpasn1.cfg, $HOME/.dumpasn1.cfg, /etc/dumpasn1/dumpasn1.cfg\f1: This is the configuration file, it will be searched in this order. It contains OIDs commonly used. +.SH AUTHORS +qoute from Peter Gutmann: + +ASN.1 object dumping code, copyright Peter Gutmann , based on ASN.1 dump program by David Kemp , with contributions from various people including Matthew Hamrick , Bruno Couillard , Hallvard Furuseth , Geoff Thorpe , David Boyce , John Hughes , Life is hard, and then you die , Hans-Olof Hermansson , Tor Rustad , Kjetil Barvik , James Sweeny , and several other people whose names I've misplaced. + +dumpasn1 is available at \fBhttp://www.cs.auckland.ac.nz/~pgut001/\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth for Debian. diff --git a/dumpasn1/dumpasn1.spec b/dumpasn1/dumpasn1.spec index c90007780c..b0e235f175 100644 --- a/dumpasn1/dumpasn1.spec +++ b/dumpasn1/dumpasn1.spec @@ -33,7 +33,7 @@ Class: PLUS Group: Security License: OpenSource Version: 20060626 -Release: 20061012 +Release: 20061013 # list of sources Source0: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dumpasn1/dumpasn1-%{version}.tar.gz