tor-browser

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

nss_3_76.rst (2196B)


      1 .. _mozilla_projects_nss_nss_3_76_release_notes:
      2 
      3 NSS 3.76 release notes
      4 ======================
      5 
      6 `Introduction <#introduction>`__
      7 --------------------------------
      8 
      9 .. container::
     10 
     11   Network Security Services (NSS) 3.76 was released on **3 March 2022**.
     12 
     13 
     14 
     15 
     16 `Distribution Information <#distribution_information>`__
     17 --------------------------------------------------------
     18 
     19 .. container::
     20 
     21   The HG tag is NSS_3_76_RTM. NSS 3.76 requires NSPR 4.32 or newer.
     22 
     23   NSS 3.76 source distributions are available on ftp.mozilla.org for secure HTTPS download:
     24 
     25   -  Source tarballs:
     26      https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_76_RTM/src/
     27 
     28   Other releases are available :ref:`mozilla_projects_nss_releases`.
     29 
     30 .. _changes_in_nss_3.76:
     31 
     32 `Changes in NSS 3.76 <#changes_in_nss_3.76>`__
     33 ----------------------------------------------------
     34 
     35 .. container::
     36 
     37   - Bug 1755555 - Hold tokensLock through nssToken_GetSlot calls in nssTrustDomain_GetActiveSlots. r=rrelyea
     38   - Bug 1370866 - Check return value of PK11Slot_GetNSSToken. r=djackson
     39   - Bug 1747957 - Use Wycheproof JSON for RSASSA-PSS, r=nss-reviewers,bbeurdouche
     40   - Bug 1679803 - Add SHA256 fingerprint comments to old certdata.txt entries. r=nss-reviewers,bbeurdouche
     41   - Bug 1753505 - Avoid truncating files in nss-release-helper.py. r=bbeurdouche
     42   - Bug 1751157 - Throw illegal_parameter alert for illegal extensions in handshake message. r=djackson
     43 
     44 
     45 `Compatibility <#compatibility>`__
     46 ----------------------------------
     47 
     48 .. container::
     49 
     50   NSS 3.76 shared libraries are backwards-compatible with all older NSS 3.x shared
     51   libraries. A program linked with older NSS 3.x shared libraries will work with
     52   this new version of the shared libraries without recompiling or
     53   relinking. Furthermore, applications that restrict their use of NSS APIs to the
     54   functions listed in NSS Public Functions will remain compatible with future
     55   versions of the NSS shared libraries.
     56 
     57 `Feedback <#feedback>`__
     58 ------------------------
     59 
     60 .. container::
     61 
     62   Bugs discovered should be reported by filing a bug report on
     63   `bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).