Name: | nss-tools |
---|---|
Version: | 3.36.0 |
Release: | 7.1.el7_6 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 2878347 |
License: | MPLv2.0 |
RPM: | nss-tools-3.36.0-7.1.el7_6.aarch64.rpm |
Source RPM: | nss-3.36.0-7.1.el7_6.src.rpm |
Build Date: | Wed Jan 30 2019 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.mozilla.org/projects/security/pki/nss/ |
Summary: | Tools for the Network Security Services |
Description: | Network Security Services (NSS) is a set of libraries designed to support cross-platform development of 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. Install the nss-tools package if you need command-line tools to manipulate the NSS certificate and key database. |
- Update the cert verify code to allow a new ipsec usage and follow RFC 4945
- Backport upstream fix for CVE-2018-12384 - Remove nss-lockcert-api-change.patch, which turned out to be a mistake (the symbol was not exported from libnss)
- Exercise SSL tests which only run under non-FIPS setting
- Restore CERT_LockCertTrust and CERT_UnlockCertTrust back in cert.h
- Work around modutil -changepw error if the old and new passwords are both empty in FIPS mode
- Decrease the iteration count of PKCS#12 for compatibility with Windows - Fix deadlock when a token is re-inserted while a client process is running
- Set NSS_FORCE_FIPS=1 in %build - Revert the changes to tests assuming the default DB type
- Rebase to NSS 3.36
- Re-enable nss-is-token-present-race.patch
- Temporarily disable nss-is-token-present-race.patch