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 |
5 | 6 |
6 This directory includes a copy of NSS's libssl from the CVS repo at: | 7 This directory includes a copy of NSS's libssl from the CVS repo at: |
7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot | 8 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
8 | 9 |
9 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG | 10 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG |
10 | 11 |
11 Patches: | 12 Patches: |
12 | 13 |
13 * Commenting out a couple of functions because they need NSS symbols | 14 * Commenting out a couple of functions because they need NSS symbols |
14 which may not exist in the system NSS library. | 15 which may not exist in the system NSS library. |
(...skipping 73 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 | 89 * 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. | 90 if we don't know what protocol version the server supports. |
90 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 | 91 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 |
91 patches/recordlayerversion.patch | 92 patches/recordlayerversion.patch |
92 | 93 |
93 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 94 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. | 95 the comments at the top of patches/applypatches.sh for instructions. |
95 | 96 |
96 The ssl/bodge directory contains files taken from the NSS repo that we required | 97 The ssl/bodge directory contains files taken from the NSS repo that we required |
97 for building libssl outside of its usual build environment. | 98 for building libssl outside of its usual build environment. |
OLD | NEW |