summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Weine <anna.weine@mozilla.com>2023-02-09 15:59:03 +0100
committerAnna Weine <anna.weine@mozilla.com>2023-02-09 15:59:03 +0100
commit10072179699bfeb3a500c2fac7f14b0cb2590bb6 (patch)
tree661cb13e81249587e4f82d165d11e2c490a1601b
parenta2a7acea5e66f883e4d1d8cac065760b2a2b37f2 (diff)
downloadnss-hg-10072179699bfeb3a500c2fac7f14b0cb2590bb6.tar.gz
Documentation: Release notes for NSS 3.88
-rw-r--r--doc/rst/releases/index.rst7
-rw-r--r--doc/rst/releases/nss_3_88.rst9
2 files changed, 13 insertions, 3 deletions
diff --git a/doc/rst/releases/index.rst b/doc/rst/releases/index.rst
index df409423e..368bdc9e1 100644
--- a/doc/rst/releases/index.rst
+++ b/doc/rst/releases/index.rst
@@ -58,9 +58,14 @@ Releases
Changes in 3.88 included in this release:
+ - Bug 1815870 - use a different treeherder symbol for each docker image build task.
+ - Bug 1815868 - pin an older version of the ubuntu:18.04 and 20.04 docker images
+ - Bug 1810702 - remove nested table in rst doc
+ - Bug 1815246 - Export NSS_CMSSignerInfo_GetDigestAlgTag.
+ - Bug 1812671 - build failure while implicitly casting SECStatus to PRUInt32. r=nss-reviewers,mt
- Bug 1212915 - Add check for ClientHello SID max length. This is tested by Bogo tests
- Bug 1771100 - Added EarlyData ALPN test support to BoGo shim.
- - Bug 1790357: ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) if ECH configs are setup.
+ - Bug 1790357 - ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) if ECH configs are setup.
- Bug 1714245 - On HRR skip PSK incompatible with negotiated ciphersuites hash algorithm.
- Bug 1789410 - ECH client: Send ech_required alert on server negotiating TLS 1.2. Fixed misleading Gtest, enabled corresponding BoGo test.
- Bug 1771100 - Added Bogo ECH rejection test support.
diff --git a/doc/rst/releases/nss_3_88.rst b/doc/rst/releases/nss_3_88.rst
index a1cd06789..188bbfbf3 100644
--- a/doc/rst/releases/nss_3_88.rst
+++ b/doc/rst/releases/nss_3_88.rst
@@ -8,7 +8,7 @@ NSS 3.88 release notes
.. container::
- Network Security Services (NSS) 3.88 was released on **26 January 2023**.
+ Network Security Services (NSS) 3.88 was released on *9 February 2023**.
.. _distribution_information:
@@ -34,9 +34,14 @@ NSS 3.88 release notes
.. container::
+ - Bug 1815870 - use a different treeherder symbol for each docker image build task.
+ - Bug 1815868 - pin an older version of the ubuntu:18.04 and 20.04 docker images
+ - Bug 1810702 - remove nested table in rst doc
+ - Bug 1815246 - Export NSS_CMSSignerInfo_GetDigestAlgTag.
+ - Bug 1812671 - build failure while implicitly casting SECStatus to PRUInt32. r=nss-reviewers,mt
- Bug 1212915 - Add check for ClientHello SID max length. This is tested by Bogo tests
- Bug 1771100 - Added EarlyData ALPN test support to BoGo shim.
- - Bug 1790357: ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) if ECH configs are setup.
+ - Bug 1790357 - ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) if ECH configs are setup.
- Bug 1714245 - On HRR skip PSK incompatible with negotiated ciphersuites hash algorithm.
- Bug 1789410 - ECH client: Send ech_required alert on server negotiating TLS 1.2. Fixed misleading Gtest, enabled corresponding BoGo test.
- Bug 1771100 - Added Bogo ECH rejection test support.