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
ETSI TS 119 612 v2.3.1 defines the format and content for eIDAS trusted lists in electronic signature and trust infrastructures. This implementation guide provides specific requirements and examples for implementing this standard in the Wallet ecosystem.
23
+
ETSI TS 119 612 v2.4.1 defines the format and content for eIDAS trusted lists in electronic signature and trust infrastructures. This implementation guide provides specific requirements and examples for implementing this standard in the Wallet ecosystem.
24
24
25
25
### Trust List WeBuild Implementation Key Features
26
26
- XML-based trusted list format
@@ -37,7 +37,7 @@ ETSI TS 119 612 v2.3.1 defines the format and content for eIDAS trusted lists in
37
37
### Phase 1: Core Infrastructure
38
38
39
39
#### Task 1.1: XML Schema Integration
40
-
-[ ] Integrate official ETSI XSD schema [v2.3.1](https://forge.etsi.org/rep/esi/x19_612_trusted_lists/-/raw/v2.3.1/19612_xsd.xsd)
40
+
-[ ] Integrate official ETSI XSD schema [v2.4.1](https://forge.etsi.org/rep/esi/x19_612_trusted_lists/-/raw/v2.4.1/19612_xsd.xsd)
41
41
-[ ] Validate TSL (Trusted List) tag structure against official schema
42
42
-[ ] Implement scheme information elements according to schema
43
43
-[ ] Configure TSP (Trust Service Provider) information validation
@@ -70,7 +70,7 @@ ETSI TS 119 612 v2.3.1 defines the format and content for eIDAS trusted lists in
70
70
-[ ] Implement status validation rules
71
71
72
72
#### Task 1.4: ListOfTrustedLists Implementation
73
-
-[ ] Integrate SIE XSD schema for ListOfTrustedLists [v2.3.1](https://forge.etsi.org/rep/esi/x19_612_trusted_lists/-/raw/v2.3.1/19612_sie_xsd.xsd)
73
+
-[ ] Integrate SIE XSD schema for ListOfTrustedLists [v2.4.1](https://forge.etsi.org/rep/esi/x19_612_trusted_lists/-/raw/v2.4.1/19612_sie_xsd.xsd)
74
74
-[ ] Implement ListOfTrustedLists structure
75
75
-[ ] Create TrustedListPointer management
76
76
-[ ] Add cross-border trusted list support
@@ -111,16 +111,16 @@ ETSI TS 119 612 v2.3.1 defines the format and content for eIDAS trusted lists in
xmllint --schema https://forge.etsi.org/rep/esi/x19_612_trusted_lists/-/raw/v2.3.1/19612_sie_xsd.xsd --noout list-of-trusted-lists.xml 2>&1| head -20
481
+
xmllint --schema https://forge.etsi.org/rep/esi/x19_612_trusted_lists/-/raw/v2.4.1/19612_sie_xsd.xsd --noout list-of-trusted-lists.xml 2>&1| head -20
482
482
```
483
483
484
484
##### 4.5.6.2 Cross-Validation
@@ -792,16 +792,16 @@ Cache-Control: max-age=3600
792
792
793
793
## 9. Examples
794
794
795
-
> **Note**: The examples below are designed to be compliant with the official ETSI TS 119 612 v2.3.1 schema. However, some elements may need adjustment based on specific implementation requirements and the exact schema validation rules.
795
+
> **Note**: The examples below are designed to be compliant with the official ETSI TS 119 612 v2.4.1 schema. However, some elements may need adjustment based on specific implementation requirements and the exact schema validation rules.
0 commit comments