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

Issue 8527006: Change the Chrome OS PKCS #11 module from libopencryptoki.so to libchaps.so. (Closed)

Created:
9 years, 1 month ago by Darren Krahn
Modified:
9 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Change the Chrome OS PKCS #11 module from libopencryptoki.so to libchaps.so. This CL is part of a larger effort to replace opencryptoki as the PKCS #11 layer in Chrome OS. In this first phase, libchaps.so forwards requests to a daemon (chapsd) which loads opencryptoki to service the requests. You can find the Chaps design doc here: https://docs.google.com/a/google.com/document/d/1TQFc6GABKa1JgwUx2hIcxAHQ329fkd03yYlGxhfHQlQ/edit Change-Id: I42962c4703413039641b6ede40caaf0c97ab900e BUG=chromium-os:21005 TEST=* Ensure previously existing certs still exist. * Import new cert and private key from PKCS12 file. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110435

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changed opencryptoki references to chaps. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -21 lines) Patch
M crypto/nss_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M crypto/nss_util.cc View 1 8 chunks +19 lines, -19 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Darren Krahn
This CL is part of a larger effort to replace opencryptoki as the PKCS #11 ...
9 years, 1 month ago (2011-11-14 17:41:53 UTC) #1
gauravsh
Please include the short rationale for the change in the commit description too (you can ...
9 years, 1 month ago (2011-11-14 17:49:24 UTC) #2
Darren Krahn
http://codereview.chromium.org/8527006/diff/1/crypto/nss_util.cc File crypto/nss_util.cc (right): http://codereview.chromium.org/8527006/diff/1/crypto/nss_util.cc#newcode60 crypto/nss_util.cc:60: const char kOpencryptokiPath[] = "libchaps.so"; No... because libchaps.so is ...
9 years, 1 month ago (2011-11-14 23:32:26 UTC) #3
gauravsh
lgtm
9 years, 1 month ago (2011-11-14 23:43:34 UTC) #4
wtc
LGTM. http://codereview.chromium.org/8527006/diff/1/crypto/nss_util.cc File crypto/nss_util.cc (right): http://codereview.chromium.org/8527006/diff/1/crypto/nss_util.cc#newcode60 crypto/nss_util.cc:60: const char kOpencryptokiPath[] = "libchaps.so"; The comment on ...
9 years, 1 month ago (2011-11-15 03:13:58 UTC) #5
Darren Krahn
http://codereview.chromium.org/8527006/diff/1/crypto/nss_util.cc File crypto/nss_util.cc (right): http://codereview.chromium.org/8527006/diff/1/crypto/nss_util.cc#newcode60 crypto/nss_util.cc:60: const char kOpencryptokiPath[] = "libchaps.so"; On 2011/11/15 03:13:58, wtc ...
9 years, 1 month ago (2011-11-16 17:41:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dkrahn@chromium.org/8527006/4001
9 years, 1 month ago (2011-11-17 00:05:47 UTC) #7
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 05:12:04 UTC) #8
Change committed as 110435

Powered by Google App Engine
This is Rietveld 408576698