index.rst (1226B)
1 .. _mozilla_projects_nss: 2 3 Network Security Services (NSS) 4 =============================== 5 6 .. toctree:: 7 :maxdepth: 2 8 :glob: 9 :hidden: 10 11 build.rst 12 community.rst 13 runbooks/index.rst 14 legacy_extracts/index.rst 15 releases/index.rst 16 17 .. container:: 18 19 **Network Security Services** (**NSS**) is a set of libraries designed to 20 support cross-platform development of security-enabled client and server 21 applications. Applications built with NSS can support SSL v3, TLS, PKCS #5, 22 PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other 23 security standards. 24 25 NSS is available under the Mozilla Public License v2 (MPLv2). 26 27 If you're a developer and would like to contribute to NSS, you might want to 28 read the documents: 29 30 .. rubric:: Getting Started 31 :name: Getting_Started 32 33 :ref:`mozilla_projects_nss_building` 34 How to download, build and test NSS. 35 36 :ref:`mozilla_projects_nss_releases` 37 Information about recent releases of NSS. 38 39 :ref:`mozilla_projects_nss_community` 40 This page contains information about the community and how to reach out. 41 42 :ref:`mozilla_projects_nss_legacy_docs` 43 This page contains legacy documentation imported from MDN.