NSS Tools

NSS Security Tools

Overview

The NSS Security Tools allow developers to test, debug, and manage applications that use NSS. The Tools Information 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.

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 Building NSS.

If you have feedback or questions, please feel free to post to mozilla.dev.tech.crypto. This newsgroup is the preferred forum for all questions about NSS and NSS tools.

Overall Objectives

  1. Provide a tool for analyzing and repairing certificate databases (dbck).

  2. Migrate tools from secutil.h interface to PKCS #11 interface.

  3. Eliminate redundant functionality in tools. Many tools implement private versions of PKCS11Init(), OpenCertDB(), etc.

  4. Eliminate use of getopt() and replace with NSPR calls to get command options (to eliminate platform dependencies with getopt()).

Tools information

Tool

Description

Links

certutil 2.0

Manage certificate and key databases (cert7.db and key3.db).

` Source <https://dxr.mozilla.org/mozilla /source/security/nss/cmd/certutil/>`__, :ref :mozilla_projects_nss_tools_certutil, moz illa_projects_nss_tools_certutil-tasks

cmsutil 1.0

Performs basic CMS operations such as encrypting, decrypting, and signing messages.

So urce, :r ef:mozilla_projects_nss_tools_cmsutil

crlutil

Manage certificate revocation lists (CRLs).

Source, :re f:mozilla_projects_nss_tools_crlutil,

dbck 1.0

Analyze and repair certificate databases (not working in NSS 3.2)

Source, :ref: mozilla_projects_nss_tools_dbck-tasks

modutil 1.1

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).

Source, :re f:mozilla_projects_nss_tools_modutil, mo zilla_projects_nss_tools_modutil-tasks

pk12util 1.0

Import and export keys and certificates between the cert/key databases and files in PKCS12 format.

` Source <https://dxr.mozilla.org/mozilla /source/security/nss/cmd/pk12util/>`__, :ref :mozilla_projects_nss_tools_pk12util, moz illa_projects_nss_tools_pk12util-tasks

signtool 1.3

Create digitally-signed jar archives containing files and/or code.

` Source <https://dxr.mozilla.org/mozilla /source/security/nss/cmd/signtool/>`__, Do cumentation,

signver 1.1

Verify signatures on digitally-signed objects.

Source, Document ation, mo zilla_projects_nss_tools_signver-tasks

sslstrength

SSL Strength

:ref:` mozilla_projects_nss_tools_sslstrength`

ssltap 3.2

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.

Source, : ref:mozilla_projects_nss_tools_ssltap