nss_3_105.rst (2789B)
1 .. _mozilla_projects_nss_nss_3_105_release_notes: 2 3 NSS 3.105 release notes 4 ======================== 5 6 `Introduction <#introduction>`__ 7 -------------------------------- 8 9 .. container:: 10 11 Network Security Services (NSS) 3.105 was released on *26 September 2024**. 12 13 `Distribution Information <#distribution_information>`__ 14 -------------------------------------------------------- 15 16 .. container:: 17 18 The HG tag is NSS_3_105_RTM. NSS 3.105 requires NSPR 4.35 or newer. 19 20 NSS 3.105 source distributions are available on ftp.mozilla.org for secure HTTPS download: 21 22 - Source tarballs: 23 https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_105_RTM/src/ 24 25 Other releases are available :ref:`mozilla_projects_nss_releases`. 26 27 .. _changes_in_nss_3.105: 28 29 `Changes in NSS 3.105 <#changes_in_nss_3.105>`__ 30 ------------------------------------------------------------------ 31 32 .. container:: 33 34 - Bug 1915792 - Allow importing PKCS#8 private EC keys missing public key 35 - Bug 1909768 - UBSAN fix: applying zero offset to null pointer in sslsnce.c 36 - Bug 1919577 - set KRML_MUSTINLINE=inline in makefile builds 37 - Bug 1918965 - Don't set CKA_SIGN for CKK_EC_MONTGOMERY private keys 38 - Bug 1918767 - override default definition of KRML_MUSTINLINE 39 - Bug 1916525 - libssl support for mlkem768x25519 40 - Bug 1916524 - support for ML-KEM-768 in softoken and pk11wrap 41 - Bug 1866841 - Add Libcrux implementation of ML-KEM 768 to FreeBL 42 - Bug 1911912 - Avoid misuse of ctype(3) functions 43 - Bug 1917311 - part 2: run clang-format 44 - Bug 1917311 - part 1: upgrade to clang-format 13 45 - Bug 1916953 - clang-format fuzz 46 - Bug 1910370 - DTLS client message buffer may not empty be on retransmit 47 - Bug 1916413 - Optionally print config for TLS client and server fuzz target 48 - Bug 1916059 - Fix some simple documentation issues in NSS. 49 - Bug 1915439 - improve performance of NSC_FindObjectsInit when template has CKA_TOKEN attr 50 - Bug 1912828 - define CKM_NSS_ECDHE_NO_PAIRWISE_CHECK_KEY_PAIR_GEN 51 52 `Compatibility <#compatibility>`__ 53 ---------------------------------- 54 55 .. container:: 56 57 NSS 3.105 shared libraries are backwards-compatible with all older NSS 3.x shared 58 libraries. A program linked with older NSS 3.x shared libraries will work with 59 this new version of the shared libraries without recompiling or 60 relinking. Furthermore, applications that restrict their use of NSS APIs to the 61 functions listed in NSS Public Functions will remain compatible with future 62 versions of the NSS shared libraries. 63 64 `Feedback <#feedback>`__ 65 ------------------------ 66 67 .. container:: 68 69 Bugs discovered should be reported by filing a bug report on 70 `bugzilla.mozilla.org <https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS>`__ (product NSS).