Source code

Revision control

Copy as Markdown

Other Tools

.. _mozilla_projects_nss_nss_3_53_release_notes:
NSS 3.53 release notes
======================
`Introduction <#introduction>`__
--------------------------------
.. container::
The NSS team released Network Security Services (NSS) 3.53 on **29 May 2020**. NSS 3.53 will be a
long-term support release, supporting Firefox 78 ESR.
The NSS team would like to recognize first-time contributors:
- Jan-Marek Glogowski
- Jeff Walden
`Distribution Information <#distribution_information>`__
--------------------------------------------------------
.. container::
The HG tag is NSS_3_53_RTM. NSS 3.53 requires NSPR 4.25 or newer.
NSS 3.53 source distributions are available on ftp.mozilla.org for secure HTTPS download:
- Source tarballs:
Other releases are available :ref:`mozilla_projects_nss_nss_releases`.
.. _notable_changes_in_nss_3.53:
`Notable Changes in NSS 3.53 <#notable_changes_in_nss_3.53>`__
--------------------------------------------------------------
.. container::
- When using the Makefiles, NSS can be built in parallel, speeding up those builds to more
similar performance as the build.sh/ninja/gyp system. (`Bug
- SEED is now moved into a new freebl directory freebl/deprecated (`Bug
- SEED will be disabled by default in a future release of NSS. At that time, users will need
to set the compile-time flag (`Bug
deprecation in order to use the algorithm.
- Algorithms marked as deprecated will ultimately be removed.
- Several root certificates in the Mozilla program now set the CKA_NSS_SERVER_DISTRUST_AFTER
attribute, which NSS consumers can query to further refine trust decisions. (`Bug
1621159 <https://bugzilla.mozilla.org/show_bug.cgi?id=1621159>`__) If a builtin certificate
has a CKA_NSS_SERVER_DISTRUST_AFTER timestamp before the SCT or NotBefore date of a
certificate that builtin issued, then clients can elect not to trust it.
- This attribute provides a more graceful phase-out for certificate authorities than complete
removal from the root certificate builtin store.
.. _bugs_fixed_in_nss_3.53:
`Bugs fixed in NSS 3.53 <#bugs_fixed_in_nss_3.53>`__
----------------------------------------------------
.. container::
(ASAN fix)
CKA_NSS_SERVER_DISTRUST_AFTER for Symantec root certs
CKA_NSS_SERVER_DISTRUST_AFTER for Consorci AOC, GRCA, and SK ID root certs
compilation error between VMX vs. VSX vector instructions
warnings in NSS
security/nss/lib/ssl/sslencode.c:67
security/nss/lib/ssl/sslsock.c:4460
definitions of SHA{256,384,512}_\* symbols when linking libfreeblpriv3.so in Firefox on
ppc64le
SEED algorithm
file or directory. Stop.
inverse test
gmake builds
"depend" make target
building of NSS when using the Makefiles
changes in libintvector.h
Debian s390x, mips64el, and riscv64
without SEED
This Bugzilla query returns all the bugs fixed in NSS 3.53:
`Compatibility <#compatibility>`__
----------------------------------
.. container::
NSS 3.53 shared libraries are backward compatible with all older NSS 3.x shared libraries. A
program linked with older NSS 3.x shared libraries will work with NSS 3.53 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 with
`bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).