| OLD | NEW |
| 1 This directory includes a copy of NSS's libssl from the CVS repo at: | 1 This directory includes a copy of NSS's libssl from the CVS repo at: |
| 2 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot | 2 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
| 3 | 3 |
| 4 The snapshot was updated to the CVS tag: NSS_3_12_6_RC0 | 4 The snapshot was updated to the CVS tag: NSS_3_12_6_RC0 |
| 5 | 5 |
| 6 Patches: | 6 Patches: |
| 7 | 7 |
| 8 * Next protocol negotiation support. | 8 * Next protocol negotiation support. |
| 9 patches/nextproto.patch | 9 patches/nextproto.patch |
| 10 http://codereview.chromium.org/415005 | 10 http://codereview.chromium.org/415005 |
| 11 | 11 |
| 12 * False start support |
| 13 patches/falsestart.patch |
| 14 |
| 12 * Commenting out a couple of functions because they need NSS symbols | 15 * Commenting out a couple of functions because they need NSS symbols |
| 13 which may not exist in the system NSS library. | 16 which may not exist in the system NSS library. |
| 14 patches/versionskew.patch | 17 patches/versionskew.patch |
| 15 | 18 |
| 16 The ssl/bodge directory contains files taken from the NSS repo that we required | 19 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 17 for building libssl outside of its usual build environment. | 20 for building libssl outside of its usual build environment. |
| OLD | NEW |