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

Unified Diff: content/child/webcrypto/nss/util_nss.cc

Issue 698363002: webcrypto: Add ECDSA algorithm (chromium-side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extract_more
Patch Set: sigh, more android pedantry Created 6 years, 1 month 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 | « content/child/webcrypto/jwk.cc ('k') | content/child/webcrypto/openssl/ec_key_openssl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webcrypto/nss/util_nss.cc
diff --git a/content/child/webcrypto/nss/util_nss.cc b/content/child/webcrypto/nss/util_nss.cc
index 58201cb47dc2a71f9201df1aa232b4270071e90c..49dc9d1b4ef4a2e574736f5d4680a23f6db088ea 100644
--- a/content/child/webcrypto/nss/util_nss.cc
+++ b/content/child/webcrypto/nss/util_nss.cc
@@ -90,6 +90,11 @@ AlgorithmImplementation* CreatePlatformRsaPssImplementation() {
return NULL;
}
+AlgorithmImplementation* CreatePlatformEcdsaImplementation() {
+ // TODO(eroman): http://crbug.com/399094
+ return NULL;
+}
+
} // namespace webcrypto
} // namespace content
« no previous file with comments | « content/child/webcrypto/jwk.cc ('k') | content/child/webcrypto/openssl/ec_key_openssl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698