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

Unified Diff: components/webcrypto/BUILD.gn

Issue 2162303002: [webcrypto] Add support for import/export of "raw" formatted EC keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usage_order
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « no previous file | components/webcrypto/algorithms/ec.h » ('j') | components/webcrypto/algorithms/ec.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/BUILD.gn
diff --git a/components/webcrypto/BUILD.gn b/components/webcrypto/BUILD.gn
index 9c3ca50927b65219ec0b620fb774ae5f8cdc66a0..dd68738e6e93dcdedb6d0034c2f79686be27ec4e 100644
--- a/components/webcrypto/BUILD.gn
+++ b/components/webcrypto/BUILD.gn
@@ -142,6 +142,18 @@ fuzzer_test("webcrypto_ec_import_key_spki_fuzzer") {
]
}
+# Tests the import of raw (X9.62) formatted EC keys.
+fuzzer_test("webcrypto_ec_import_key_raw_fuzzer") {
+ sources = [
+ "ec_import_key_raw_fuzzer.cc",
+ ]
+ deps = [
+ ":fuzzer_support",
+ ":webcrypto",
+ "//third_party/WebKit/public:blink_headers",
+ ]
+}
+
# Tests the import of PKCS8 formatted RSA keys.
fuzzer_test("webcrypto_rsa_import_key_pkcs8_fuzzer") {
sources = [
« no previous file with comments | « no previous file | components/webcrypto/algorithms/ec.h » ('j') | components/webcrypto/algorithms/ec.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698