| Index: components/webcrypto/BUILD.gn
|
| diff --git a/components/webcrypto/BUILD.gn b/components/webcrypto/BUILD.gn
|
| index b9a5e631af607a8ffee66e56abe9bacb4be3134d..dd232354378f3ab1234a2d8f165248080e89c6cc 100644
|
| --- a/components/webcrypto/BUILD.gn
|
| +++ b/components/webcrypto/BUILD.gn
|
| @@ -141,6 +141,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 = [
|
|
|