| 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_6_RC0 | 7 The snapshot was updated to the CVS tag: NSS_3_12_7_RTM |
| 8 | 8 |
| 9 Patches: | 9 Patches: |
| 10 | 10 |
| 11 * Next protocol negotiation support. | 11 * Next protocol negotiation support. |
| 12 patches/nextproto.patch | 12 patches/nextproto.patch |
| 13 http://codereview.chromium.org/415005 | 13 http://codereview.chromium.org/415005 |
| 14 | 14 |
| 15 * False start support | 15 * False start support |
| 16 patches/falsestart.patch | 16 patches/falsestart.patch |
| 17 | 17 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 31 * List TLS_DHE_RSA_WITH_AES_256_CBC_SHA after TLS_RSA_WITH_AES_256_CBC_SHA | 31 * List TLS_DHE_RSA_WITH_AES_256_CBC_SHA after TLS_RSA_WITH_AES_256_CBC_SHA |
| 32 in ClientHello to communicate securely with some servers that use | 32 in ClientHello to communicate securely with some servers that use |
| 33 256-bit DH keys. Remove this patch when we upgrade to NSS 3.12.7, | 33 256-bit DH keys. Remove this patch when we upgrade to NSS 3.12.7, |
| 34 which rejects DH keys shorter than 512 bits. | 34 which rejects DH keys shorter than 512 bits. |
| 35 patches/deprioritizedhe.patch | 35 patches/deprioritizedhe.patch |
| 36 http://crbug.com/51694 | 36 http://crbug.com/51694 |
| 37 https://bugzilla.mozilla.org/show_bug.cgi?id=583337 | 37 https://bugzilla.mozilla.org/show_bug.cgi?id=583337 |
| 38 | 38 |
| 39 The ssl/bodge directory contains files taken from the NSS repo that we required | 39 The ssl/bodge directory contains files taken from the NSS repo that we required |
| 40 for building libssl outside of its usual build environment. | 40 for building libssl outside of its usual build environment. |
| OLD | NEW |