You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trust-list ingestion and resolution for ETSI TS 119 612 TSL/LoTL XML and ETSI TS 119 602 LoTE JSON/XML. Provides source-assurance policies, freshness evaluation, and certificate-chain resolution against registry-owned trust anchors.
137
+
138
+
**Use when:** You need to load ETSI trust lists and determine whether a certificate chain or provider is trusted by an admitted source.
139
+
135
140
## Library Relationships
136
141
137
142
```
@@ -172,6 +177,8 @@ VICAL (Verifiable Issuer Certificate Authority List) trust list validation for m
@@ -198,6 +205,7 @@ VICAL (Verifiable Issuer Certificate Authority List) trust list validation for m
198
205
4. Use **waltid-digital-credentials** to parse credentials and presentations for verification
199
206
5. Use **waltid-dcql** to create credential queries for OpenID4VP 1.0
200
207
6. Use **waltid-dif-definitions-parser** to create Presentation Definitions for draft implementations
208
+
7. Use **waltid-trust-registry** to resolve issuer certificate chains against ETSI trust sources
201
209
202
210
### Working with mdoc Credentials
203
211
@@ -213,6 +221,7 @@ Each library has its own README with detailed documentation. For quick reference
213
221
-**New to credentials?** Start with [waltid-digital-credentials](./waltid-digital-credentials) to understand the unified abstraction
214
222
-**Building an issuer?** See [waltid-w3c-credentials](./waltid-w3c-credentials) for W3C credentials or [waltid-mdoc-credentials2](./waltid-mdoc-credentials2) for mdocs
215
223
-**Building a verifier?** See [waltid-verification-policies2](./waltid-verification-policies2) for credential verification and [waltid-verification-policies2-vp](./waltid-verification-policies2-vp) for presentation verification
224
+
-**Integrating ETSI trust lists?** See [waltid-trust-registry](./waltid-trust-registry) for loading and resolving TSL, LoTL, and LoTE sources
216
225
-**Building a wallet?** See [waltid-digital-credentials](./waltid-digital-credentials) and [waltid-holder-policies](./waltid-holder-policies)
<em>This project is being actively maintained by the development team at walt.id.<br />Regular updates, bug fixes, and new features are being added.</em>
18
+
</p>
19
+
</div>
20
+
21
+
## Overview
2
22
3
23
Kotlin/JVM library for loading trust lists and resolving certificates, certificate chains, and provider identifiers against a normalized trust model.
0 commit comments