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.4 pre-release snapshot 20120319 | 3 Version: 3.13.4 pre-release snapshot 20120319 |
4 Security Critical: Yes | 4 Security Critical: Yes |
| 5 License: MPL 1.1/GPL 2.0/LGPL 2.1 |
| 6 License FILE: NOT_SHIPPED |
5 | 7 |
6 This directory includes a copy of NSS's libssl from the CVS repo at: | 8 This directory includes a copy of NSS's libssl from the CVS repo at: |
7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot | 9 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
8 | 10 |
| 11 The same module appears in crypto/third_party/nss (and third_party/nss on some |
| 12 platforms), so we don't repeat the license file here. |
| 13 |
9 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG | 14 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG |
10 | 15 |
11 Patches: | 16 Patches: |
12 | 17 |
13 * Commenting out a couple of functions because they need NSS symbols | 18 * Commenting out a couple of functions because they need NSS symbols |
14 which may not exist in the system NSS library. | 19 which may not exist in the system NSS library. |
15 patches/versionskew.patch | 20 patches/versionskew.patch |
16 | 21 |
17 * Send empty renegotiation info extension instead of SCSV unless TLS is | 22 * Send empty renegotiation info extension instead of SCSV unless TLS is |
18 disabled. | 23 disabled. |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 * Sets the record layer version number of ClientHello to at most TLS 1.0 | 93 * Sets the record layer version number of ClientHello to at most TLS 1.0 |
89 if we don't know what protocol version the server supports. | 94 if we don't know what protocol version the server supports. |
90 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 | 95 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 |
91 patches/recordlayerversion.patch | 96 patches/recordlayerversion.patch |
92 | 97 |
93 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 98 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
94 the comments at the top of patches/applypatches.sh for instructions. | 99 the comments at the top of patches/applypatches.sh for instructions. |
95 | 100 |
96 The ssl/bodge directory contains files taken from the NSS repo that we required | 101 The ssl/bodge directory contains files taken from the NSS repo that we required |
97 for building libssl outside of its usual build environment. | 102 for building libssl outside of its usual build environment. |
OLD | NEW |