tor-browser

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

index.rst (1027B)


      1 .. _mozilla_projects_nss_nss_sample_code:
      2 
      3 NSS Sample Code
      4 ===============
      5 
      6 .. container::
      7 
      8   The collection of sample code here demonstrates how NSS can be used for cryptographic operations,
      9   certificate handling, SSL, etc. It also demonstrates some best practices in the application of
     10   cryptography.
     11 
     12   Old samples in the process of being replaced.
     13 
     14   #. :ref:`mozilla_projects_nss_sample_code_sample1`
     15   #. :ref:`mozilla_projects_nss_sample_code_sample2`
     16   #. :ref:`mozilla_projects_nss_sample_code_sample3`
     17   #. :ref:`mozilla_projects_nss_sample_code_sample4`
     18   #. :ref:`mozilla_projects_nss_sample_code_sample5`
     19   #. :ref:`mozilla_projects_nss_sample_code_sample6`
     20 
     21   |
     22   | These are very old examples in need of replacement. See
     23     https://bugzilla.mozilla.org/show_bug.cgi?id=490238
     24 
     25   You are welcome to download the new samples via:
     26 
     27   .. code:: sh
     28 
     29      hg clone https://hg.mozilla.org/projects/nss; cd nss; hg update SAMPLES_BRANCH
     30 
     31   The new samples: :ref:`mozilla_projects_nss_new_nss_samples`