summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Beurdouche <bbeurdouche@mozilla.com>2022-01-30 18:54:24 +0100
committerBenjamin Beurdouche <bbeurdouche@mozilla.com>2022-01-30 18:54:24 +0100
commitbcafd5c1c6618bec4f85f948119e89235e3d4d13 (patch)
tree66f8f0d922255f246d79119c3a073a4e76b830d9
parenteed758e9c33be1d5ea2935132edad018aca1786c (diff)
downloadnss-hg-bcafd5c1c6618bec4f85f948119e89235e3d4d13.tar.gz
Documentation: update the build artifact page
-rw-r--r--doc/rst/build_artifacts.rst29
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/rst/build_artifacts.rst b/doc/rst/build_artifacts.rst
index ba7a48bb5..973e08010 100644
--- a/doc/rst/build_artifacts.rst
+++ b/doc/rst/build_artifacts.rst
@@ -1,8 +1,5 @@
.. _mozilla_projects_nss_build_artifacts:
-.. warning::
- This NSS documentation was just imported from our legacy MDN repository. It currently is very deprecated and likely incorrect or broken in many places.
-
Build artifacts
===============
@@ -62,7 +59,8 @@ Build artifacts
.. container::
- Windows and Unix use different naming conventions for static and dynamic libraries:
+ Windows and Unix use different naming conventions for static and dynamic
+ libraries:
======= ======== ===============================
  Windows Unix
@@ -70,8 +68,8 @@ Build artifacts
dynamic ``.dll`` ``.so`` or ``.dylib`` or ``.sl``
======= ======== ===============================
- In addition, Windows has "import" libraries that bind to dynamic libraries. So the NSS library
- has the following forms:
+ In addition, Windows has "import" libraries that bind to dynamic
+ libraries. So the NSS library has the following forms:
- ``libnss3.so`` - Linux shared library
- ``libnss3.dylib`` - MacOS shared library
@@ -88,18 +86,21 @@ Build artifacts
- ``libcrmf.a``/``crmf.lib`` provides an API for CRMF operations.
- ``libjar.a``/``jar.lib`` provides an API for creating JAR files.
- The following static libraries are included only in external loadable PKCS #11 modules:
+ The following static libraries are included only in external loadable PKCS
+ #11 modules:
- ``libnssckfw.a``/``nssckfw.lib`` provides an API for writing PKCS #11 modules.
- - ``libswfci.a``/``swfci.lib`` provides support for software FORTEZZA.
+ ..
+ - ``libswfci.a``/``swfci.lib`` provides support for software FORTEZZA.
- The following shared libraries are standalone loadable modules, not meant to be linked with
- directly:
+ The following shared libraries are standalone loadable modules, not meant to
+ be linked with directly:
- - ``libfort.so``/``libfort.sl``/``fort32.dll`` provides support for hardware FORTEZZA.
- - ``libswft.so``/``libswft.sl``/``swft32.dll`` provides support for software FORTEZZA.
- - ``libnssckbi.so``/``libnssckbi.sl``/``nssckbi.dll`` defines the default set of trusted root
- certificates.
+ ..
+ - ``libfort.so``/``libfort.sl``/``fort32.dll`` provides support for hardware FORTEZZA.
+ - ``libswft.so``/``libswft.sl``/``swft32.dll`` provides support for software FORTEZZA.
+ - ``libnssckbi.so``/``libnssckbi.sl``/``nssckbi.dll`` defines the default set
+ of trusted root certificates.
..
.. _support_for_ilp32: