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.1-1.fc26.x86_64
[276 KiB] |
Changelog
by John Dennis (2017-02-28):
* Add TLS 1.3 cipher suites.
* ssl_cipher_info.py now attempts to enable TLS 1.3.
* Fix build issue in setup.py. python-nss can now be build
as Python wheel, e.g. `pip wheel -w dist .`
* The following constants were added:
- ssl.TLS_AES_128_GCM_SHA256
- ssl.TLS_AES_256_GCM_SHA384
- ssl.TLS_CHACHA20_POLY1305_SHA256
|