Skip to content

Commit

Permalink
Updates from May 15, 2024 meeting (#149)
Browse files Browse the repository at this point in the history
* Updates from May 15, 2024 meeting

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* link for lab proposal

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* correct formatting

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* Update history; add current composition

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* Add link to lab proposal

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* Correct order

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* remove ampersands

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* Comment out code repo

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

---------

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>
  • Loading branch information
tkuhrt authored Jun 6, 2024
1 parent 622913b commit 4dcbb34
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 14 deletions.
45 changes: 33 additions & 12 deletions docs/governance/tac.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,53 @@
# Open Wallet Foundation TAC composition

## 2024-04-03
- TAC "at large" election results
- Ace Shim
- Stavros Kounis
## Current Composition

## 2023-03-08
| Member (alphabetical by first name) | Representing |
| ----------------------------------- | ---------------------- |
| David Zeuthen | Google |
| Jaehoon (Ace) Shim | At Large |
| Pete Cooling | Visa |
| Rolson Quadras | Gen |
| Stavros Kounis (vice chair) | At Large |
| Tracy Kuhrt (chair) | Accenture |
| Wenjing Chu | FutureWei Technologies |

## History
### 2023-03-08
- Tracy Kuhrt is running unopposed for TAC Chair
- Composition
- Accenture - Tracy Kuhrt
- Futurewei - Wenjing Chu
- Gen Digital - Drummond Reed
- Visa - Marie Austenaa

## 2023-04-05
### 2023-04-05
- TAC "at large" election results
- Jeremie Miller
- Stavros Kounis

## 2023-06-28
### 2023-06-28
- Pete Cooling was introduced as Visa's TAC voting representative.

## 2023-08-09
### 2023-08-09
- RESOLVED: That Stavros Kounis is hereby confirmed and approved as the TAC Vice Chair

## 2023-09-06
### 2023-09-06
- We welcomed David Zeuthen, Google premier member representative

## 2023-10-18
- Drummond Reed (alternate for Mike Varley)
- Mike Varley will represent Gen Digital moving forward.
### 2023-10-18
- Mike Varley will represent Gen Digital moving forward.

### 2024-04-03
- TAC "at large" election results
- Ace Shim
- Stavros Kounis

### 2024-04-17
- Chair/Vice Chair Results
- Stavros, vice chair
- Tracy, chair

### 2024-05-15
- Rolson Quadras will represent Gen Digital moving forward

2 changes: 2 additions & 0 deletions docs/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Projects in the OpenWallet Foundation follow the [project lifecycle](../governan
| 2024-Jan-24 | [Multiformat VC for iOS](./multiformat-vc-ios.md) | Lab |
| 2024-Feb-21 | [Bifold](./bifold.md) | Growth |
| 2024-Apr-17 | [EUDI Wallet Kit React Native](./eudi-wallet-kit-react-native.md) | Lab |
| 2024-May-15 | [Trust Spanning Protocol](./tsp.md) | Lab |
| 2024-May-15 | [Tuvali](./tuvali.md) | Lab |
| 2024-May-29 | [Credhub](./credhub.md) | Lab |
25 changes: 25 additions & 0 deletions docs/projects/tsp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Trust Spanning Protocol

## Project Description

This project is an early impementation of the [draft Trust Spanning Protocol (TSP)](https://github.com/trustoverip/tswg-tsp-specification).

According to the above referenced specification, "The Trust Spanning Protocol (TSP) facilitates secure communication between endpoints with potentially different identifier types, using message-based exchanges. As long as these endpoints use identifiers based on public key cryptography (PKC) with a verifiable trust root, TSP ensures their messages are authentic and, if optionally chosen, confidential. Moreover, it presents various privacy protection measures against metadata-based correlation exploitations. These attributes of TSP together allow endpoints to form authentic relationships rooted in their respective verifiable identifiers (VIDs), viewing TSP messages as virtual channels for trustworthy communication."

A shorter introduction of TSP can be found in [this blog post](https://www.trustoverip.org/blog/2023/08/31/mid-year-progress-report-on-the-toip-trust-spanning-protocol/).

This project's current code includes a Rust implementation of all TSP features. We also plan to incorporate/develop related features such as additional Verifiable Identifier types, additional transport layer mechanisms, different language bindings as needed and integration modules needed to be compatible with other OpenWallet projects.

In addition, we may add and welcome trust task or application specific extensions.

## Source Repositories

- [openwallet-foundation-labs/tsp](https://github.com/openwallet-foundation-labs/tsp)

## Chat Channel

- [#tsp](https://discord.com/channels/1022962884864643214/1240339063618277467) on the [OpenWallet Foundation Discord server](https://discord.gg/openwalletfoundation)

## History

- [Proposal to enter Labs](https://github.com/openwallet-foundation/project-proposals/blob/cbdd0477bf98b48d1790d6b5dcbff043db001a4d/projects/rust-tsp.md) -- Approved by TAC on [2024-05-15](../meetings/2024/2024-05-15.md)
19 changes: 19 additions & 0 deletions docs/projects/tuvali.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Tuvali

## Project Description

A library which implements the [OpenID4BLE specification](https://openid.net/specs/openid-4-verifiable-presentations-over-ble-1_0.html) for Android and IOS. It's written in Kotlin and Swift.

<!--- Commenting out until source moves over
## Source Repositories
- [openwallet-foundation-labs/tuvali](https://github.com/openwallet-foundation-labs/tuvali)
--->

## Chat Channel

- [#tuvali](https://discord.com/channels/1022962884864643214/1240339442011476008) on the [OpenWallet Foundation Discord server](https://discord.gg/openwalletfoundation)

## History

- [Proposal to enter Labs](https://github.com/openwallet-foundation/project-proposals/blob/9a14233be826547f8b4ace22af8679fe03da728e/projects/tuvali.md) -- Approved by TAC on [2024-05-15](../meetings/2024/2024-05-15.md)
6 changes: 5 additions & 1 deletion docs/task-forces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ A _task force_ is a group that is focused on a task with limited scope and fixed

## Active Task Forces

* [OID4VC Due Diligence](./OID4VC-due-diligence.md)
- None currently

## Archived Task Forces

- [OID4VC Due Diligence](./OID4VC-due-diligence.md)
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ nav:
- SD-JWT Kotlin: projects/sd-jwt-kotlin.md
- SD-JWT Python: projects/sd-jwt-python.md
- SD-JWT Rust: projects/sd-jwt-rust.md
- Trust Spanning Protocol: projects/tsp.md
- Tuvali: projects/tuvali.md
- VC-API: projects/vc-api.md
- Wallet Framework .NET: projects/wallet-framework-dotnet.md
- Annual Reviews:
Expand All @@ -191,7 +193,8 @@ nav:
- SIGs/updates/2024/index.md
- Task Forces:
- task-forces/index.md
- OID4VC Due Diligence: task-forces/OID4VC-due-diligence.md
- Archived:
- OID4VC Due Diligence: task-forces/OID4VC-due-diligence.md
not_in_nav: |
governance/security-template.md
meetings/YYYY-mm-dd.md
Expand Down

0 comments on commit 4dcbb34

Please sign in to comment.