Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nss-tools-3.124.0-4.el10 RPM for ppc64le

From CentOS Stream 10 AppStream for ppc64le

Name: nss-tools Distribution: CentOS
Version: 3.124.0 Vendor: CentOS
Release: 4.el10 Build date: Wed Jun 17 21:50:32 2026
Group: Unspecified Build host: ppc64le-03.stream.rdu2.redhat.com
Size: 2377276 Source RPM: nss-3.124.0-4.el10.src.rpm
Packager: builder@centos.org
Url: http://www.mozilla.org/projects/security/pki/nss/
Summary: Tools for the Network Security Services
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.

Provides

Requires

License

MPL-2.0

Changelog

* Tue Jun 16 2026 Bob Relyea <rrelyea@redhat.com> - 3.124.0-4
  - fix pkcs12 defaults
  - fix pss issues
  - remove crmf
* Tue Jun 09 2026 Bob Relyea <rrelyea@redhat.com> - 3.124.0-2
  - rebase fixes
  - restore mlkem aliases
  - add mlkem key lengths to the mechanism info
  - fix crash if you try to encapsulate with an unimported
    public key
  - restore distrusted certs to certdata.txt even though we
    never reference them to make tests happy.
* Tue Jun 02 2026 Bob Relyea <rrelyea@redhat.com> - 3.124.0-1
  - rebase to upstream NSS 3.124
  - backport ml-dsa support that is not upstream yet.
  - pick up in process patches upstream including eddsa
* Fri Jan 23 2026 Bob Relyea <rrelyea@redhat.com> - 3.112.0-8
  - fix incomplete ml-kem pct patch.
* Fri Jan 16 2026 Bob Relyea <rrelyea@redhat.com> - 3.112.0-7
  - fix regression in -5 bug fix
* Fri Jan 09 2026 Bob Relyea <rrelyea@redhat.com> - 3.112.0-6
  - fix a null in ml-dsa pkcs12 decode
  - fix return code in ml-kem pct
* Mon Nov 03 2025 Bob Relyea <rrelyea@redhat.com> - 3.112.0-5
  - fips update
  -   Fix indicators for the new post-quantum algorithms
  -   Fix the ML-KEM Self-tests
  -   Fix the ML-KEM zeroizaiton
  -   Add partial public validation before OAEP
  - bug fixes
  -   add CKA_SEED to private attributes so they are updated on password change.
  -   mark CKA_PARAMETER_SET as CK_ULONG when storing into the database
  -   fix unrefrence read in leancrypto.
* Thu Aug 07 2025 Bob Relyea <rrelyea@redhat.com> - 3.112.0-4
  - fix interface issue when pulling 3.0 pkcs#11 interfaces explicitly
* Fri Aug 01 2025 Bob Relyea <rrelyea@redhat.com> - 3.112.0-3
  - restore CONCATENATE functions accidentally removed in the last patch
  - fix big endian issue in tstclnt and selfserv in certificate compression
* Wed Jul 30 2025 Bob Relyea <rrelyea@redhat.com> - 3.112.0-2
  - add fips required changes.
  - fix bugs found by QE
* Wed Jul 09 2025 Bob Relyea <rrelyea@redhat.com> - 3.112.0-1
  - rebase to NSS 3.112
  - add ml-kem-1024 support
  - add ml-dsa support
* Wed Jan 08 2025 Bob Relyea <rrelyea@redhat.com> - 3.101.0-14
  - add nss-policy-check
* Mon Nov 18 2024 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.101.0-13
  - fix the "Allow RSA-OAEP in FIPS mode" patch for the declaration after switch statement
  - fix changelog message for 3.101.0-11
* Mon Nov 11 2024 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.101.0-12
  - Allow RSA-OAEP in FIPS mode
* Mon Nov 11 2024 Frantisek Krenzelok <fkrenzel@redhat.com> - 3.101.0-11
  - Add SEC_OID_CURVE25519 to FIPS checks.
  - This will mark algorithm using it as FIPS unapproved.
* Mon Nov 04 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-10
  - remove dbm references in pkconfig
* Fri Nov 01 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-9
  - Add ml-kem support and remove xyber support
  - Fix shlibsign when the system is in FIPS mode
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.101.0-8
  - Bump release for October 2024 mass rebuild:
    Resolves: RHEL-64018
* Wed Sep 04 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-7
  - fix cms abi breakage
  - fix long password issue on pbmac encodings
* Thu Aug 01 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-6
  - fix param encoding in pkcs12 pbamac encoding
  - add support for certificate compression in selfserv and tstclient
