| 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 | 3 |
| 4 This directory includes a copy of NSS's libssl from the CVS repo at: | 4 This directory includes a copy of NSS's libssl from the CVS repo at: |
| 5 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot | 5 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
| 6 | 6 |
| 7 The snapshot was updated to the CVS tag: NSS_3_12_9_RTM | 7 The snapshot was updated to the CVS tag: NSS_3_12_9_RTM |
| 8 | 8 |
| 9 Patches: | 9 Patches: |
| 10 | 10 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 https://bugzilla.mozilla.org/show_bug.cgi?id=507359 | 66 https://bugzilla.mozilla.org/show_bug.cgi?id=507359 |
| 67 patches/secret_exporter.patch | 67 patches/secret_exporter.patch |
| 68 | 68 |
| 69 * Send saved write data in the SSL socket in SSL_ForceHandshake. | 69 * Send saved write data in the SSL socket in SSL_ForceHandshake. |
| 70 patches/handshakeshortwrite.patch | 70 patches/handshakeshortwrite.patch |
| 71 https://bugzilla.mozilla.org/show_bug.cgi?id=676729 | 71 https://bugzilla.mozilla.org/show_bug.cgi?id=676729 |
| 72 | 72 |
| 73 * Add a function to restart a handshake after a client certificate request. | 73 * Add a function to restart a handshake after a client certificate request. |
| 74 patches/restartclientauth.patch | 74 patches/restartclientauth.patch |
| 75 | 75 |
| 76 * Allow SSL_HandshakeNegotiatedExtension to be called before the handshake |
| 77 is finished.. |
| 78 https://bugzilla.mozilla.org/show_bug.cgi?id=681839 |
| 79 patches/negotiatedextension.patch |
| 80 |
| 76 Apply the patches to NSS by running the patches/applypatches.sh script. Read | 81 Apply the patches to NSS by running the patches/applypatches.sh script. Read |
| 77 the comments at the top of patches/applypatches.sh for instructions. | 82 the comments at the top of patches/applypatches.sh for instructions. |
| 78 | 83 |
| 79 The ssl/bodge directory contains files taken from the NSS repo that we required | 84 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 80 for building libssl outside of its usual build environment. | 85 for building libssl outside of its usual build environment. |
| OLD | NEW |