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 License: MPL 1.1/GPL 2.0/LGPL 2.1 |
6 License FILE: NOT_SHIPPED | 6 License FILE: NOT_SHIPPED |
7 | 7 |
8 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: |
9 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot | 9 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
10 | 10 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 instead of crSpec to support False Start. | 83 instead of crSpec to support False Start. |
84 https://bugzilla.mozilla.org/show_bug.cgi?id=766137 | 84 https://bugzilla.mozilla.org/show_bug.cgi?id=766137 |
85 patches/getchannelinfo.patch | 85 patches/getchannelinfo.patch |
86 | 86 |
87 * Add support for extracting the tls-unique channel binding value | 87 * Add support for extracting the tls-unique channel binding value |
88 patches/tlsunique.patch | 88 patches/tlsunique.patch |
89 | 89 |
90 * Don't crash when the SSL keylog file cannot be opened. | 90 * Don't crash when the SSL keylog file cannot be opened. |
91 patches/sslkeylogerror.patch | 91 patches/sslkeylogerror.patch |
92 | 92 |
93 * Set the record layer version number of ClientHello to at most TLS 1.0 | 93 * Set the record layer version number of the initial ClientHello to at |
94 if we don't know what protocol version the server supports. | 94 most TLS 1.0 if we don't know what protocol version the server supports. |
95 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 | 95 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 |
96 patches/recordlayerversion.patch | 96 patches/recordlayerversion.patch |
97 | 97 |
98 * Replace hardcoded ssl_variant_stream by ss->protocolVariant. | 98 * Replace hardcoded ssl_variant_stream by ss->protocolVariant. |
99 https://bugzilla.mozilla.org/show_bug.cgi?id=681065 | 99 https://bugzilla.mozilla.org/show_bug.cgi?id=681065 |
100 patches/sslprotocolvariant.patch | 100 patches/sslprotocolvariant.patch |
101 | 101 |
| 102 * When renegotiating, continue to use the client_version used in the |
| 103 initial ClientHello to work around a Windows SChannel bug. |
| 104 https://bugzilla.mozilla.org/show_bug.cgi?id=783448 |
| 105 patches/renegoclientversion.patch |
| 106 |
102 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 107 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
103 the comments at the top of patches/applypatches.sh for instructions. | 108 the comments at the top of patches/applypatches.sh for instructions. |
104 | 109 |
105 The ssl/bodge directory contains files taken from the NSS repo that we required | 110 The ssl/bodge directory contains files taken from the NSS repo that we required |
106 for building libssl outside of its usual build environment. | 111 for building libssl outside of its usual build environment. |
OLD | NEW |