Name: | python3-nss |
---|---|
Version: | 1.0.1 |
Release: | 10.module+el8+5149+82e4357e |
Architecture: | x86_64 |
Module: | pki-deps:10.6:20190512071704:9edba152 |
Group: | Development/Languages |
Size: | 962794 |
License: | MPLv2.0 or GPLv2+ or LGPLv2+ |
RPM: | python3-nss-1.0.1-10.module+el8+5149+82e4357e.x86_64.rpm |
Source RPM: | python-nss-1.0.1-10.module+el8+5149+82e4357e.src.rpm |
Build Date: | Fri May 17 2019 |
Build Host: | jenkins-5c4fcf4f-6540-45ed-a912-7904340e1205.appad3iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Python_binding_for_NSS |
Summary: | Python3 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. |
- Move documentation generator from epydoc to Sphinx autodoc - Modify py2/py3 build logic to comply with new guidelines
- Conditionalize the python2 subpackage
- Disable documentation generated by epydoc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Python 2 binary package renamed to python2-nss See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuild due to bug in RPM (RHBZ #1468476)
* 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