tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (1431B)


      1 .. _mozilla_projects_nss_tools_nss_tools_certutil-tasks:
      2 
      3 NSS Tools certutil-tasks
      4 ========================
      5 
      6 .. container::
      7 
      8   .. rubric:: NSS Security Tools: certutil Tasks
      9      :name: NSS_Security_Tools_certutil_Tasks
     10 
     11   | Newsgroup: `mozilla.dev.tech.crypto <news://news.mozilla.org/mozilla.dev.tech.crypto>`__
     12 
     13   .. rubric:: Task List
     14      :name: Task_List
     15 
     16   #. Better error reporting. Most certutil errors provide no detail. Mistakes with command-line
     17      options just print a usage message.
     18   #. Improve certificate listings. Allow for sorting by name and trust. Sorting by trust will
     19      return CA certs first.
     20   #. Allow listing and lookup of keys by index and nickname.
     21   #. Improve coherence of key and certificate nicknames.
     22   #. Remove keys "stranded" without a certificate (except for the imminent (????) encryption key
     23      for password files).
     24   #. Support importing keys from a file.
     25   #. Improve hardware token support.
     26   #. (bugfix) Some certificate extensions cause certutil to crash.
     27   #. (bugfix) Certificate entries require a serial number; one should be generated automatically if
     28      not provided.
     29   #. (bugfix) Null password is given to new ``key3.db``; should prompt user for an initial
     30      password.
     31   #. (bugfix) Listing provate keys does not work: requires password authentication.
     32   #. (bugfix) Listing certificate extensions has typos and does not provide much information.