| 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 | 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_SSL_3_13_4_20120319_TAG | 9 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG |
| 10 | 10 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 instead of crSpec to support False Start. | 78 instead of crSpec to support False Start. |
| 79 https://bugzilla.mozilla.org/show_bug.cgi?id=766137 | 79 https://bugzilla.mozilla.org/show_bug.cgi?id=766137 |
| 80 patches/getchannelinfo.patch | 80 patches/getchannelinfo.patch |
| 81 | 81 |
| 82 * Add support for extracting the tls-unique channel binding value | 82 * Add support for extracting the tls-unique channel binding value |
| 83 patches/tlsunique.patch | 83 patches/tlsunique.patch |
| 84 | 84 |
| 85 * Don't crash when the SSL keylog file cannot be opened. | 85 * Don't crash when the SSL keylog file cannot be opened. |
| 86 patches/sslkeylogerror.patch | 86 patches/sslkeylogerror.patch |
| 87 | 87 |
| 88 * 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 https://bugzilla.mozilla.org/show_bug.cgi?id=774547 |
| 91 patches/recordlayerversion.patch |
| 92 |
| 88 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 93 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
| 89 the comments at the top of patches/applypatches.sh for instructions. | 94 the comments at the top of patches/applypatches.sh for instructions. |
| 90 | 95 |
| 91 The ssl/bodge directory contains files taken from the NSS repo that we required | 96 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 92 for building libssl outside of its usual build environment. | 97 for building libssl outside of its usual build environment. |
| OLD | NEW |