tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nss_3_118.rst (2195B)


      1 .. _mozilla_projects_nss_nss_3_118_release_notes:
      2 
      3 NSS 3.118 release notes
      4 ========================
      5 
      6 `Introduction <#introduction>`__
      7 --------------------------------
      8 
      9 .. container::
     10 
     11   Network Security Services (NSS) 3.118 was released on *18 November 2025**.
     12 
     13 `Distribution Information <#distribution_information>`__
     14 --------------------------------------------------------
     15 
     16 .. container::
     17 
     18   The HG tag is NSS_3_118_RTM. NSS 3.118 requires NSPR 4.37 or newer.
     19 
     20   NSS 3.118 source distributions are available on ftp.mozilla.org for secure HTTPS download:
     21 
     22   -  Source tarballs:
     23      https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_118_RTM/src/
     24 
     25   Other releases are available :ref:`mozilla_projects_nss_releases`.
     26 
     27 .. _changes_in_nss_3.118:
     28 
     29 `Changes in NSS 3.118 <#changes_in_nss_3.118>`__
     30 ------------------------------------------------------------------
     31 
     32 .. container::
     33 
     34   - Bug 1994866 - Remove four Commscope root certificates from NSS.
     35   - Bug 1996036 - fix try pushes with --nspr-patch to actually apply the patch.
     36   - Bug 1995512 - Support for NIST Curves compressed points.
     37   - Bug 1985058 - Destroy certificate on error paths.
     38   - Bug 1990242 - Move NSS DB password hash away from SHA-1.
     39   - Bug 1983313 - support secp384r1mlkem1024.
     40   - Bug 1991549 - vendor latest ML-KEM code from libcrux.
     41   - Bug 1991549 - add mlk-kem-1024 tests.
     42   - Bug 1996717 - use the correct directory for FStar_UInt_8_16_32_64.h in source consistency test.
     43   - Bug 1766767 - Move scripts to python3.
     44   - Bug 1983313 - add mlkem1024 support in freebl.
     45   - Bug 1983313 - support secp256r1mlkem768.
     46   - Bug 1983313 - Make mlkem768x25519 the default.
     47   - Bug 1983320 - ML-DSA SGN and VFY interfaces.
     48   - Bug 1988625 - Align FIPS interfaces count with array.
     49   - Bug 1989477 - Ensure CKK_ML_KEM has derive CK_FALSE.
     50   - Bug 1992128 - Add script for tagging an NSS release.
     51   - Bug 1992128 - Remove the globals from nss-release-helper.py.
     52   - Bug 1992128 - Add release helper command for generating the release index.
     53   - Bug 1992128 - Add release helper command for generating a release note.
     54   - Bug 1992128 - Add release helper command for freezing a branch.