tor-browser

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

nss_3_68.rst (2010B)


      1 .. _mozilla_projects_nss_nss_3_68_release_notes:
      2 
      3 NSS 3.68 release notes
      4 ======================
      5 
      6 `Introduction <#introduction>`__
      7 --------------------------------
      8 
      9 .. container::
     10 
     11   Network Security Services (NSS) 3.68 was released on **8 July 2021**.
     12 
     13 
     14 
     15 `Distribution Information <#distribution_information>`__
     16 --------------------------------------------------------
     17 
     18 .. container::
     19 
     20   The HG tag is NSS_3_68_RTM. NSS 3.68 requires NSPR 4.32 or newer.
     21 
     22   NSS 3.68 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_68_RTM/src/
     26 
     27   Other releases are available :ref:`mozilla_projects_nss_releases`.
     28 
     29 .. _bugs_fixed_in_nss_3.68:
     30 
     31 `Bugs fixed in NSS 3.68 <#bugs_fixed_in_nss_3.68>`__
     32 ----------------------------------------------------
     33 
     34 .. container::
     35 
     36   -  Bug 1713562 - Fix test leak.
     37   -  Bug 1717452 - NSS 3.68 should depend on NSPR 4.32.
     38   -  Bug 1693206 - Implement PKCS8 export of ECDSA keys.
     39   -  Bug 1712883 - DTLS 1.3 draft-43.
     40   -  Bug 1655493 - Support SHA2 HW acceleration using Intel SHA Extension.
     41   -  Bug 1713562 - Validate ECH public names.
     42   -  Bug 1717610 - Add function to get seconds from epoch from pkix::Time.
     43 
     44 `Compatibility <#compatibility>`__
     45 ----------------------------------
     46 
     47 .. container::
     48 
     49   NSS 3.68 shared libraries are backwards-compatible with all older NSS 3.x shared libraries. A
     50   program linked with older NSS 3.x shared libraries will work with NSS 3.68 shared libraries
     51   without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs
     52   to the functions listed in NSS Public Functions will remain compatible with future versions of
     53   the NSS shared libraries.
     54 
     55 `Feedback <#feedback>`__
     56 ------------------------
     57 
     58 .. container::
     59 
     60   Bugs discovered should be reported by filing a bug report on
     61   `bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).