Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-nss - Python bindings for Network Security Services (NSS)
- Description:
This package provides Python bindings for Network Security Services
(NSS) and the Netscape Portable Runtime (NSPR).
NSS is a set of libraries supporting 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. Specific NSS
implementations have been FIPS-140 certified.
Packages
python-nss-1.0.0-1.fc25.x86_64
[281 KiB] |
Changelog
by John Dennis (2016-09-01):
- Offical 1.0.0 release, only minor tweaks from 1.0.0beta1
- Allow custom include root in setup.py as command line arg
- Remove checks for whether a socket is open for reading. It's not
possible for the binding to know in all cases, especially if the
socket is created from an external socket passed in.
* The following module functions were added:
- nss.get_all_tokens
|