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

Issue 394003: Linux: enable building with a local version of libssl. (Closed)

Created:
11 years, 1 month ago by agl
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: enable building with a local version of libssl.

Patch Set 1 #

Patch Set 2 : Add ECC #

Patch Set 3 : Don't forget ec.h #

Patch Set 4 : Addressing comments. #

Patch Set 5 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35184 lines, -15 lines) Patch
M build/all.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/linux/system.gyp View 1 2 3 2 chunks +41 lines, -15 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +6 lines, -0 lines 0 comments Download
A net/third_party/nss/README.google View 1 chunk +9 lines, -0 lines 0 comments Download
A net/third_party/nss/nss.gyp View 4 1 chunk +99 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/Makefile View 1 chunk +98 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/authcert.c View 1 chunk +122 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/alghmac.h View 1 chunk +96 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/blapi.h View 1 chunk +1209 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/ec.h View 1 chunk +52 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/genload.c View 1 chunk +191 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/loader.h View 1 chunk +555 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/loader.c View 1 chunk +1699 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/nssrenam.h View 1 chunk +47 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/bodge/secure_memcmp.c View 1 chunk +23 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/cmpcert.c View 1 chunk +123 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/derive.c View 1 chunk +853 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/manifest.mn View 1 chunk +83 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/notes.txt View 1 chunk +166 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/nsskea.c View 1 chunk +78 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/os2_err.h View 1 chunk +86 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/os2_err.c View 1 chunk +313 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/preenc.h View 1 chunk +146 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/prelib.c View 1 chunk +67 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl.h View 1 chunk +529 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl.def View 1 chunk +141 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl.rc View 1 chunk +100 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl3con.c View 1 chunk +9077 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl3ecc.c View 1 chunk +1193 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl3ext.c View 1 chunk +1268 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl3gthr.c View 1 chunk +239 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssl3prot.h View 1 chunk +361 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslauth.c View 1 chunk +273 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslcon.c View 1 chunk +3833 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssldef.c View 1 chunk +238 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslenum.c View 1 chunk +151 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslerr.h View 1 chunk +205 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslerr.c View 1 chunk +74 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslgathr.c View 1 chunk +483 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslimpl.h View 1 chunk +1593 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslinfo.c View 1 chunk +309 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslmutex.h View 1 chunk +155 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslmutex.c View 1 chunk +663 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslnonce.c View 1 chunk +530 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslproto.h View 1 chunk +222 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslreveal.c View 1 chunk +100 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslsecur.c View 1 chunk +1442 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslsnce.c View 1 chunk +1952 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslsock.c View 1 chunk +2266 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslt.h View 1 chunk +192 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/ssltrace.c View 1 chunk +276 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/sslver.c View 1 chunk +56 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/unix_err.h View 1 chunk +90 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/unix_err.c View 1 chunk +550 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/win32err.h View 1 chunk +84 lines, -0 lines 0 comments Download
A net/third_party/nss/ssl/win32err.c View 1 chunk +376 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
agl
This CL is too large to Reitvelt: some of the files maybe missing but I ...
11 years, 1 month ago (2009-11-13 02:20:41 UTC) #1
agl
ping.
11 years, 1 month ago (2009-11-13 23:56:08 UTC) #2
wtc
LGTM. Thanks! We should build the code as a .so (libssl3.so) in the future. That ...
11 years, 1 month ago (2009-11-14 00:43:11 UTC) #3
wtc
11 years, 1 month ago (2009-11-16 22:45:58 UTC) #4
Re: NSS_SecureMemcmp

Could you find out why we're not getting the "implicit declaration"
warning from GCC?  We added the declaration of NSS_SecureMemcmp to
<secport.h> in NSS 3.12.5, which hasn't been released yet.

Re: utilrename.h

Sorry, I was confused.  utilrename.h is a public NSS header, so
we get it from the system NSS include directory.  We should not
add utilrename.h to our ssl/bodge directory.  We just need to
add USE_UTIL_DIRECTLY to the 'defines' variable in
net/third_party/nss/nss.gyp.

Powered by Google App Engine
This is Rietveld 408576698