summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-12-08 11:47:24 -0800
committerJohn M. Schanck <jschanck@mozilla.com>2022-12-08 11:47:24 -0800
commit1fb60c7b0173f2c55414088b90f0255bffa03615 (patch)
tree479a4812184fb34f40a4082e0e5d1f19aa7227fd /doc
parenta9c366367da32fa836e446de7d3a417e3323f3f2 (diff)
downloadnss-hg-1fb60c7b0173f2c55414088b90f0255bffa03615.tar.gz
Documentation: Release notes for NSS 3.86
Diffstat (limited to 'doc')
-rw-r--r--doc/rst/releases/index.rst25
-rw-r--r--doc/rst/releases/nss_3_86.rst72
2 files changed, 92 insertions, 5 deletions
diff --git a/doc/rst/releases/index.rst b/doc/rst/releases/index.rst
index 7abe1f1fb..6688a88ea 100644
--- a/doc/rst/releases/index.rst
+++ b/doc/rst/releases/index.rst
@@ -8,6 +8,8 @@ Releases
:glob:
:hidden:
+ nss_3_86.rst
+ nss_3_85.rst
nss_3_84.rst
nss_3_83.rst
nss_3_82.rst
@@ -43,8 +45,8 @@ Releases
.. note::
- **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.86** is the latest version of NSS.
+ Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_86_release_notes`
**NSS 3.79.2** is the latest ESR version of NSS.
Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_79_2_release_notes`
@@ -52,7 +54,20 @@ Releases
.. container::
- Changes in 3.84 included in this release:
+ Changes in 3.86 included in this release:
+
+ - Bug 1803190 - conscious language removal in NSS.
+ - Bug 1794506 - Set nssckbi version number to 2.60.
+ - Bug 1803453 - Set CKA_NSS_SERVER_DISTRUST_AFTER and CKA_NSS_EMAIL_DISTRUST_AFTER for 3 TrustCor Root Certificates.
+ - Bug 1799038 - Remove Staat der Nederlanden EV Root CA from NSS.
+ - Bug 1797559 - Remove EC-ACC root cert from NSS.
+ - Bug 1794507 - Remove SwissSign Platinum CA - G2 from NSS.
+ - Bug 1794495 - Remove Network Solutions Certificate Authority.
+ - Bug 1802331 - compress docker image artifact with zstd.
+ - Bug 1799315 - Migrate nss from AWS to GCP.
+ - Bug 1800989 - Enable static builds in the CI.
+ - Bug 1765759 - Removing SAW docker from the NSS build system.
+ - Bug 1783231 - Initialising variables in the rsa blinding code.
+ - Bug 320582 - Implementation of the double-signing of the message for ECDSA.
+ - Bug 1783231 - Adding exponent blinding for RSA.
- - Bug 1791699 - Bump minimum NSPR version to 4.35.
- - Bug 1792103 - Add a flag to disable building libnssckbi.
diff --git a/doc/rst/releases/nss_3_86.rst b/doc/rst/releases/nss_3_86.rst
new file mode 100644
index 000000000..00721f12d
--- /dev/null
+++ b/doc/rst/releases/nss_3_86.rst
@@ -0,0 +1,72 @@
+.. _mozilla_projects_nss_nss_3_86_release_notes:
+
+NSS 3.86 release notes
+======================
+
+`Introduction <#introduction>`__
+--------------------------------
+
+.. container::
+
+ Network Security Services (NSS) 3.86 was released on **8 December 2022**.
+
+
+.. _distribution_information:
+
+`Distribution Information <#distribution_information>`__
+--------------------------------------------------------
+
+.. container::
+
+ The HG tag is NSS_3_86_RTM. NSS 3.86 requires NSPR 4.35 or newer.
+
+ NSS 3.86 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_86_RTM/src/
+
+ Other releases are available :ref:`mozilla_projects_nss_releases`.
+
+.. _changes_in_nss_3.86:
+
+`Changes in NSS 3.86 <#changes_in_nss_3.86>`__
+----------------------------------------------------
+
+.. container::
+
+ - Bug 1803190 - conscious language removal in NSS.
+ - Bug 1794506 - Set nssckbi version number to 2.60.
+ - Bug 1803453 - Set CKA_NSS_SERVER_DISTRUST_AFTER and CKA_NSS_EMAIL_DISTRUST_AFTER for 3 TrustCor Root Certificates.
+ - Bug 1799038 - Remove Staat der Nederlanden EV Root CA from NSS.
+ - Bug 1797559 - Remove EC-ACC root cert from NSS.
+ - Bug 1794507 - Remove SwissSign Platinum CA - G2 from NSS.
+ - Bug 1794495 - Remove Network Solutions Certificate Authority.
+ - Bug 1802331 - compress docker image artifact with zstd.
+ - Bug 1799315 - Migrate nss from AWS to GCP.
+ - Bug 1800989 - Enable static builds in the CI.
+ - Bug 1765759 - Removing SAW docker from the NSS build system.
+ - Bug 1783231 - Initialising variables in the rsa blinding code.
+ - Bug 320582 - Implementation of the double-signing of the message for ECDSA.
+ - Bug 1783231 - Adding exponent blinding for RSA.
+
+
+
+`Compatibility <#compatibility>`__
+----------------------------------
+
+.. container::
+
+ NSS 3.86 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).