* Wed Jul 24 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-5
  - Fix missing and inaccurate key length checks
  - Fix chacha timing issue
* Thu Jul 18 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-4
  - Fix MD-5 decode issue in pkcs #12
* Mon Jul 15 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-3
  - Add FIPS 140-3 defines to sec file
* Fri Jul 12 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-2
  - Fix spec to deal with annocheck failures
* Tue Jun 25 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-1
  - Update NSS to 3.101.0
  - Pick up RHEL FIPS and other patches
  - Turn off SEED and DSA
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.97.0-2
  - Bump release for June 2024 mass rebuild

Files

/usr/bin/certutil
/usr/bin/cmsutil
/usr/bin/crlutil
/usr/bin/modutil
/usr/bin/nss-policy-check
/usr/bin/pk12util
/usr/bin/signver
/usr/bin/ssltap
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/c65aae6d40f630fd9a06b07d388b8ce6f920d6
/usr/lib/.build-id/11
/usr/lib/.build-id/11/642673b5c707bf9dd82f47cb697b06ab61c0f4
/usr/lib/.build-id/25
/usr/lib/.build-id/25/3b9d73a1163eeccf7109a1a3253fb75fdd9403
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/bd2479d85aefc19421ac8c7c36c8e1db0cfe1f
/usr/lib/.build-id/36
/usr/lib/.build-id/36/9bb04315feca0aeca8d046c0a004b92e1a7d4e
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/4d70468f93844d04c1e172a0b84b15af1a3d82
/usr/lib/.build-id/46
/usr/lib/.build-id/46/4d90d597a64ab16de4c66f7ab0a263ce42aae4
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/bf7d6e273b54f69d41d6f01376060c3f5911d9
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/05fb14c4a20e78c3d4603b8c26322d9f3b866a
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/0bf32cde982a9255c081bd349fd8dbe566a898
/usr/lib/.build-id/81
/usr/lib/.build-id/81/ba4872d93f145ac7df578fc2daf059d66f23ae
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/8f5bbc3534a90024140e893f2d8915d28efb09
/usr/lib/.build-id/91
/usr/lib/.build-id/91/a2c09e276fc1bd66dd245f5f236d20b8ac0ca2
/usr/lib/.build-id/af
/usr/lib/.build-id/af/975efe5e818e01bb0f78ce74916a8a9401fb61
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/c110d9329f54acec53c3d4f6de0d2f71c95353
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/d54d72e9169dd86b00193cb53c7d9d4c248dce
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/d085dbcd456958673281e40aff21e25aa5cd21
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/0488f5c76771c4f15133b44f3856f339ff3983
/usr/lib/.build-id/d6/b15eda89da2ecc2506aa2e409e13ecf042cb4e
/usr/lib/.build-id/db
/usr/lib/.build-id/db/ef2fc86e9ca02f866623267cc8afdca43bcb7a
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/9e16a4cc276a3b1f5a4a558f8ff76d2e55f9fa
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/e896a5e1560e648ed3b04fe28024949f7a500a
/usr/lib64/nss/unsupported-tools/atob
/usr/lib64/nss/unsupported-tools/btoa
/usr/lib64/nss/unsupported-tools/derdump
/usr/lib64/nss/unsupported-tools/listsuites
/usr/lib64/nss/unsupported-tools/ocspclnt
/usr/lib64/nss/unsupported-tools/pp
/usr/lib64/nss/unsupported-tools/selfserv
/usr/lib64/nss/unsupported-tools/signtool
/usr/lib64/nss/unsupported-tools/strsclnt
/usr/lib64/nss/unsupported-tools/symkeyutil
/usr/lib64/nss/unsupported-tools/tstclnt
/usr/lib64/nss/unsupported-tools/validation
/usr/lib64/nss/unsupported-tools/vfychain
/usr/lib64/nss/unsupported-tools/vfyserv
/usr/share/man/man1/certutil.1.gz
/usr/share/man/man1/cmsutil.1.gz
/usr/share/man/man1/crlutil.1.gz
/usr/share/man/man1/derdump.1.gz
/usr/share/man/man1/modutil.1.gz
/usr/share/man/man1/nss-policy-check.1.gz
/usr/share/man/man1/pk12util.1.gz
/usr/share/man/man1/pp.1.gz
/usr/share/man/man1/signtool.1.gz
/usr/share/man/man1/signver.1.gz
/usr/share/man/man1/ssltap.1.gz
/usr/share/man/man1/vfychain.1.gz
/usr/share/man/man1/vfyserv.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jun 23 04:21:49 2026