diff --git a/src/_data/results.js b/src/_data/results.js index abae5fa..c869b68 100644 --- a/src/_data/results.js +++ b/src/_data/results.js @@ -9,7 +9,8 @@ const specUrls = [ 'https://w3c-ccg.github.io/did-key-test-suite/index.json', 'https://w3c-ccg.github.io/vc-api-issuer-test-suite/index.json', 'https://w3c-ccg.github.io/vc-api-verifier-test-suite/index.json', - 'https://w3c.github.io/vc-bitstring-status-list-test-suite/index.json' + 'https://w3c.github.io/vc-bitstring-status-list-test-suite/index.json', + 'https://w3c.github.io/vc-jose-cose-test-suite/index.json' ]; // Helper function: Remove company name suffix (Digital Bazaar: P-256) diff --git a/src/implementations/implementations.md b/src/implementations/implementations.md index bf4af85..5ecf527 100644 --- a/src/implementations/implementations.md +++ b/src/implementations/implementations.md @@ -11,7 +11,7 @@ permalink: "/implementations/{{ vendor | slugify }}/"

{{ vendor }}

{% for testCategory in testCategories %} -{% if testCategory[0] == "Issuer" or testCategory[0] == "Verifier" %} +{% if testCategory[0] == "Issuer" or testCategory[0] == "Verifier" or testCategory[0] == "Implementation" %}

{{ testCategory[0] }}