summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDennis Jackson <djackson@mozilla.com>2022-10-13 16:11:28 +0100
committerDennis Jackson <djackson@mozilla.com>2022-10-13 16:11:28 +0100
commitc8c2f7a77f567823a5eea3872585b79d1c9a4e48 (patch)
tree3da84423dbbd6dcb41cb7e620af8bdf3738a5e79 /doc
parent811625e10804cb6a36b5e643b9bb9c1fcb0a8398 (diff)
downloadnss-hg-c8c2f7a77f567823a5eea3872585b79d1c9a4e48.tar.gz
Release notes for NSS 3.84
Diffstat (limited to 'doc')
-rw-r--r--doc/rst/nss_3_84.rst58
-rw-r--r--doc/rst/releases/index.rst27
2 files changed, 64 insertions, 21 deletions
diff --git a/doc/rst/nss_3_84.rst b/doc/rst/nss_3_84.rst
new file mode 100644
index 000000000..5c6d79314
--- /dev/null
+++ b/doc/rst/nss_3_84.rst
@@ -0,0 +1,58 @@
+.. _mozilla_projects_nss_nss_3_84_release_notes:
+
+NSS 3.84 release notes
+======================
+
+`Introduction <#introduction>`__
+--------------------------------
+
+.. container::
+
+ Network Security Services (NSS) 3.84 was released on **13 October 2022**.
+
+
+.. _distribution_information:
+
+`Distribution Information <#distribution_information>`__
+--------------------------------------------------------
+
+.. container::
+
+ The HG tag is NSS_3_84_RTM. NSS 3.84 requires NSPR 4.35 or newer.
+
+ NSS 3.84 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_84_RTM/src/
+
+ Other releases are available :ref:`mozilla_projects_nss_releases`.
+
+.. _changes_in_nss_3.84:
+
+`Changes in NSS 3.84 <#changes_in_nss_3.84>`__
+----------------------------------------------------
+
+.. container::
+
+ - Bug 1791699 - Bump minimum NSPR version to 4.35.
+ - Bug 1792103 - Add a flag to disable building libnssckbi.
+
+`Compatibility <#compatibility>`__
+----------------------------------
+
+.. container::
+
+ NSS 3.84 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).
diff --git a/doc/rst/releases/index.rst b/doc/rst/releases/index.rst
index 541155df3..e898499aa 100644
--- a/doc/rst/releases/index.rst
+++ b/doc/rst/releases/index.rst
@@ -8,6 +8,7 @@ Releases
:glob:
:hidden:
+ nss_3_84.rst
nss_3_83.rst
nss_3_82.rst
nss_3_81.rst
@@ -41,8 +42,8 @@ Releases
.. note::
- **NSS 3.83** is the latest version of NSS.
- Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_83_release_notes`
+ **NSS 3.84** is the latest version of NSS.
+ Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_84_release_notes`
**NSS 3.79.1** is the latest ESR version of NSS.
Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_79_1_release_notes`
@@ -50,23 +51,7 @@ Releases
.. container::
- Changes in 3.83 included in this release:
+ Changes in 3.84 included in this release:
- - Bug 1788875 - Remove set-but-unused variables from SEC_PKCS12DecoderValidateBags
- - Bug 1563221 - remove older oses that are unused part3/ BeOS
- - Bug 1563221 - remove older unix support in NSS part 3 Irix
- - Bug 1563221 - remove support for older unix in NSS part 2 DGUX
- - Bug 1563221 - remove support for older unix in NSS part 1 OSF
- - Bug 1778413 - Set nssckbi version number to 2.58
- - Bug 1785297 - Add two SECOM root certificates to NSS
- - Bug 1787075 - Add two DigitalSign root certificates to NSS
- - Bug 1778412 - Remove Camerfirma Global Chambersign Root from NSS
- - Bug 1771100 - Added bug reference and description to disabled UnsolicitedServerNameAck bogo ECH test
- - Bug 1779361 - Removed skipping of ECH on equality of private and public SNI server name
- - Bug 1779357 - Added comment and bug reference to ECHRandomHRRExtension bogo test
- - Bug 1779370 - Added Bogo shim client HRR test support. Fixed overwriting of CHInner.random on HRR
- - Bug 1779234 - Added check for server only sending ECH extension with retry configs in EncryptedExtensions and if not accepting ECH. Changed config setting behavior to skip configs with unsupported mandatory extensions instead of failing
- - Bug 1771100 - Added ECH client support to BoGo shim. Changed CHInner creation to skip TLS 1.2 only extensions to comply with BoGo
- - Bug 1771100 - Added ECH server support to BoGo shim. Fixed NSS ECH server accept_confirmation bugs
- - Bug 1771100 - Update BoGo tests to recent BoringSSL version
- - Bug 1785846 - Bump minimum NSPR version to 4.34.1
+ - Bug 1791699 - Bump minimum NSPR version to 4.35.
+ - Bug 1792103 - Add a flag to disable building libnssckbi.