| 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_6_RC0 |
| 8 | 8 |
| 9 Patches: | 9 Patches: |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 | 21 |
| 22 * Send empty renegotiation info extension instead of SCSV unless TLS is | 22 * Send empty renegotiation info extension instead of SCSV unless TLS is |
| 23 disabled. | 23 disabled. |
| 24 patches/renegoscsv.patch | 24 patches/renegoscsv.patch |
| 25 https://bugzilla.mozilla.org/show_bug.cgi?id=549042 | 25 https://bugzilla.mozilla.org/show_bug.cgi?id=549042 |
| 26 | 26 |
| 27 * Cache the peer's intermediate CA certificates in session ID, so that | 27 * Cache the peer's intermediate CA certificates in session ID, so that |
| 28 they're available when we resume a session. | 28 they're available when we resume a session. |
| 29 patches/cachecerts.patch | 29 patches/cachecerts.patch |
| 30 | 30 |
| 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 |
| 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. |
| 35 patches/deprioritizedhe.patch |
| 36 http://crbug.com/51694 |
| 37 https://bugzilla.mozilla.org/show_bug.cgi?id=583337 |
| 38 |
| 31 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 |
| 32 for building libssl outside of its usual build environment. | 40 for building libssl outside of its usual build environment. |
| OLD | NEW |