NSS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(adding bogo test description)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:


NSS documentation can be found at [https://developer.mozilla.org/en/docs/NSS].
NSS documentation can be found at [https://developer.mozilla.org/en/docs/NSS].
== Supported Architectures ==
Platforms officially supported by NSS are those tested by our [[NSS:TryServer|Continuous Integration environment]]:
* Linux on x86-32, x86-64, aarch64
* Windows 2012+ on x86-32, and x86-64
* MacOS 10.9+ on x86-64
Other platforms are utilize community support, primarily via the [https://groups.google.com/forum/#!forum/mozilla.dev.tech.crypto mozilla.dev.tech.crypto mailing list].


Building and Testing NSS for Android can be found [[NSS:Android| here]]
Building and Testing NSS for Android can be found [[NSS:Android| here]]


NSS Planning documentation is here, including:
== Internal Documentation ==
* The fourth round of [[FIPS Validation]], which finished in August 2007.
NSS internal documentation is here, including:
* The fourth round of [[FIPS Validation]], which finished in August 2007. A new round is underway in 2019.
* [[PSM:CertPrompt|PSM Certificate Prompting Scenarios]]
* [[PSM:CertPrompt|PSM Certificate Prompting Scenarios]]
<!-- *Please visit our [[NSS:Roadmap|NSS Roadmap page here]] -->
<!-- *Please visit our [[NSS:Roadmap|NSS Roadmap page here]] -->
Line 20: Line 30:
* [[NSS/Bug_Triage|Bug Triage]]
* [[NSS/Bug_Triage|Bug Triage]]
* [[NSS/Release Management|Release Management]]
* [[NSS/Release Management|Release Management]]
* [[NSS:Release_Versions|Release Versions]]
* [[NSS:Versions|Versions]]
* [[NSS:TryServer|NSS Try Server]]
* [[NSS:TryServer|NSS Try Server]]
* [[NSS/Build System|Gyp Build System]]
* [[NSS/Build System|Gyp Build System]]
* [[NSS/BoGo_Tests|BoGo Tests]]
* [[NSS/BoGo_Tests|BoGo Tests]]
* [[NSS/C++|C++]]


[[Category:NSS]]
[[Category:NSS]]

Latest revision as of 12:01, 5 December 2019

Network Security Services

Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. For detailed information on standards supported, see Overview of NSS.

NSS is available under the Mozilla Public License, the GNU General Public License, and the GNU Lesser General Public License. For information on downloading NSS releases as tar files, see Download PKI Source.

NSS documentation can be found at [1].

Supported Architectures

Platforms officially supported by NSS are those tested by our Continuous Integration environment:

  • Linux on x86-32, x86-64, aarch64
  • Windows 2012+ on x86-32, and x86-64
  • MacOS 10.9+ on x86-64

Other platforms are utilize community support, primarily via the mozilla.dev.tech.crypto mailing list.

Building and Testing NSS for Android can be found here

Internal Documentation

NSS internal documentation is here, including: