Skip to content

Conversation

@thomas-fossati
Copy link
Contributor

@thomas-fossati thomas-fossati commented Jan 30, 2026

Add transparent support for the "lead verifier" mode where the usual challenge-response API accepts verification requests for composite evidence and dispatches them to the CE handler endpoint in VTS.

The existing verification API logic is extended to:

  1. Advertise collection types during content negotiation as well as via the discovery interface.
  2. Recognise requests for collection types that do not have an associated scheme plugin, and forward them to the CE handler.

Fix #368

Add transparent support for the "lead verifier" mode where the usual
challenge-response API accepts verification requests for composite
evidence and dispatches them to the CE handler endpoint in VTS.

The existing verification API logic is extended to:

1. Advertise collection types during content negotiation, as well as via
   the discovery interface.
2. Recognise requests for collection types that do not have an
   associated scheme plugin, and forward them to the CE handler.

Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

multi-verifier multi-verifier support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lead verifier: Verification API extensions

2 participants