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

Unified Diff: net/ssl/channel_id_service.h

Issue 2608453002: Remove the password parameter for ECPrivateKey::ExportEncryptedPrivateKey. (Closed)
Patch Set: fmt Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/extras/sqlite/sqlite_channel_id_store_unittest.cc ('k') | net/ssl/channel_id_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/channel_id_service.h
diff --git a/net/ssl/channel_id_service.h b/net/ssl/channel_id_service.h
index d9de87964e6d71d09c7be352cef51f09743c79f7..617a297e84e0685c3cca5f69c4b1e50ca6cb56f0 100644
--- a/net/ssl/channel_id_service.h
+++ b/net/ssl/channel_id_service.h
@@ -69,11 +69,6 @@ class NET_EXPORT ChannelIDService
ChannelIDServiceJob* job_;
};
- // Password used on EncryptedPrivateKeyInfo data stored in EC private_key
- // values. (This is not used to provide any security, but to workaround NSS
- // being unable to import unencrypted PrivateKeyInfo for EC keys.)
- static const char kEPKIPassword[];
davidben 2016/12/28 03:22:26 I'm assuming we don't have anything where this is
-
// This object owns |channel_id_store|. |task_runner| will
// be used to post channel ID generation worker tasks. The tasks are
// safe for use with WorkerPool and SequencedWorkerPool::CONTINUE_ON_SHUTDOWN.
« no previous file with comments | « net/extras/sqlite/sqlite_channel_id_store_unittest.cc ('k') | net/ssl/channel_id_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698