| OLD | NEW |
| 1 Name: Network Security Services (NSS) | 1 Name: Network Security Services (NSS) |
| 2 URL: http://www.mozilla.org/projects/security/pki/nss/ | 2 URL: http://www.mozilla.org/projects/security/pki/nss/ |
| 3 Version: 3.13.3 | 3 Version: 3.13.3 |
| 4 Security Critical: Yes | 4 Security Critical: Yes |
| 5 | 5 |
| 6 This directory includes a copy of NSS's libssl from the CVS repo at: | 6 This directory includes a copy of NSS's libssl from the CVS repo at: |
| 7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot | 7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
| 8 | 8 |
| 9 The snapshot was updated to the CVS tag: NSS_3_13_3_RTM | 9 The snapshot was updated to the CVS tag: NSS_3_13_3_RTM |
| 10 | 10 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 patches/encryptedclientcerts.patch | 62 patches/encryptedclientcerts.patch |
| 63 | 63 |
| 64 * Add function to retrieve TLS client cert types requested by server. | 64 * Add function to retrieve TLS client cert types requested by server. |
| 65 https://bugzilla.mozilla.org/show_bug.cgi?id=51413 | 65 https://bugzilla.mozilla.org/show_bug.cgi?id=51413 |
| 66 patches/getrequestedclientcerttypes.patch | 66 patches/getrequestedclientcerttypes.patch |
| 67 | 67 |
| 68 * Fixed a clang warning in sslcon.c. | 68 * Fixed a clang warning in sslcon.c. |
| 69 https://bugzilla.mozilla.org/show_bug.cgi?id=728919 | 69 https://bugzilla.mozilla.org/show_bug.cgi?id=728919 |
| 70 patches/clang-sslcon.patch | 70 patches/clang-sslcon.patch |
| 71 | 71 |
| 72 * Fix a buffer length bug and miscellaneous nits in the next protocol |
| 73 negotiation (NPN) functions. |
| 74 https://bugzilla.mozilla.org/show_bug.cgi?id=734534 |
| 75 patches/nextprotocleanup.patch |
| 76 |
| 72 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 77 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
| 73 the comments at the top of patches/applypatches.sh for instructions. | 78 the comments at the top of patches/applypatches.sh for instructions. |
| 74 | 79 |
| 75 The ssl/bodge directory contains files taken from the NSS repo that we required | 80 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 76 for building libssl outside of its usual build environment. | 81 for building libssl outside of its usual build environment. |
| OLD | NEW |