NSS 3.27.2 Release Notes

Introduction

Network Security Services (NSS) 3.27.2 is a patch release for NSS 3.27.

Distribution Information

The HG tag is NSS_3_27_2_RTM. NSS 3.27.2 requires NSPR 4.13 or newer.

NSS 3.27.2 source distributions are available on ftp.mozilla.org for secure HTTPS download:

New in NSS 3.27.2

New Functionality

No new functionality is introduced in this release. This is a patch release to address a memory leak in the SSL_SetTrustAnchors() function.

Notable Changes in NSS 3.27.2

The SSL_SetTrustAnchors() function is used to set the distinguished names that an NSS server includes in its TLS CertificateRequest message. If this function is not used, NSS will include the distinguished names for all trust anchors installed in the database. This can be a lengthy list.

Previous versions of NSS leaked the memory used to store distinguished names when SSL_SetTrustAnchors() was used. This release fixes that error.

Bugs fixed in NSS 3.27.2

Compatibility

NSS 3.27.2 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.27.2 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

Bugs discovered should be reported by filing a bug report with bugzilla.mozilla.org (product NSS).