summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDennis Jackson <djackson@mozilla.com>2022-05-20 08:33:02 +0100
committerDennis Jackson <djackson@mozilla.com>2022-05-20 08:33:02 +0100
commit608f3b65ef063ade54cbefa5a71e7e423b4ff8c6 (patch)
tree7353689391efd5e2ab73c51c658ad8f426d4ec64 /doc
parent12de25d17edad5a300c10662147550abe616448f (diff)
downloadnss-hg-608f3b65ef063ade54cbefa5a71e7e423b4ff8c6.tar.gz
Release notes for NSS 3.78.1
Diffstat (limited to 'doc')
-rw-r--r--doc/rst/releases/index.rst36
-rw-r--r--doc/rst/releases/nss_3_78_1.rst59
2 files changed, 81 insertions, 14 deletions
diff --git a/doc/rst/releases/index.rst b/doc/rst/releases/index.rst
index c90c3f139..720816ed0 100644
--- a/doc/rst/releases/index.rst
+++ b/doc/rst/releases/index.rst
@@ -8,10 +8,11 @@ Releases
:glob:
:hidden:
- nns_3_78.rst
- nns_3_77.rst
- nns_3_76_1.rst
- nns_3_76.rst
+ nss_3_78_1.rst
+ nss_3_78.rst
+ nss_3_77.rst
+ nss_3_76_1.rst
+ nss_3_76.rst
nss_3_75.rst
nss_3_74.rst
nss_3_73_1.rst
@@ -33,8 +34,8 @@ Releases
.. note::
- **NSS 3.78** is the latest version of NSS.
- Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_78_release_notes`
+ **NSS 3.79** is the latest version of NSS.
+ Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_79_release_notes`
**NSS 3.68.3** is the latest LTS version of NSS.
Complete release notes are available here: :ref:`mozilla_projects_nss_nss_3_68_3_release_notes`
@@ -42,13 +43,20 @@ Releases
.. container::
- Changes in 3.78 included in this release:
+ Changes in 3.79 included in this release:
+
+ - Bug 205717 - Use PK11_GetSlotInfo instead of raw C_GetSlotInfo calls.
+ - Bug 1766907 - Update mercurial in clang-format docker image.
+ - Bug 1454072 - Use of uninitialized pointer in lg_init after alloc fail.
+ - Bug 1769295 - selfserv and tstclnt should use PR_GetPrefLoopbackAddrInfo.
+ - Bug 1753315 - Add SECMOD_LockedModuleHasRemovableSlots.
+ - Bug 1387919 - Fix secasn1d parsing of indefinite SEQUENCE inside indefinite GROUP.
+ - Bug 1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed ECPointFormat extension alerts.
+ - Bug 1765753 - TLS 1.3 Server: Send protocol_version alert on unsupported ClientHello.legacy_version.
+ - Bug 1764788 - Correct invalid record inner and outer content type alerts.
+ - Bug 1757075 - NSS does not properly import or export pkcs12 files with large passwords and pkcs5v2 encoding.
+ - Bug 1766978 - improve error handling after nssCKFWInstance_CreateObjectHandle.
+ - Bug 1767590 - Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple.
+ - Bug 1769302 - NSS 3.79 should depend on NSPR 4.34
- - Bug 1755264 - Added TLS 1.3 zero-length inner plaintext checks and tests, zero-length record/fragment handling tests.
- - Bug 1294978 - Reworked overlong record size checks and added TLS1.3 specific boundaries.
- - Bug 1763120 - Add ECH Grease Support to tstclnt
- - Bug 1765003 - Add a strict variant of moz::pkix::CheckCertHostname.
- - Bug 1166338 - Change SSL_REUSE_SERVER_ECDHE_KEY default to false.
- - Bug 1760813 - Make SEC_PKCS12EnableCipher succeed
- - Bug 1762489 - Update zlib in NSS to 1.2.12.
diff --git a/doc/rst/releases/nss_3_78_1.rst b/doc/rst/releases/nss_3_78_1.rst
new file mode 100644
index 000000000..e563840c5
--- /dev/null
+++ b/doc/rst/releases/nss_3_78_1.rst
@@ -0,0 +1,59 @@
+.. _mozilla_projects_nss_nss_3_78_release_notes:
+
+NSS 3.78 release notes
+======================
+
+`Introduction <#introduction>`__
+--------------------------------
+
+.. container::
+
+ Network Security Services (NSS) 3.78.1 was released on **31 May 2022**.
+
+
+.. _distribution_information:
+
+`Distribution Information <#distribution_information>`__
+--------------------------------------------------------
+
+.. container::
+
+ The HG tag is NSS_3_78_1_RTM. NSS 3.78.1 requires NSPR 4.32 or newer.
+
+ NSS 3.78.1 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_78_1_RTM/src/
+
+ Other releases are available :ref:`mozilla_projects_nss_releases`.
+
+.. _changes_in_nss_3.78.1:
+
+`Changes in NSS 3.78.1 <#changes_in_nss_3.78.1>`__
+----------------------------------------------------
+
+.. container::
+
+ - Bug 1767590 - Initialize pointers passed to NSS_CMSDigestContext_FinishMultiple.
+ - Bug 1766978 - improve error handling after nssCKFWInstance_CreateObjectHandle.
+
+
+`Compatibility <#compatibility>`__
+----------------------------------
+
+.. container::
+
+ NSS 3.78.1 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).