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

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

Issue 3177012: Update to NSS 3.12.7. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/ssl/Makefile » ('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_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
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.
OLDNEW
« no previous file with comments | « no previous file | net/third_party/nss/ssl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698