Skip to main content

Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR)

Project description

python-nss is a Python binding for NSS (Network Security Services) and NSPR (Netscape Portable Runtime). NSS provides cryptography services supporting SSL, TLS, PKI, PKIX, X509, PKCS*, etc. NSS is an alternative to OpenSSL and used extensively by major software projects. NSS is FIPS-140 certified.

NSS is built upon NSPR because NSPR provides an abstraction of common operating system services, particularly in the areas of networking and process management. Python also provides an abstraction of common operating system services but because NSS and NSPR are tightly bound python-nss exposes elements of NSPR.

More information on python-nss can be found on the python-nss project page

For information on NSS and NSPR, see the following:

To build python-nss you the C language header files and libraries for both NSPR and NSS will need to be installed. This is system and distribution specific, as such we cannot give you explicit instructions. On Linux typically these packages are called:

  • nss-devel

  • nspr-devel

Use your system package manger to install them, for example on Fedora:

% sudo yum install nss-devel nspr-devel

After all packages are installed, then:

% python setup.py build % sudo python setup.py install

To generate the API documentation:

% python setup.py build_doc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-nss-1.0.1.tar.bz2 (222.1 kB view details)

Uploaded Source

File details

Details for the file python-nss-1.0.1.tar.bz2.

File metadata

  • Download URL: python-nss-1.0.1.tar.bz2
  • Upload date:
  • Size: 222.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-nss-1.0.1.tar.bz2
Algorithm Hash digest
SHA256 7fbad8d4b0a379e62d1c11441e87782e3084547b7a83ac44bd5f308540aeeb1c
MD5 73cc8ae20cade2fad3da363c8d4544c9
BLAKE2b-256 6b29629098e34951c358b1f04f13a70b3590eb0cf2df817d945bd05c4169d71b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page