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

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

Issue 7239002: net: Precede each CBC encrypted application data record with an empty one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 6 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 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_9_RTM 7 The snapshot was updated to the CVS tag: NSS_3_12_9_RTM
8 8
9 Patches: 9 Patches:
10 10
(...skipping 29 matching lines...) Expand all
40 * Don't send a client certificate when renegotiating if the peer does not 40 * Don't send a client certificate when renegotiating if the peer does not
41 request one. This only happened if the previous key exchange algorithm 41 request one. This only happened if the previous key exchange algorithm
42 was non-RSA. 42 was non-RSA.
43 patches/clientauth.patch 43 patches/clientauth.patch
44 https://bugzilla.mozilla.org/show_bug.cgi?id=616757 44 https://bugzilla.mozilla.org/show_bug.cgi?id=616757
45 45
46 * Add support for TLS cached info extension. 46 * Add support for TLS cached info extension.
47 patches/cachedinfo.patch 47 patches/cachedinfo.patch
48 https://bugzilla.mozilla.org/show_bug.cgi?id=665739 48 https://bugzilla.mozilla.org/show_bug.cgi?id=665739
49 49
50 * Precede each set of CBC encrypted application data records, resulting from
51 a single call to ssl3_SendApplicationData, with an empty application data
52 record in order to randomize the IV in a backwards compatible manner.
53 patches/cbcrandomiv.patch
54
50 Apply the patches to NSS by running the patches/applypatches.sh script. Read 55 Apply the patches to NSS by running the patches/applypatches.sh script. Read
51 the comments at the top of patches/applypatches.sh for instructions. 56 the comments at the top of patches/applypatches.sh for instructions.
52 57
53 The ssl/bodge directory contains files taken from the NSS repo that we required 58 The ssl/bodge directory contains files taken from the NSS repo that we required
54 for building libssl outside of its usual build environment. 59 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