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

Issue 12383037: Enable libpkix to handle AIA chasing when compiled statically (Closed)

Created:
7 years, 9 months ago by Ryan Sleevi
Modified:
7 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews
Visibility:
Public.

Description

Enable libpkix to handle AIA chasing when compiled statically In order to prevent a circular dependency, upstream NSS has libpkix dlopen [lib]smime3 to access the CERT_DecodeCertPackage function, which handles decoding PEM/DER certificates from the web. However, when built as Chromium does, [lib]smime3 doesn't exist, and thus all AIA chasing fails. Instead, for builds where all of NSS is linked into a single library (static or dynamic), directly link to the function (with the assistance of an extern). BUG=176541

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased and updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -2 lines) Patch
M README.chromium View 1 1 chunk +2 lines, -0 lines 0 comments Download
M nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_httpcertstore.c View 1 3 chunks +10 lines, -2 lines 0 comments Download
A patches/nss-static-smime.patch View 1 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ryan Sleevi
Wan-Teh: I still need to break out the patch file and add some AIA unit ...
7 years, 9 months ago (2013-02-28 22:49:52 UTC) #1
wtc
Patch set 1 LGTM. Thanks. I wonder how hard it is to write a simple ...
7 years, 9 months ago (2013-03-01 00:29:47 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/12383037/5001
7 years, 7 months ago (2013-05-15 19:24:32 UTC) #3
commit-bot: I haz the power
7 years, 7 months ago (2013-05-15 19:24:41 UTC) #4
Message was sent while issue was closed.
Change committed as 200333

Powered by Google App Engine
This is Rietveld 408576698