summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDennis Jackson <djackson@mozilla.com>2023-01-05 14:20:43 +0000
committerDennis Jackson <djackson@mozilla.com>2023-01-05 14:20:43 +0000
commit5998961494b6857125d50498d4a3bfa7c0a492e6 (patch)
tree5c1f94d922fae99e7bc7102a00da0b5b7bab8e07 /doc
parent416f8157f0255a3c4a5d577d89a98ae646e0e367 (diff)
downloadnss-hg-5998961494b6857125d50498d4a3bfa7c0a492e6.tar.gz
Documentation: Release notes for NSS 3.87
Diffstat (limited to 'doc')
-rw-r--r--doc/rst/releases/index.rst32
-rw-r--r--doc/rst/releases/nss_3_87.rst68
2 files changed, 82 insertions, 18 deletions
diff --git a/doc/rst/releases/index.rst b/doc/rst/releases/index.rst
index 6688a88ea..cdc04e626 100644
--- a/doc/rst/releases/index.rst
+++ b/doc/rst/releases/index.rst
@@ -8,6 +8,7 @@ Releases
:glob:
:hidden:
+ nss_3_87.rst
nss_3_86.rst
nss_3_85.rst
nss_3_84.rst
@@ -45,8 +46,8 @@ Releases
.. note::
- **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.87** is the latest version of NSS.
+ Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_87_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`
@@ -54,20 +55,15 @@ Releases
.. container::
- 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.
+ Changes in 3.87 included in this release:
+ - Bug 1803226 - NULL password encoding incorrect.
+ - Bug 1804071 - Fix rng stub signature for fuzzing builds.
+ - Bug 1803595 - Updating the compiler parsing for build.
+ - Bug 1749030 - Modification of supported compilers.
+ - Bug 1774654 tstclnt crashes when accessing gnutls server without a user cert in the database.
+ - Bug 1751707 - Add configuration option to enable source-based coverage sanitizer.
+ - Bug 1751705 - Update ECCKiila generated files.
+ - Bug 1730353 - Add support for the LoongArch 64-bit architecture.
+ - Bug 1798823 - add checks for zero-length RSA modulus to avoid memory errors and failed assertions later.
+ - Bug 1798823 - Additional zero-length RSA modulus checks. \ No newline at end of file
diff --git a/doc/rst/releases/nss_3_87.rst b/doc/rst/releases/nss_3_87.rst
new file mode 100644
index 000000000..a36041fad
--- /dev/null
+++ b/doc/rst/releases/nss_3_87.rst
@@ -0,0 +1,68 @@
+.. _mozilla_projects_nss_nss_3_87_release_notes:
+
+NSS 3.87 release notes
+======================
+
+`Introduction <#introduction>`__
+--------------------------------
+
+.. container::
+
+ Network Security Services (NSS) 3.87 was released on **5 January 2023**.
+
+
+.. _distribution_information:
+
+`Distribution Information <#distribution_information>`__
+--------------------------------------------------------
+
+.. container::
+
+ The HG tag is NSS_3_87_RTM. NSS 3.87 requires NSPR 4.35 or newer.
+
+ NSS 3.87 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_87_RTM/src/
+
+ Other releases are available :ref:`mozilla_projects_nss_releases`.
+
+.. _changes_in_nss_3.87:
+
+`Changes in NSS 3.87 <#changes_in_nss_3.87>`__
+----------------------------------------------------
+
+.. container::
+
+ - Bug 1803226 - NULL password encoding incorrect.
+ - Bug 1804071 - Fix rng stub signature for fuzzing builds.
+ - Bug 1803595 - Updating the compiler parsing for build.
+ - Bug 1749030 - Modification of supported compilers.
+ - Bug 1774654 tstclnt crashes when accessing gnutls server without a user cert in the database.
+ - Bug 1751707 - Add configuration option to enable source-based coverage sanitizer.
+ - Bug 1751705 - Update ECCKiila generated files.
+ - Bug 1730353 - Add support for the LoongArch 64-bit architecture.
+ - Bug 1798823 - add checks for zero-length RSA modulus to avoid memory errors and failed assertions later.
+ - Bug 1798823 - Additional zero-length RSA modulus checks.
+
+
+
+`Compatibility <#compatibility>`__
+----------------------------------
+
+.. container::
+
+ NSS 3.87 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).