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

Side by Side Diff: openssl/README

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 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 | « openssl/PROBLEMS ('k') | openssl/VMS/install.com » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 OpenSSL 0.9.8o 1 Jun 2010 2 OpenSSL 1.0.0f 4 Jan 2012
3 3
4 Copyright (c) 1998-2009 The OpenSSL Project 4 Copyright (c) 1998-2011 The OpenSSL Project
5 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson 5 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
6 All rights reserved. 6 All rights reserved.
7 7
8 DESCRIPTION 8 DESCRIPTION
9 ----------- 9 -----------
10 10
11 The OpenSSL Project is a collaborative effort to develop a robust, 11 The OpenSSL Project is a collaborative effort to develop a robust,
12 commercial-grade, fully featured, and Open Source toolkit implementing the 12 commercial-grade, fully featured, and Open Source toolkit implementing the
13 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) 13 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
14 protocols as well as a full-strength general purpose cryptography library. 14 protocols as well as a full-strength general purpose cryptography library.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 209
210 Our preferred format for changes is "diff -u" output. You might 210 Our preferred format for changes is "diff -u" output. You might
211 generate it like this: 211 generate it like this:
212 212
213 # cd openssl-work 213 # cd openssl-work
214 # [your changes] 214 # [your changes]
215 # ./Configure dist; make clean 215 # ./Configure dist; make clean
216 # cd .. 216 # cd ..
217 # diff -ur openssl-orig openssl-work > mydiffs.patch 217 # diff -ur openssl-orig openssl-work > mydiffs.patch
218 218
OLDNEW
« no previous file with comments | « openssl/PROBLEMS ('k') | openssl/VMS/install.com » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698