diff options
author | Anna Weine <anna.weine@mozilla.com> | 2022-08-18 11:42:56 +0200 |
---|---|---|
committer | Anna Weine <anna.weine@mozilla.com> | 2022-08-18 11:42:56 +0200 |
commit | 5a17b755d603eb90a9f8ae5e78441b5410575f51 (patch) | |
tree | 7685bb2b85ba6a484ea3d8700229f75b067a5c10 | |
parent | 9aeef2909b06d2531ce9f168d775d9734fb1325e (diff) | |
download | nss-hg-5a17b755d603eb90a9f8ae5e78441b5410575f51.tar.gz |
Documentation: release notes for NSS 3.82
-rw-r--r-- | doc/rst/releases/index.rst | 18 | ||||
-rw-r--r-- | doc/rst/releases/nss_3_82.rst | 61 |
2 files changed, 70 insertions, 9 deletions
diff --git a/doc/rst/releases/index.rst b/doc/rst/releases/index.rst index 689e14c6f..8b1165288 100644 --- a/doc/rst/releases/index.rst +++ b/doc/rst/releases/index.rst @@ -8,6 +8,7 @@ Releases :glob: :hidden: + nss_3_82.rst nss_3_81.rst nss_3_80.rst nss_3_79.rst @@ -38,8 +39,8 @@ Releases .. note:: - **NSS 3.81** is the latest version of NSS. - Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_81_release_notes` + **NSS 3.82** is the latest version of NSS. + Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_82_release_notes` **NSS 3.79** is the latest ESR version of NSS. Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_79_release_notes` @@ -47,11 +48,10 @@ Releases .. container:: - Changes in 3.81 included in this release: - - - Bug 1762831: Enable aarch64 hardware crypto support on OpenBSD. - - Bug 1775359 - make NSS_SecureMemcmp 0/1 valued. - - Bug 1779285: Add no_application_protocol alert handler and test client error code is set. - - Bug 1777672 - Gracefully handle null nickname in CERT_GetCertNicknameWithValidity. - + Changes in 3.82 included in this release: + - Bug 1330271 - check for null template in sec_asn1{d,e}_push_state + - Bug 1735925 - QuickDER: Forbid NULL tags with non-zero length + - Bug 1784724 - Initialize local variables in TlsConnectTestBase::ConnectAndCheckCipherSuite + - Bug 1784191 - Cast the result of GetProcAddress + - Bug 1681099 - pk11wrap: Tighten certificate lookup based on PKCS #11 URI
\ No newline at end of file diff --git a/doc/rst/releases/nss_3_82.rst b/doc/rst/releases/nss_3_82.rst new file mode 100644 index 000000000..eba08b446 --- /dev/null +++ b/doc/rst/releases/nss_3_82.rst @@ -0,0 +1,61 @@ +.. _mozilla_projects_nss_nss_3_82_release_notes: + +NSS 3.82 release notes +====================== + +`Introduction <#introduction>`__ +-------------------------------- + +.. container:: + + Network Security Services (NSS) 3.82 was released on **18 August 2022**. + + +.. _distribution_information: + +`Distribution Information <#distribution_information>`__ +-------------------------------------------------------- + +.. container:: + + The HG tag is NSS_3_82_RTM. NSS 3.82 requires NSPR 4.34 or newer. + + NSS 3.82 source distributions are available on ftp.mozilla.org for secure HTTPS download: + + - Source tarballs: + https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_82_RTM/src/ + + Other releases are available :ref:`mozilla_projects_nss_releases`. + +.. _changes_in_nss_3.82: + +`Changes in NSS 3.82 <#changes_in_nss_3.82>`__ +---------------------------------------------------- + +.. container:: + + - Bug 1330271 - check for null template in sec_asn1{d,e}_push_state + - Bug 1735925 - QuickDER: Forbid NULL tags with non-zero length + - Bug 1784724 - Initialize local variables in TlsConnectTestBase::ConnectAndCheckCipherSuite + - Bug 1784191 - Cast the result of GetProcAddress + - Bug 1681099 - pk11wrap: Tighten certificate lookup based on PKCS #11 URI + +`Compatibility <#compatibility>`__ +---------------------------------- + +.. container:: + + NSS 3.82 shared libraries are backwards-compatible with all older NSS 3.x shared + libraries. A program linked with older NSS 3.x shared libraries will work with + this new version of the shared libraries without recompiling or + relinking. Furthermore, applications that restrict their use of NSS APIs to the + functions listed in NSS Public Functions will remain compatible with future + versions of the NSS shared libraries. + +`Feedback <#feedback>`__ +------------------------ + +.. container:: + + Bugs discovered should be reported by filing a bug report on + `bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS). |