Skip to content

Commit 96c723c

Browse files
Release/1.9.0 (#503)
* Update README.md * Release/1.8.0 (#447) * Update README.md * ARF 1.8.0 prepared for release (#1044) --------- Co-authored-by: Paolo De Rosa <[email protected]> Co-authored-by: Stavros Kounis (WSL 22.04) <[email protected]> * Update Makefile * Review/topic n first paper (#1051) Topic N for release * Update CHANGELOG (#1143) * Releasing 1.9.0 (#1146) * Fixing a reference and adding a note back in * Fixing unclear formulation in DASH requirements noted by Tomasz * Clarifying chapter 5 * Adding a more complete description of ISO/IEC 18013-5 and -7 to 5.4. * More complete descriptions of SD-JWT VC and W3C VCDM to be done. * Finishing re-write of sections 5.3 and 5.4 * Adding reference to ISO 23220-2 in Chapter 9 * Fixing markdown issues * Introducing section 5.6 on protocols And moving appropriate content from section 5.3 to 5.6. * Fixed #1116 * Fixing descriptions of W3C VCDM in PID Rulebook and Annex 2 * Fixing [issue on the public GitHub](#486) * Solving #1029 ...and removing the trust infrastructure from the description of the contents of the PID Rulebook. * Fixing table formats * Solving #998 * Solving #999 * Solving #999 * Fixing multiple issues * Solving last part of #1080 * Solving #1129 * Solving #1081 Also removing brackets in "(non-qualified)" everywhere, as the term was used both with and without brackets, with no difference in meaning. * Solving several issues * update section 5 * updated makefile * Fixing typo * Solving comment by Paolo * Update annex-1-definitions.md * Update architecture-and-reference-framework-main.md
1 parent 5cdf797 commit 96c723c

File tree

7 files changed

+671
-451
lines changed

7 files changed

+671
-451
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"EDICG",
2424
"EHIC",
2525
"eisvogel",
26+
"EKYC",
2627
"ENISA",
2728
"EPUB",
2829
"EUCC",
@@ -54,6 +55,7 @@
5455
"RPACA",
5556
"RPRC",
5657
"Rulebook",
58+
"Sakimura",
5759
"SCAL",
5860
"Sporny",
5961
"tdate",

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semverdoc.org/).
77

8+
## [1.9.0] - 2025-04-16
9+
10+
Processed comments on ARF 1.8.0.
11+
Editorial changes and fixing typos.
12+
13+
814
## [1.8.0] - 2025-03-26
915

1016
Added results of "Topic C - Wallet Unit Attestation (WUA) and key attestation"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOURCE_DOCS := $(MAIN_DOC) $(ANNEXES_DOCS)
2626
# Directories and Build Information
2727
BUILD_DIR := ./build
2828
SITE_DIR := ./site
29-
VERSION := 1.8.0
29+
VERSION := 1.9.0
3030
BUILD := $(shell date +%Y%m%d.%H%M%S)
3131

3232
# Pandoc configuration

docs/annexes/annex-1/annex-1-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ standard or a formal publication, that source is mentioned.
111111
| Notification | The act of transferring information to the European Commission. [Topics 31] |
112112
| Pseudonym | Data uniquely representing a user which in itself does not allow to infer any user's attribute or person identification data, without the use of additional information that is kept separately by the issuer of the data uniquely representing the user. |
113113
| Public Key Infrastructure (PKI) | Systems, software, and communication protocols that are used by EUDI Wallet ecosystem components to distribute, manage, and control public keys. A PKI publishes public keys and establishes trust within an environment by validating and verifying the public keys mapping to an entity. |
114-
| Qualified Electronic Signature Remote Creation Service Provider | A natural or a legal person that offers services related to the remote creation, validation, and management of qualified electronic signatures that meet eIDAS regulation legal requirements and standards to be considered as legally equivalent to handwritten signatures. |
114+
| Qualified Electronic Signature Remote Creation Provider | A natural or a legal person that offers services related to the remote creation, validation, and management of qualified electronic signatures that meet legal requirements and standards in the [European Digital Identity Regulation] to be considered as legally equivalent to handwritten signatures. |
115115
| Relying Party Instance | A software and/or hardware module with the capability to interact with a Wallet Unit and to perform Relying Party authentication, that is controlled by a Relying Party. |
116116
| Selective Disclosure | The capability enabling the User to present a subset of the attributes included in a PID or attestation. |
117117
| Technical validity period (of a PID or attestation) | The dates (and possibly times) from and up to which the attestation is valid, which are represented as metadata of the attestation. *Note: All PIDs and attestations have a technical validity period, which is typically much shorter than its administrative validity period (if existent). The technical validity period is chosen based on a risk analysis, e.g. with regard to User privacy.* |

docs/annexes/annex-2/annex-2-high-level-requirements.md

Lines changed: 123 additions & 92 deletions
Large diffs are not rendered by default.

docs/annexes/annex-3/annex-3.01-pid-rulebook.md

Lines changed: 78 additions & 141 deletions
Large diffs are not rendered by default.

docs/architecture-and-reference-framework-main.md

Lines changed: 460 additions & 216 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)