security/nss/doc/derdump.xml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
     4 <!ENTITY date SYSTEM "date.xml">
     5 <!ENTITY version SYSTEM "version.xml">
     6 ]>
     8 <refentry id="derdump">
    10   <refentryinfo>
    11     <date>&date;</date>
    12     <title>NSS Security Tools</title>
    13     <productname>nss-tools</productname>
    14     <productnumber>&version;</productnumber>
    15   </refentryinfo>
    17   <refmeta>
    18     <refentrytitle>DERDUMP</refentrytitle>
    19     <manvolnum>1</manvolnum>
    20   </refmeta>
    22   <refnamediv>
    23     <refname>derdump </refname>
    24     <refpurpose>Dumps C-sequence strings from a DER encoded certificate file</refpurpose>
    25   </refnamediv>
    27  <refsynopsisdiv>
    28     <cmdsynopsis>
    29       <command>derdump</command>
    30       <arg><option>-r</option></arg>
    31       <arg><option>-i <replaceable>input-file</replaceable></option></arg>
    32       <arg><option>-o <replaceable>output-file</replaceable></option></arg>
    33     </cmdsynopsis>
    34   </refsynopsisdiv>
    36   <refsection>
    37     <title>STATUS</title>
    38     <para>This documentation is still work in progress. Please contribute to the initial review in <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=836477">Mozilla NSS bug 836477</ulink>
    39     </para>
    40   </refsection>
    42   <refsection>
    43     <title>Description</title>
    45     <para><command>derdump </command>dumps C-sequence strings from a DER encode certificate file </para>
    47   </refsection>
    49 <refsection>
    50     <title>Options</title>
    52     <variablelist>
    54     <varlistentry>
    55         <term><option>-r </option></term>
    56         <listitem><simpara>For formatted items, dump raw bytes as well</simpara></listitem>
    57       </varlistentry>
    59       <varlistentry>
    60         <term><option>-i </option> <replaceable>DER encoded file</replaceable></term>
    61         <listitem><simpara>Define an input file to use (default is stdin)</simpara></listitem>
    62       </varlistentry>
    64       <varlistentry>
    65         <term><option>-o </option> <replaceable>output file</replaceable></term>
    66         <listitem><simpara>Define an output file to use (default is stdout).</simpara></listitem>
    67       </varlistentry>
    69         </variablelist>
    70   </refsection>
    72   <refsection id="resources">
    73     <title>Additional Resources</title>
    74     <para>NSS is maintained in conjunction with PKI and security-related projects through Mozilla dn Fedora. The most closely-related project is Dogtag PKI, with a project wiki at <ulink url="http://pki.fedoraproject.org/wiki/">PKI Wiki</ulink>. </para>
    75 	<para>For information specifically about NSS, the NSS project wiki is located at <ulink url="http://www.mozilla.org/projects/security/pki/nss/">Mozilla NSS site</ulink>. The NSS site relates directly to NSS code changes and releases.</para>
    76 	<para>Mailing lists: pki-devel@redhat.com and pki-users@redhat.com</para>
    77 	<para>IRC: Freenode at #dogtag-pki</para>
    78   </refsection>
    80 <!-- fill in your name first; keep the other names for reference -->
    81   <refsection id="authors">
    82     <title>Authors</title>
    83     <para>The NSS tools were written and maintained by developers with Netscape, Red Hat,  Sun, Oracle, Mozilla, and Google.</para>
    84     <para>
    85 	Authors: Gerhardus Geldenhuis &lt;gerhardus.geldenhuis@gmail.com>. Elio Maldonado &lt;emaldona@redhat.com>, Deon Lackey &lt;dlackey@redhat.com&gt;
    86     </para>
    87   </refsection>
    89 <!-- don't change -->
    90   <refsection id="license">
    91     <title>LICENSE</title>
    92     <para>Licensed under the Mozilla Public License, v. 2.0.  If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
    93     </para>
    94   </refsection>
    96 </refentry>

mercurial