summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/nss_sample_code/index.rst
blob: 88f1e7bdab50aa315acb458d0fbfb5654e3de2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. _mozilla_projects_nss_nss_sample_code:

NSS Sample Code
===============

.. container::

   The collection of sample code here demonstrates how NSS can be used for cryptographic operations,
   certificate handling, SSL, etc. It also demonstrates some best practices in the application of
   cryptography.

   Old samples in the process of being replaced.

   #. :ref:`mozilla_projects_nss_sample_code_sample1`
   #. :ref:`mozilla_projects_nss_sample_code_sample2`
   #. :ref:`mozilla_projects_nss_sample_code_sample3`
   #. :ref:`mozilla_projects_nss_sample_code_sample4`
   #. :ref:`mozilla_projects_nss_sample_code_sample5`
   #. :ref:`mozilla_projects_nss_sample_code_sample6`

   |
   | These are very old examples in need of replacement. See
     https://bugzilla.mozilla.org/show_bug.cgi?id=490238

   You are welcome to download the new samples via:

   .. code:: sh

      hg clone https://hg.mozilla.org/projects/nss; cd nss; hg update SAMPLES_BRANCH

   The new samples: :ref:`mozilla_projects_nss_new_nss_samples`