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.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
michael@0 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
michael@0 4 <!ENTITY date SYSTEM "date.xml">
michael@0 5 <!ENTITY version SYSTEM "version.xml">
michael@0 6 ]>
michael@0 7
michael@0 8 <refentry id="derdump">
michael@0 9
michael@0 10 <refentryinfo>
michael@0 11 <date>&date;</date>
michael@0 12 <title>NSS Security Tools</title>
michael@0 13 <productname>nss-tools</productname>
michael@0 14 <productnumber>&version;</productnumber>
michael@0 15 </refentryinfo>
michael@0 16
michael@0 17 <refmeta>
michael@0 18 <refentrytitle>DERDUMP</refentrytitle>
michael@0 19 <manvolnum>1</manvolnum>
michael@0 20 </refmeta>
michael@0 21
michael@0 22 <refnamediv>
michael@0 23 <refname>derdump </refname>
michael@0 24 <refpurpose>Dumps C-sequence strings from a DER encoded certificate file</refpurpose>
michael@0 25 </refnamediv>
michael@0 26
michael@0 27 <refsynopsisdiv>
michael@0 28 <cmdsynopsis>
michael@0 29 <command>derdump</command>
michael@0 30 <arg><option>-r</option></arg>
michael@0 31 <arg><option>-i <replaceable>input-file</replaceable></option></arg>
michael@0 32 <arg><option>-o <replaceable>output-file</replaceable></option></arg>
michael@0 33 </cmdsynopsis>
michael@0 34 </refsynopsisdiv>
michael@0 35
michael@0 36 <refsection>
michael@0 37 <title>STATUS</title>
michael@0 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>
michael@0 39 </para>
michael@0 40 </refsection>
michael@0 41
michael@0 42 <refsection>
michael@0 43 <title>Description</title>
michael@0 44
michael@0 45 <para><command>derdump </command>dumps C-sequence strings from a DER encode certificate file </para>
michael@0 46
michael@0 47 </refsection>
michael@0 48
michael@0 49 <refsection>
michael@0 50 <title>Options</title>
michael@0 51
michael@0 52 <variablelist>
michael@0 53
michael@0 54 <varlistentry>
michael@0 55 <term><option>-r </option></term>
michael@0 56 <listitem><simpara>For formatted items, dump raw bytes as well</simpara></listitem>
michael@0 57 </varlistentry>
michael@0 58
michael@0 59 <varlistentry>
michael@0 60 <term><option>-i </option> <replaceable>DER encoded file</replaceable></term>
michael@0 61 <listitem><simpara>Define an input file to use (default is stdin)</simpara></listitem>
michael@0 62 </varlistentry>
michael@0 63
michael@0 64 <varlistentry>
michael@0 65 <term><option>-o </option> <replaceable>output file</replaceable></term>
michael@0 66 <listitem><simpara>Define an output file to use (default is stdout).</simpara></listitem>
michael@0 67 </varlistentry>
michael@0 68
michael@0 69 </variablelist>
michael@0 70 </refsection>
michael@0 71
michael@0 72 <refsection id="resources">
michael@0 73 <title>Additional Resources</title>
michael@0 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>
michael@0 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>
michael@0 76 <para>Mailing lists: pki-devel@redhat.com and pki-users@redhat.com</para>
michael@0 77 <para>IRC: Freenode at #dogtag-pki</para>
michael@0 78 </refsection>
michael@0 79
michael@0 80 <!-- fill in your name first; keep the other names for reference -->
michael@0 81 <refsection id="authors">
michael@0 82 <title>Authors</title>
michael@0 83 <para>The NSS tools were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google.</para>
michael@0 84 <para>
michael@0 85 Authors: Gerhardus Geldenhuis &lt;gerhardus.geldenhuis@gmail.com>. Elio Maldonado &lt;emaldona@redhat.com>, Deon Lackey &lt;dlackey@redhat.com&gt;
michael@0 86 </para>
michael@0 87 </refsection>
michael@0 88
michael@0 89 <!-- don't change -->
michael@0 90 <refsection id="license">
michael@0 91 <title>LICENSE</title>
michael@0 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/.
michael@0 93 </para>
michael@0 94 </refsection>
michael@0 95
michael@0 96 </refentry>

mercurial