tor-browser

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

nss_3_106.rst (2099B)


      1 .. _mozilla_projects_nss_nss_3_106_release_notes:
      2 
      3 NSS 3.106 release notes
      4 ========================
      5 
      6 `Introduction <#introduction>`__
      7 --------------------------------
      8 
      9 .. container::
     10 
     11   Network Security Services (NSS) 3.106 was released on *24 October 2024**.
     12 
     13 `Distribution Information <#distribution_information>`__
     14 --------------------------------------------------------
     15 
     16 .. container::
     17 
     18   The HG tag is NSS_3_106_RTM. NSS 3.106 requires NSPR 4.35 or newer. The latest version of NSPR is 4.36.
     19 
     20   NSS 3.106 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_106_RTM/src/
     24 
     25   Other releases are available :ref:`mozilla_projects_nss_releases`.
     26 
     27 .. _changes_in_nss_3.106:
     28 
     29 `Changes in NSS 3.106 <#changes_in_nss_3.106>`__
     30 ------------------------------------------------------------------
     31 
     32 .. container::
     33 
     34   - Bug 1925975 - NSS 3.106 should be distributed with NSPR 4.36.
     35   - Bug 1923767 - pk12util: improve error handling in p12U_ReadPKCS12File.
     36   - Bug 1899402 - Correctly destroy bulkkey in error scenario.
     37   - Bug 1919997 - PKCS7 fuzz target, r=djackson,nss-reviewers.
     38   - Bug 1923002 - Extract certificates with handshake collection script.
     39   - Bug 1923006 - Specify len_control for fuzz targets.
     40   - Bug 1923280 - Fix memory leak in dumpCertificatePEM.
     41   - Bug 1102981 - Fix UBSan errors for SECU_PrintCertificate and SECU_PrintCertificateBasicInfo.
     42   - Bug 1921528 - add new error codes to mozilla::pkix for Firefox to use.
     43   - Bug 1921768 - allow null phKey in NSC_DeriveKey.
     44   - Bug 1921801 - Only create seed corpus zip from existing corpus.
     45   - Bug 1826035 - Use explicit allowlist for for KDF PRFS.
     46   - Bug 1920138 - Increase optimization level for fuzz builds.
     47   - Bug 1920470 - Remove incorrect assert.
     48   - Bug 1914870 - Use libFuzzer options from fuzz/options/\*.options in CI.
     49   - Bug 1920945 - Polish corpus collection for automation.
     50   - Bug 1917572 - Detect new and unfuzzed SSL options.
     51   - Bug 1804646 - PKCS12 fuzzing target.