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

Issue 5625012: Switch linux OpenSSL build to use custom openssl version (Closed)

Created:
10 years ago by joth
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews, Kristian_, Ryan Sleevi, cbentzel+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Switch linux OpenSSL build to use custom openssl version This allows us to test experimental library features, and to track a known openssl version. Also bumps OpenSSL 65717:68738, to fix up the default CA root path in the reference library. BUG=None TEST=Still builds & runs! Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68749

Patch Set 1 #

Patch Set 2 : Bump OpenSSL 65717:68738 #

Patch Set 3 : Remove the system openssl build rule altogether, depend on third party directly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -31 lines) Patch
M DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M base/base.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/linux/system.gyp View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/net.gyp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
joth
10 years ago (2010-12-08 18:12:00 UTC) #1
agl
LGTM, although I thought that you *wanted* to link against the system OpenSSL to save ...
10 years ago (2010-12-08 18:16:38 UTC) #2
joth
Size isn't an such an issue as we can switch between system of custom depending ...
10 years ago (2010-12-08 20:16:47 UTC) #3
joth
On 2010/12/08 20:16:47, joth wrote: > One side effect of this is the third_party openssl ...
10 years ago (2010-12-09 12:35:18 UTC) #4
joth
On 2010/12/09 12:35:18, joth wrote: > > Let me know your thoughts (over on that ...
10 years ago (2010-12-09 16:38:23 UTC) #5
joth
On 2010/12/09 16:38:23, joth wrote: > > Still LGTY? > Hold on, found another snag. ...
10 years ago (2010-12-09 17:15:02 UTC) #6
agl
On Thu, Dec 9, 2010 at 12:15 PM, <joth@chromium.org> wrote: > I guess the alternative ...
10 years ago (2010-12-09 18:09:33 UTC) #7
joth
On 2010/12/09 18:09:33, agl wrote: > > #if defined(USE_SYSTEM_OPENSSL) > #include ... > #else > ...
10 years ago (2010-12-09 18:15:19 UTC) #8
agl
10 years ago (2010-12-09 18:18:30 UTC) #9
On Thu, Dec 9, 2010 at 1:15 PM,  <joth@chromium.org> wrote:
> I uploaded a new patch then gets rid of linux/system.gyp:openssl and have
> the
> dependents depend on third_party/openssl directly, which solves it. (As
> shown by
> the compile break in Kristian's code it now picks up, also fixed in that
> patch
> :)
>
> http://codereview.chromium.org/5625012/

LGTM for any patch which fixes it.


AGL

Powered by Google App Engine
This is Rietveld 408576698