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

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

Issue 10636062: Fix crash when an SSL key-log file couldn't be opened. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 5 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/applypatches.sh » ('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 Version: 3.13.4 pre-release snapshot 20120319 3 Version: 3.13.4 pre-release snapshot 20120319
4 Security Critical: Yes 4 Security Critical: Yes
5 5
6 This directory includes a copy of NSS's libssl from the CVS repo at: 6 This directory includes a copy of NSS's libssl from the CVS repo at:
7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot 7 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
8 8
9 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG 9 The snapshot was updated to the CVS tag: NSS_SSL_3_13_4_20120319_TAG
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 * Add support for TLS Channel IDs 65 * Add support for TLS Channel IDs
66 patches/channelid.patch 66 patches/channelid.patch
67 67
68 * Add DTLS-SRTP (RFC 5764) support. 68 * Add DTLS-SRTP (RFC 5764) support.
69 https://bugzilla.mozilla.org/show_bug.cgi?id=737178 69 https://bugzilla.mozilla.org/show_bug.cgi?id=737178
70 patches/dtlssrtp.patch 70 patches/dtlssrtp.patch
71 71
72 * Move SSL keylogging out from behind the TRACE and DEBUG defines and add 72 * Move SSL keylogging out from behind the TRACE and DEBUG defines and add
73 support for CLIENT_RANDOM keylogging to support ECDHE-RSA and others. 73 support for CLIENT_RANDOM keylogging to support ECDHE-RSA and others.
74 patches/keylog.patch 74 patches/keylog.patch
75 https://bugzilla.mozilla.org/show_bug.cgi?id=762763
75 76
76 * SSL_GetChannelInfo and SSL_GetNegotiatedHostInfo should use cwSpec 77 * SSL_GetChannelInfo and SSL_GetNegotiatedHostInfo should use cwSpec
77 instead of crSpec to support False Start. 78 instead of crSpec to support False Start.
78 https://bugzilla.mozilla.org/show_bug.cgi?id=766137 79 https://bugzilla.mozilla.org/show_bug.cgi?id=766137
79 patches/getchannelinfo.patch 80 patches/getchannelinfo.patch
80 81
81 * Add support for extracting the tls-unique channel binding value 82 * Add support for extracting the tls-unique channel binding value
82 patches/tlsunique.patch 83 patches/tlsunique.patch
83 84
85 * Don't crash when the SSL keylog file cannot be opened.
86 patches/sslkeylogerror.patch
87
84 Apply the patches to NSS by running the patches/applypatches.sh script. Read 88 Apply the patches to NSS by running the patches/applypatches.sh script. Read
85 the comments at the top of patches/applypatches.sh for instructions. 89 the comments at the top of patches/applypatches.sh for instructions.
86 90
87 The ssl/bodge directory contains files taken from the NSS repo that we required 91 The ssl/bodge directory contains files taken from the NSS repo that we required
88 for building libssl outside of its usual build environment. 92 for building libssl outside of its usual build environment.
OLDNEW
« no previous file with comments | « no previous file | net/third_party/nss/patches/applypatches.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698