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

Unified Diff: chrome/browser/extensions/api/networking_private/networking_private_crypto.h

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use crypto_verify_mock for browser_test. Created 7 years, 2 months 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
Index: chrome/browser/extensions/api/networking_private/networking_private_crypto.h
diff --git a/chrome/browser/extensions/api/networking_private/networking_private_crypto.h b/chrome/browser/extensions/api/networking_private/networking_private_crypto.h
index 24884734130e9b18ce46a4b8c68c1dd76fa05afc..0df95062535ef0d42e984ff50f388c944e83ad90 100644
--- a/chrome/browser/extensions/api/networking_private/networking_private_crypto.h
+++ b/chrome/browser/extensions/api/networking_private/networking_private_crypto.h
@@ -28,8 +28,8 @@ class NetworkingPrivateCrypto {
const std::string& connected_mac);
// Encrypt |data| with |public_key|. |public_key| is a DER-encoded
- // RSAPublicKey. |data| is some string of bytes at smaller than the
- // maximum length permissable for encryption with a key of |public_key| size.
+ // RSAPublicKey. |data| is some string of bytes that is smaller than the
+ // maximum length permissible for PKCS#1 v1.5 with a key of |public_key| size.
//
// Returns true on success, storing the encrypted result in
// |encrypted_output|.

Powered by Google App Engine
This is Rietveld 408576698