Name: | nss-tools |
---|---|
Version: | 3.53.1 |
Release: | 3.el7_9 |
Architecture: | aarch64 |
Group: | System Environment/Base |
Size: | 2950688 |
License: | MPLv2.0 |
RPM: | nss-tools-3.53.1-3.el7_9.aarch64.rpm |
Source RPM: | nss-3.53.1-3.el7_9.src.rpm |
Build Date: | Wed Oct 07 2020 |
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. |
- Disable dh timing test because it's unreliable on s390 (from Bob Relyea) - Explicitly enable upgradedb/sharedb test cycles
- Disable TLS 1.3 by default
- Rebase to NSS 3.53.1
- Increase timeout on ssl_gtest so that slow platforms can complete when running on a busy system.
- back out out-of-bounds patch (patch for nss-softokn). - Fix segfault on empty or malformed ecdh keys (#1777712)
- Fix out-of-bounds write in NSC_EncryptUpdate (#1775911,#1775910)
- Fix pkix name constraints processing to only process the common name if the certusage you are checking is IPSEC or SSL Server.
- Fix certutil man page - Fix extracting a public key from a private key for dh, ec, and dsa
- Disable TLS 1.3 under FIPS mode - Disable RSASSA-PKCS1-v1_5 in TLS 1.3 - Fix post-handshake auth transcript calculation if SSL_ENABLE_SESSION_TICKETS is set
- Skip sysinit gtests properly - Fix shell syntax error in tests/ssl/ssl.sh - Regenerate manual pages