tor-browser

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

nss_3_69_1.rst (2755B)


      1 .. _mozilla_projects_nss_nss_3_69_1_release_notes:
      2 
      3 NSS 3.69.1 release notes
      4 ========================
      5 
      6 `Introduction <#introduction>`__
      7 --------------------------------
      8 
      9 .. container::
     10 
     11   Network Security Services (NSS) 3.69.1 was released on **26 August 2021**.
     12 
     13 
     14 
     15 `Distribution Information <#distribution_information>`__
     16 --------------------------------------------------------
     17 
     18 .. container::
     19 
     20   The HG tag is NSS_3_69_1_RTM. NSS 3.69.1 requires NSPR 4.32 or newer.
     21 
     22   NSS 3.69.1 source distributions are available on ftp.mozilla.org for secure HTTPS download:
     23 
     24   -  Source tarballs:
     25      https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_69_1_RTM/src/
     26 
     27   Other releases are available :ref:`mozilla_projects_nss_releases`.
     28 
     29 .. _changes_3.69.1:
     30 
     31 `Changes in NSS 3.69.1 <#changes_3.69.1>`__
     32 -------------------------------------------
     33 
     34 .. container::
     35 
     36   - Bug 1722613 (Backout) - Disable DTLS 1.0 and 1.1 by default
     37   - Bug 1720226 (Backout) - integrity checks in key4.db not happening on private components with AES_CBC
     38 
     39 `Compatibility <#compatibility>`__
     40 ----------------------------------
     41 
     42 .. container::
     43 
     44   NSS 3.69.1 shared libraries are backwards-compatible with all older NSS 3.x shared libraries. A
     45   program linked with older NSS 3.x shared libraries will work with NSS 3.69.1 shared libraries
     46   without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs
     47   to the functions listed in NSS Public Functions will remain compatible with future versions of
     48   the NSS shared libraries.
     49 
     50 `Feedback <#feedback>`__
     51 ------------------------
     52 
     53 .. container::
     54 
     55   Bugs discovered should be reported by filing a bug report on
     56   `bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).
     57 
     58 `Notes <#notes>`__
     59 ------------------
     60 
     61 .. container::
     62 
     63   NSS 3.69.1 is a dot release based on the content of Firefox 92. Due to some issues with
     64   the process for bringing NSS releases to Firefox, commits for 1722613 and 1720226 were absent
     65   from the Firefox 92 branch which was associated to NSS 3.69. Due to time constraints a decision
     66   was made to align the content of 3.69.1 with the Fx92 branch by backing out these changes instead
     67   of restoring these commits.
     68 
     69   Note that Bug 1720226 was also known to introduce a performance regression that has been fixed
     70   in the main/default branch of NSS (Bug 1726022). Since the change has been backed out in this
     71   release, 3.69.1 does not suffer from that performance regression.
     72 
     73   This fix is not in 3.69 (which is affected) but will be in the 3.70 branch, which benefits from
     74   both the change and the fix for the regression.
     75 
     76   The NSS 3.70 release is on schedule and will happen on September 2nd.