Network Security Services

Last updated
Network Security Services
Developer(s) Mozilla, AOL, Red Hat, Sun Microsystems, Oracle Corporation, Google and others
Stable release
3.107 [1]   OOjs UI icon edit-ltr-progressive.svg / 21 November 2024
Repository
Written in C, assembly
Operating system Cross-platform
Platform Cross-platform
Type Libraries
License MPL 2.0
Website developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS

What Are Network Security Services?

Network security services are an intricate defensive system created to protect any computer devices and systems from potential cyber threats, data leakage, or other malicious activity. More specifically, network security protects against the following:

Contents

Security services range from proactive firewalls and malware protection to more advanced strategies such as intrusion detection and prevention, network monitoring, and identity management. Businesses can use these services to help ensure the safety of their network and protect their data from malicious actors.

History

NSS originated from the libraries developed when Netscape invented the SSL security protocol.

FIPS 140 validation and NISCC testing

The NSS software crypto module has been validated five times (in 1997, [2] 1999, 2002, [3] 2007, and 2010 [4] ) for conformance to FIPS 140 at Security Levels 1 and 2. [5] NSS was the first open source cryptographic library to receive FIPS 140 validation. [5] The NSS libraries passed the NISCC TLS/SSL and S/MIME test suites (1.6 million test cases of invalid input data). [5]

Applications that use NSS

AOL, Red Hat, Sun Microsystems/Oracle Corporation, Google and other companies and individual contributors have co-developed NSS. Mozilla provides the source code repository, bug tracking system, and infrastructure for mailing lists and discussion groups. They and others named below use NSS in a variety of products, including the following:

Architecture

NSS includes a framework to which developers and OEMs can contribute patches, such as assembly code, to optimize performance on their platforms. Mozilla has certified NSS 3.x on 18 platforms. [7] [8] NSS makes use of Netscape Portable Runtime (NSPR), a platform-neutral open-source API for system functions designed to facilitate cross-platform development. Like NSS, NSPR has been used heavily in multiple products.

Software development kit

In addition to libraries and APIs, NSS provides security tools required for debugging, diagnostics, certificate and key management, cryptography-module management, and other development tasks. NSS comes with an extensive and growing set of documentation, including introductory material, API references, man pages for command-line tools, and sample code.

Programmers can utilize NSS as source and as shared (dynamic) libraries. Every NSS release is backward-compatible with previous releases, allowing NSS users to upgrade to new NSS shared libraries without recompiling or relinking their applications.

Interoperability and open standards

NSS supports a range of security standards, including the following: [9] [10]

Hardware support

NSS supports the PKCS #11 interface for access to cryptographic hardware like TLS/SSL accelerators, hardware security modules and smart cards. Since most hardware vendors such as SafeNet, AEP and Thales also support this interface, NSS-enabled applications can work with high-speed crypto hardware and use private keys residing on various smart cards, if vendors provide the necessary middleware. NSS version 3.13 and above support the Advanced Encryption Standard New Instructions (AES-NI). [11]

Java support

Network Security Services for Java (JSS) consists of a Java interface to NSS. It supports most of the security standards and encryption technologies supported by NSS. JSS also provides a pure Java interface for ASN.1 types and BER/DER encoding. [12]

See also

References

  1. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_107.html.{{cite web}}: Missing or empty |title= (help)
  2. "Cryptographic Module Validation Program: Certificate #7". NIST. 1997-08-29. module:Netscape Security Module 1, vendor: Netscape Communications Corporation
  3. "Cryptographic Module Validation Program: Certificate #248". NIST. 2002-09-04. module: Network Security Services, vendor: Sun Microsystems, Inc.
  4. "Cryptographic Module Validation Program: Certificate #1280". NIST. 2010-03-29. module: Network Security Services (NSS) Cryptographic Module, vendor: Sun Microsystems, Inc., Red Hat®, Inc. and Mozilla Foundation, Inc.
  5. 1 2 3 "FIPS". Mozilla Foundation. 2007-10-11. Retrieved 2020-07-03.
  6. "Does Fennec use NSS?". mozilla.dev.security.policy newsgroup. 2010-04-09. Retrieved 2020-07-03.
  7. "Overview of NSS: Open Source Crypto Libraries". Mozilla. 2020-03-02. Retrieved 2020-07-03.
  8. "NSS FAQ". Mozilla. 2019-11-21. Retrieved 2020-07-03.
  9. "Encryption Technologies Available in NSS 3.11". Mozilla. 2007-02-26. Retrieved 2020-07-03.
  10. "Releases List". Archived from the original on 2015-02-14.
  11. "AES-NI enhancements to NSS on Sandy Bridge systems". 2012-05-02. Retrieved 2013-05-17.
  12. "jss: Network Security Services for Java is a Java interface to NSS".