aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/nss/tools/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/nss/tools/index.html')
-rw-r--r--files/zh-cn/nss/tools/index.html89
1 files changed, 0 insertions, 89 deletions
diff --git a/files/zh-cn/nss/tools/index.html b/files/zh-cn/nss/tools/index.html
deleted file mode 100644
index b0971d9bae..0000000000
--- a/files/zh-cn/nss/tools/index.html
+++ /dev/null
@@ -1,89 +0,0 @@
----
-title: NSS Tools
-slug: NSS/tools
-tags:
- - NSS
- - NeedsTranslation
- - TopicStub
-translation_of: Mozilla/Projects/NSS/tools
----
-<h2 id="NSS_Security_Tools">NSS Security Tools</h2>
-<p>Newsgroup: <a href="news://news.mozilla.org/mozilla.dev.tech.crypto">mozilla.dev.tech.crypto</a></p>
-<h3 id="Overview">Overview</h3>
-<p>The NSS Security Tools allow developers to test, debug, and manage applications that use NSS. The <a href="#Tools">Tools Information</a> table below describes both the tools that are currently working and those that are still under development. The links for each tool take you to the source code, documentation, plans, and related links for each tool. The links will become active when information is available.</p>
-<p>Currently, you must download the NSS 3.1 source and build it to create binary files for the NSS tools. For information about downloading the NSS source, see <a href="https://developer.mozilla.org/NSS/Building">https://developer.mozilla.org/NSS/Building</a>.</p>
-<p>If you have feedback or questions, please feel free to post to <a href="news://news.mozilla.org/mozilla.dev.tech.crypto"> mozilla.dev.tech.crypto</a>. This newsgroup is the preferred forum for all questions about NSS and NSS tools.</p>
-<h3 id="Overall_Objectives">Overall Objectives</h3>
-<ol>
- <li>Provide a tool for analyzing and repairing certificate databases (<a href="#dbck">dbck</a>).</li>
- <li>Migrate tools from secutil.h interface to PKCS #11 interface.</li>
- <li>Eliminate redundant functionality in tools. Many tools implement private versions of PKCS11Init(), OpenCertDB(), etc.</li>
- <li>Eliminate use of getopt() and replace with NSPR calls to get command options (to eliminate platform dependencies with getopt()).</li>
-</ol>
-<h3 id="Tools_Information"><a name="Tools">Tools Information</a></h3>
-<table>
- <tbody>
- <tr>
- <th><b>Tool</b></th>
- <th><b>Description</b></th>
- <th><b>Links</b></th>
- </tr>
- <tr>
- <td><a name="certutil">certutil 2.0</a></td>
- <td>Manage certificate and key databases (cert7.db and key3.db).</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/certutil/">Source</a>, <a href="tools/NSS_Tools_certutil">Documentation</a>, <a href="tools/NSS_Tools_certutil-tasks">Tasks/Plans</a> </font></td>
- </tr>
- <tr>
- <td><a name="cmsutil">cmsutil 1.0</a></td>
- <td>Performs basic CMS operations such as encrypting, decrypting, and signing messages.</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/smimetools/">Source</a>, <a href="tools/NSS_Tools_cmsutil">Documentation</a> </font></td>
- </tr>
- <tr>
- <td><a name="crlutil">crlutil</a></td>
- <td>Manage certificate revocation lists (CRLs).</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/crlutil/">Source</a>, <a href="tools/NSS_Tools_crlutil">Documentation</a>, </font></td>
- </tr>
- <tr>
- <td><a name="dbck">dbck 1.0</a></td>
- <td>Analyze and repair certificate databases (not working in NSS 3.2)</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/dbck/">Source</a>, <a href="tools/NSS_Tools_dbck-tasks">Tasks/Plans</a> </font></td>
- </tr>
- <tr>
- <td><a name="modutil">modutil 1.1</a></td>
- <td>Manage the database of PKCS11 modules (secmod.db). Add modules and modify the properties of existing modules (such as whether a module is the default provider of some crypto service).</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/modutil/">Source</a>, <a href="tools/NSS_Tools_modutil">Documentation</a>, <a href="tools/NSS_Tools_modutil-tasks">Tasks/Plans</a> </font></td>
- </tr>
- <tr>
- <td><a name="pk12util">pk12util 1.0</a></td>
- <td>Import and export keys and certificates between the cert/key databases and files in PKCS12 format.</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/pk12util/">Source</a>, <a href="tools/NSS_Tools_pk12util">Documentation</a>, <a href="tools/NSS_Tools_pk12util-tasks">Tasks/Plans</a> </font></td>
- </tr>
- <tr>
- <td><a name="signtool">signtool 1.3</a></td>
- <td>Create digitally-signed jar archives containing files and/or code.</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/signtool/">Source</a>, <a href="http://docs.sun.com/source/816-5531-10/app_sign.htm"> Documentation</a>, </font></td>
- </tr>
- <tr>
- <td><a name="signver">signver 1.1</a></td>
- <td>Verify signatures on digitally-signed objects.</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/signver/">Source</a>, <a href="http://docs.sun.com/source/816-6153-10/signver.htm"> Documentation</a>, <a href="tools/NSS_Tools_signver-tasks">Tasks/Plans</a> </font></td>
- </tr>
- <tr>
- </tr>
- <tr>
- <td><a name="sslstrength">sslstrength</a></td>
- <td>SSL Strength</td>
- <td><font size="-1"><a href="tools/NSS_Tools_sslstrength">Documentation</a> </font></td>
- </tr>
- <tr>
- <td><a name="ssltap">ssltap 3.2</a></td>
- <td>Proxy requests for an SSL server and display the contents of the messages exchanged between the client and server. The ssltap tool does not decrypt data, but it shows things like the type of SSL message (clientHello, serverHello, etc) and connection data (protocol version, cipher suite, etc). This tool is very useful for debugging.</td>
- <td><font size="-1"><a href="http://lxr.mozilla.org/mozilla/source/security/nss/cmd/ssltap/">Source</a>, <a href="tools/NSS_Tools_ssltap">Documentation</a> </font></td>
- </tr>
- </tbody>
-</table>
-<p> </p>
-<ol>
- <li><font size="-1"><a name="note1"></a> Currently points to the Netscape Certificate Management System Administration Guide on docs.sun.com. For additional information about this tool, see <a href="http://developer.netscape.com/docs/manuals/security.html#OBJ">Object Signing</a>. </font></li>
- <li><font size="-1"><a name="note2"></a> Currently points to the signver documentation on developer.netscape.com. For additional information about this tool, see <a href="http://developer.netscape.com/docs/manuals/security.html#FORM">Form Signing</a> </font></li>
-</ol>