forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmbedtls.yaml
More file actions
15 lines (15 loc) · 776 Bytes
/
mbedtls.yaml
File metadata and controls
15 lines (15 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"is_test_benchmark": true
"language": "c++"
"project": "mbedtls"
"target_name": "fuzz_x509crl"
"target_path": "/src/mbedtls/programs/fuzz/fuzz_x509crl.c"
"test_files":
- "test_file_path": "//src/mbedtls/tests/src/random.c"
- "test_file_path": "//src/mbedtls/tests/src/drivers/test_driver_key_agreement.c"
- "test_file_path": "//src/mbedtls/tests/src/fake_external_rng_for_test.c"
- "test_file_path": "//src/mbedtls/tests/src/threading_helpers.c"
- "test_file_path": "//src/mbedtls/tests/src/helpers.c"
- "test_file_path": "//src/mbedtls/tests/src/drivers/test_driver_cipher.c"
- "test_file_path": "//src/mbedtls/tests/src/asn1_helpers.c"
- "test_file_path": "//src/mbedtls/tests/src/drivers/test_driver_aead.c"
- "test_file_path": "//src/mbedtls/tests/src/psa_crypto_stubs.c"