Skip to content

Commit 4b204e3

Browse files
committed
Add note on transitive trust to Trust Model section. Fix #252.
1 parent 991ae7d commit 4b204e3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,19 @@ <h1>Trust Model</h1>
681681
with various threat models studied by the Working Group are urged to read
682682
the Verifiable Credentials Use Cases Document [[VC-USECASES]].
683683
</p>
684+
685+
<p class="note">
686+
Experts may recognize that the data model detailed in this specification
687+
does not imply a transitive trust model, such as that provided by more
688+
traditional Certificate Authority trust models. In the Verifiable Credentials
689+
Data Model, a <a>verifier</a> either directly trusts an <a>issuer</a> or it
690+
does not trust the issuer. While it is possible to build transitive trust
691+
models using the Verifiable Credentials Data Model, implementers are urged
692+
to
693+
<a href="https://tools.ietf.org/html/draft-housley-web-pki-problems">learn about the security weaknesses</a>
694+
introduced by broadly delegating trust in the manner adopted by
695+
Certificate Authority systems.
696+
</p>
684697
</section>
685698

686699
<section>

0 commit comments

Comments
 (0)