index.rst (7394B)
1 .. _mozilla_projects_nss_nss_3_11_10_release_notes_html: 2 3 NSS_3.11.10_release_notes.html 4 ============================== 5 6 .. _nss_3.11.10_release_notes: 7 8 `NSS 3.11.10 Release Notes <#nss_3.11.10_release_notes>`__ 9 ---------------------------------------------------------- 10 11 .. container:: 12 13 .. _2008-12-10: 14 15 `2008-12-10 <#2008-12-10>`__ 16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17 18 .. container:: 19 20 Newsgroup: <ahref="news: mozilla.dev.tech.crypto"="" 21 news.mozilla.org="">mozilla.dev.tech.crypto</ahref="news:> 22 23 `Contents <#contents>`__ 24 ~~~~~~~~~~~~~~~~~~~~~~~~ 25 26 .. container:: 27 28 - `Introduction <#introduction>`__ 29 - `Distribution Information <#distribution>`__ 30 - `Bugs Fixed <#bugsfixed>`__ 31 - `Documentation <#docs>`__ 32 - `Compatibility <#compatibility>`__ 33 - `Feedback <#feedback>`__ 34 35 -------------- 36 37 `Introduction <#introduction>`__ 38 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 40 .. container:: 41 42 Network Security Services (NSS) 3.11.10 is a patch release for NSS 3.11. The bug fixes in NSS 43 3.11.10 are described in the "`Bugs Fixed <#bugsfixed>`__" section below. 44 45 -------------- 46 47 48 49 `Distribution Information <#distribution_information>`__ 50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 51 52 .. container:: 53 54 The CVS tag for the NSS 3.11.10 release is NSS_3_11_10_RTM. NSS 3.11.10 requires `NSPR 55 4.7.1 <https://www.mozilla.org/projects/nspr/release-notes/nspr471.html>`__. 56 See the `Documentation <#docs>`__ section for the build instructions. 57 NSS 3.11.10 source and binary distributions are also available on ftp.mozilla.org for secure 58 HTTPS download: 59 60 - Source tarballs: 61 https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_10_RTM/src/. 62 - Binary distributions: 63 https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_10_RTM/. Both debug and 64 optimized builds are provided. Go to the subdirectory for your platform, DBG (debug) or OPT 65 (optimized), to get the tar.gz or zip file. The tar.gz or zip file expands to an nss-3.11.10 66 directory containing three subdirectories: 67 68 - include - NSS header files 69 - lib - NSS shared libraries 70 - bin - `NSS Tools <https://www.mozilla.org/projects/security/pki/nss/tools/>`__ and test 71 programs 72 73 You also need to download the NSPR 4.7.1 binary distributions to get the NSPR 4.7.1 header files 74 and shared libraries, which NSS 3.11.10 requires. NSPR 4.7.1 binary distributions are in 75 https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.7.1/. 76 77 -------------- 78 79 .. _bugs_fixed: 80 81 `Bugs Fixed <#bugs_fixed>`__ 82 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 83 84 .. container:: 85 86 The following bugs have been fixed in NSS 3.11.10. 87 88 - `Bug 291384 <https://bugzilla.mozilla.org/show_bug.cgi?id=291384>`__: certutil -K behavior 89 doesn't match usage 90 - `Bug 374247 <https://bugzilla.mozilla.org/show_bug.cgi?id=374247>`__: modutil -disable command 91 not disabling modules' slots 92 - `Bug 384459 <https://bugzilla.mozilla.org/show_bug.cgi?id=384459>`__: Certification path 93 validation fails when Authority Key Identifier extension contains key identifier 94 - `Bug 385946 <https://bugzilla.mozilla.org/show_bug.cgi?id=385946>`__: Can't import certificate 95 into cert database in FIPS mode (certutil). 96 - `Bug 387892 <https://bugzilla.mozilla.org/show_bug.cgi?id=387892>`__: Add Entrust root CA 97 certificate(s) to NSS 98 - `Bug 396999 <https://bugzilla.mozilla.org/show_bug.cgi?id=396999>`__: PK11_Authenticate 99 - `Bug 397478 <https://bugzilla.mozilla.org/show_bug.cgi?id=397478>`__: Lock from 100 ssl_InitSymWrapKeysLock not freed on selfserv shutdown. 101 - `Bug 397486 <https://bugzilla.mozilla.org/show_bug.cgi?id=397486>`__: Session cache locks not 102 freed on strsclnt shutdown. 103 - `Bug 398680 <https://bugzilla.mozilla.org/show_bug.cgi?id=398680>`__: assertion botch in 104 ssl3_RegisterServerHelloExtensionSender doing second handshake with SSL_ForceHandshake 105 - `Bug 403240 <https://bugzilla.mozilla.org/show_bug.cgi?id=403240>`__: threads hanging in 106 nss_InitLock 107 - `Bug 403888 <https://bugzilla.mozilla.org/show_bug.cgi?id=403888>`__: memory leak in 108 trustdomain.c 109 - `Bug 416067 <https://bugzilla.mozilla.org/show_bug.cgi?id=416067>`__: certutil -L -h token 110 doesn't report token authentication failure 111 - `Bug 417637 <https://bugzilla.mozilla.org/show_bug.cgi?id=417637>`__: tstclnt crashes if -p 112 option is not specified 113 - `Bug 421634 <https://bugzilla.mozilla.org/show_bug.cgi?id=421634>`__: Don't send an SNI Client 114 Hello extension bearing an IPv6 address 115 - `Bug 422918 <https://bugzilla.mozilla.org/show_bug.cgi?id=422918>`__: Add VeriSign Class 3 116 Public Primary CA - G5 to NSS 117 - `Bug 424152 <https://bugzilla.mozilla.org/show_bug.cgi?id=424152>`__: Add thawte Primary Root 118 CA to NSS 119 - `Bug 424169 <https://bugzilla.mozilla.org/show_bug.cgi?id=424169>`__: Add GeoTrust Primary 120 Certification Authority root to NSS 121 - `Bug 425469 <https://bugzilla.mozilla.org/show_bug.cgi?id=425469>`__: Add multiple new roots: 122 Geotrust 123 - `Bug 426568 <https://bugzilla.mozilla.org/show_bug.cgi?id=426568>`__: Add COMODO Certification 124 Authority certificate to NSS 125 - `Bug 431381 <https://bugzilla.mozilla.org/show_bug.cgi?id=431381>`__: Add Network Solutions 126 Certificate Authority root to NSS 127 - `Bug 431621 <https://bugzilla.mozilla.org/show_bug.cgi?id=431621>`__: Add DigiNotar Root CA 128 root to NSS 129 - `Bug 431772 <https://bugzilla.mozilla.org/show_bug.cgi?id=431772>`__: add network solutions 130 and diginotar root certs to NSS 131 - `Bug 442912 <https://bugzilla.mozilla.org/show_bug.cgi?id=442912>`__: fix nssckbi version 132 number on 3.11 branch 133 - `Bug 443045 <https://bugzilla.mozilla.org/show_bug.cgi?id=443045>`__: Fix PK11_GenerateKeyPair 134 for ECC keys on the 3.11 branch 135 - `Bug 444850 <https://bugzilla.mozilla.org/show_bug.cgi?id=444850>`__: NSS misbehaves badly in 136 the presence of a disabled PKCS#11 slot 137 - `Bug 462948 <https://bugzilla.mozilla.org/show_bug.cgi?id=462948>`__: lint warnings for source 138 files that include keythi.h 139 140 -------------- 141 142 `Documentation <#documentation>`__ 143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 144 145 .. container:: 146 147 For a list of the primary NSS documentation pages on mozilla.org, see `NSS 148 Documentation <../index.html#Documentation>`__. New and revised documents available since the 149 release of NSS 3.9 include the following: 150 151 - `Build Instructions for NSS 3.11.4 and above <../nss-3.11.4/nss-3.11.4-build.html>`__ 152 153 -------------- 154 155 `Compatibility <#compatibility>`__ 156 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 157 158 .. container:: 159 160 NSS 3.11.10 shared libraries are backward compatible with all older NSS 3.x shared libraries. A 161 program linked with older NSS 3.x shared libraries will work with NSS 3.11.10 shared libraries 162 without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs 163 to the functions listed in `NSS Public Functions <../ref/nssfunctions.html>`__ will remain 164 compatible with future versions of the NSS shared libraries. 165 166 -------------- 167 168 `Feedback <#feedback>`__ 169 ~~~~~~~~~~~~~~~~~~~~~~~~ 170 171 .. container:: 172 173 Bugs discovered should be reported by filing a bug report with `mozilla.org 174 Bugzilla <https://bugzilla.mozilla.org/>`__ (product NSS).