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

Issue 7189044: net: Don't access SECOID_AlgorithmIDTemplate directly. (Closed)

Created:
9 years, 6 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

net: Don't access SECOID_AlgorithmIDTemplate directly. This is required when building nss as a dynamic library. BUG=85776 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=89732

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M crypto/signature_verifier_nss.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/base/dnssec_keyset.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
rvargas (doing something else)
9 years, 6 months ago (2011-06-17 21:48:50 UTC) #1
wtc
LGTM.
9 years, 6 months ago (2011-06-17 22:10:39 UTC) #2
wtc
LGTM.
9 years, 6 months ago (2011-06-17 22:12:16 UTC) #3
wtc
Can you also fix the following? ./crypto/signature_verifier_nss.cc: rv = SEC_QuickDERDecodeItem(arena, &sig_alg_id, SECOID_AlgorithmIDTemplate, ./chrome/browser/importer/nss_decryptor_system_nss.cc: rv = ...
9 years, 6 months ago (2011-06-17 22:15:52 UTC) #4
rvargas (doing something else)
9 years, 6 months ago (2011-06-18 00:49:01 UTC) #5
> ./chrome/browser/importer/nss_decryptor_system_nss.cc:  rv =
> SEC_QuickDERDecodeItem(arena, &sdrResult, g_template, data);

This one is not using the nss template.

Powered by Google App Engine
This is Rietveld 408576698