diff options
| author | Adam Janovsky | 2021-02-22 16:11:40 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2021-02-22 16:11:40 +0100 |
| commit | fbed16b8c6dca166d53309beda47df3672a275ef (patch) | |
| tree | 588965e470d5a10075980cbf54c7156a9f515fbf /test/data | |
| parent | 6b8c45d7bb81384e1cc41d1ccf338e76c6da36f5 (diff) | |
| download | sec-certs-fbed16b8c6dca166d53309beda47df3672a275ef.tar.gz sec-certs-fbed16b8c6dca166d53309beda47df3672a275ef.tar.zst sec-certs-fbed16b8c6dca166d53309beda47df3672a275ef.zip | |
Serialize digest of the certificate
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test_cc_oop/toy_dataset.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/test_cc_oop/toy_dataset.json b/test/data/test_cc_oop/toy_dataset.json index b59327ce..ffacaae6 100644 --- a/test/data/test_cc_oop/toy_dataset.json +++ b/test/data/test_cc_oop/toy_dataset.json @@ -13,8 +13,8 @@ "name": "toy dataset", "description": "toy dataset description", "n_certs": 2, - "certs": [ - { + "certs": { + "7ef8227c1aed06bb": { "_type": "CommonCriteriaCert", "status": "active", "category": "Access Control Devices and Systems", @@ -53,7 +53,7 @@ "st_keywords": null } }, - { + "561a012d9a30e960": { "_type": "CommonCriteriaCert", "status": "active", "category": "Access Control Devices and Systems", @@ -95,5 +95,5 @@ "st_keywords": null } } - ] + } }
\ No newline at end of file |
