From 788f9aee8ff893d12af37d7f8cf3fe5e0f46febe Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 26 Dec 2023 14:58:14 -0500 Subject: [PATCH] Update "Changes since v1.1" section. --- index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c42324ba5..bf67e5877 100644 --- a/index.html +++ b/index.html @@ -7095,11 +7095,27 @@

Revision History

it easier to understand particular concepts.
  • +Clarify how issuer validation occurs. +
  • +
  • +Clarify requirements for securing mechanism extension points. +
  • +
  • +Add dependency on [[?INFRA]] for algorithm section. +
  • +
  • +Add requirements for securing mechanism specifications. +
  • +
  • +Clarify how to perform credential type-specific processing. +
  • +
  • Add mechanism to embed enveloped verifiable credentials in verifiable presentations.
  • -Add verification algorithm. +Add verification algorithm, interface to securing mechanisms, and +ProblemDetails objects.
  • Fine tune allowable values for `issuer` property.