From 7d3110cfb9bafeab0d0598dd89583ed3b62d4adb Mon Sep 17 00:00:00 2001 From: Sander Dijkhuis Date: Sat, 12 Oct 2024 11:17:49 +0200 Subject: [PATCH 1/2] Clarify IETF contributor agreement --- CONTRIBUTING.md | 17 +++++++++++++++++ README.md | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..950e482 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing + +This repository relates to activities in the Internet Engineering Task Force +([IETF](https://www.ietf.org/)). All material in this repository is considered +Contributions to the IETF Standards Process, as defined in the intellectual +property policies of IETF currently designated as +[BCP 78](https://www.rfc-editor.org/info/bcp78), +[BCP 79](https://www.rfc-editor.org/info/bcp79) and the +[IETF Trust Legal Provisions (TLP) Relating to IETF Documents](http://trustee.ietf.org/trust-legal-provisions.html). + +Any edit, commit, pull request, issue, comment or other change made to this +repository constitutes Contributions to the IETF Standards Process +(https://www.ietf.org/). + +You agree to comply with all applicable IETF policies and procedures, including, +BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being +subject to a Simplified BSD License) in Contributions. diff --git a/README.md b/README.md index 31a27c1..d348fe0 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ The repository does not contain details about the implementation of HDK for key ## Contributing -Feedback and other input is easiest to discuss in [GitHub issues](https://github.com/sander/hierarchical-deterministic-keys/issues). +See the [contributor agreement](https://github.com/Yubico/arkg-rfc/blob/main/CONTRIBUTING.md). -The technical reports and specifications in this repository may eventually be used to contribute to open standards. For the current repository, we apply practices inspired by the [Community Cryptography Specification Project](https://github.com/C2SP/C2SP). +Feedback and other input is easiest to discuss in [GitHub issues](https://github.com/sander/hierarchical-deterministic-keys/issues). -To enable reuse, new contributions to the technical reports and specifications must be provided under either [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) or [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). +To enable reuse, new contributions to the technical reports not intended for standardisation must be provided under either [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) or [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). From 83d44adb032ab09ce37687a40636411e93e2b842 Mon Sep 17 00:00:00 2001 From: Sander Dijkhuis Date: Sat, 12 Oct 2024 11:18:33 +0200 Subject: [PATCH 2/2] License PoA feedback --- feedback-poa.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/feedback-poa.md b/feedback-poa.md index 247615f..dd2b451 100644 --- a/feedback-poa.md +++ b/feedback-poa.md @@ -1,5 +1,9 @@ # Feedback to resolve HDK and PoA issues in the ARF +**Editor:** Sander Dijkhuis (Cleverbase) + +**License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) + ## Context The binding of attestation (PID, QEAA, PuB-EAA, EAA) keys to critical assets in certified WSCDs, and the ability to prove this binding is critical for security of EUDI wallets. Relying party unlinkability is critical to its privacy. Several experts are proposing solutions that could work for the first wallet deployments.