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 riscv64

From AlmaLinux Kitten 10 AppStream for riscv64

Name: nss-tools Distribution: AlmaLinux
Version: 3.124.0 Vendor: AlmaLinux
Release: 4.el10 Build date: Thu Jun 25 15:13:49 2026
Group: Unspecified Build host: riscv64-builder-p550-05
Size: 1215171 Source RPM: nss-3.124.0-4.el10.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.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/04
/usr/lib/.build-id/04/2e9806f271b52f555a921ed5263c53724c0d7a
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/56909adb1051973a19735d5455d10c1de31717
/usr/lib/.build-id/0d/a51f53817d30a0899a0153f61bd91c22ca85fd
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/a845bf4618c047a7dbad9a9b39817e5d5c9fb8
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/ae7e73e2d673596f0023d743a23c8cbfe50b68
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/d0580eb3ffd68c439e6a04e31f15349c003868
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/38f8f4f8b82bcb963f056015b15eff84da901a
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/b997bdb54aa8ef47ebc76edf1d987d99fc6dc4
/usr/lib/.build-id/46
/usr/lib/.build-id/46/88b9b70ee1c7233945bf72ddc964f218d7b163
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/3f1596af33a4d294b99e573788c18b9e370f9b
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/13cfda23ef47651e549270c9084b2a893adc6a
/usr/lib/.build-id/67
/usr/lib/.build-id/67/1b36996ca7330f5e9da7bd4cf447ec85ff8ded
/usr/lib/.build-id/93
/usr/lib/.build-id/93/759d4c44eca2a8e3209ff4985adb9576b78d23
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/e31730d799e6848cda7c3703673c5ba6d20276
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/d46576062e66e1d545fe5075b34b9118dfcbd9
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/581cd864defe8986f0e5f366e26c9b8cec7289
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/1575c63aa790f4815c15853fee968a7e9eabbf
/usr/lib/.build-id/df
/usr/lib/.build-id/df/d62fcb7cc4ece1bdc3dc37cf0331a3da3804ea
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/ac1b2aae98fcc0e98dc6a6abd5c37fd384a41e
/usr/lib/.build-id/f1/3d316ca215e9f78aa12cefa499d8aa7ab740d6
/usr/lib/.build-id/f4/7be561b50f82f9c8c71910868ed940ef280d89
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/64884f26c756b796cc6c8e825cdf6df8c11dec
/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, Mon Aug 10 10:54:58 2026