Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Side by Side Diff: net/third_party/nss/README.chromium

Issue 3118002: List TLS_DHE_RSA_WITH_AES_256_CBC_SHA after... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add Chromium issue number. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/third_party/nss/patches/deprioritizedhe.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | net/third_party/nss/patches/deprioritizedhe.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698