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-0.16.0-1.el6.x86_64
[240 KiB] |
Changelog
by John Dennis (2015-02-18):
- Resolves: #1154776 Add API call for SSL_VersionRangeSet (rebase)
- See doc/Changelog for details concerning changes in versions
0.14, 0.15, and 0.16 which this rebase encompasses.
|
python-nss-0.13-1.el6.x86_64
[200 KiB] |
Changelog
by John Dennis (2013-01-04):
- Resolves: #642795
add python-nss-size_t.patch, some types involved with ssize_t were
improperly defined causing a segfault on the s390x and ppc64 arches.
|
python-nss-0.11-3.el6.x86_64
[175 KiB] |
Changelog
by John Dennis (2011-03-22):
- Resolves: #689807
Add family parameter to Socket constructors in examples and doc.
Mark implicit family parameter as deprecated.
Raise exception if Socket family does not match NetworkAddress family.
Add --server-subject to setup_certs.py (made testing IPv6 easier without DNS)
|