From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../nss/doc/rst/legacy/nss_sample_code/index.rst | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 security/nss/doc/rst/legacy/nss_sample_code/index.rst (limited to 'security/nss/doc/rst/legacy/nss_sample_code/index.rst') diff --git a/security/nss/doc/rst/legacy/nss_sample_code/index.rst b/security/nss/doc/rst/legacy/nss_sample_code/index.rst new file mode 100644 index 0000000000..88f1e7bdab --- /dev/null +++ b/security/nss/doc/rst/legacy/nss_sample_code/index.rst @@ -0,0 +1,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` \ No newline at end of file -- cgit v1.2.3