Skip to content

Commit

Permalink
docs: clarify specification list, fixes #198 (#214)
Browse files Browse the repository at this point in the history
* docs: add specifications.md

Signed-off-by: Yurii Shynbuiev <[email protected]>

* docs: merge cloud and edge agents specification list

Signed-off-by: Yurii Shynbuiev <[email protected]>

* docs: clarify protocols support after PR review

Signed-off-by: Yurii Shynbuiev <[email protected]>

---------

Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Feb 27, 2025
1 parent 95ea2bd commit 7995729
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/home/identus/specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
|----|----|----|----|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
||||| [Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-1.0/) | Core specification for DIDs |
||||| [PRISM DID Method Specification - did:prism](https://github.com/input-output-hk/prism-did-method-spec/blob/main/w3c-spec/PRISM-method.md) | PRISM DID Method specification |
||||| [Peer DID 1.0](https://identity.foundation/peer-did-method-spec/) | Peer DID specification, did:peer:2 is currently used |
||||| [Peer DID 1.0](https://identity.foundation/peer-did-method-spec/) | Peer DID specification. Partually suported (did:peer:2 is fully supported) |
||||| [Verifiable Credentials JSON Schema Specification](https://www.w3.org/TR/vc-json-schema/) | JSON Schemas for Verifiable Credentials |
||||| [Securing Verifiable Credentials using JOSE and COSE](https://www.w3.org/TR/vc-jose-cose/) | Core specification for VC-JWT |
||||| [JSON Object Signing and Encryption (JOSE)](https://www.iana.org/assignments/jose/jose.xhtml) | JOSE registry of headers, curves, keys, signature and encryption algorithms |
Expand All @@ -38,14 +38,14 @@
||||| [DID:PRISM AnonCreds Method](https://hyperledger.github.io/anoncreds-methods-registry/#didprism-anoncreds-method) | DID:PRISM AnonCreds Method for Schema and Credential Definition |
||||| [HTTP AnonCreds Method](https://hyperledger.github.io/anoncreds-methods-registry/#http-anoncreds-method) | HTTP AnonCreds Method for Schema and Credential Definition |
||||| [Bitstring Status List v1.0](https://www.w3.org/TR/vc-bitstring-status-list/) | Core specification for VC-JWT |
|| | | | [DIF Presentation Exchange 2.x.x](https://identity.foundation/presentation-exchange) | DIF Presentation Exchange protocol |
|| | | | [DIF Presentation Exchange 2.x.x](https://identity.foundation/presentation-exchange) | DIF Presentation Exchange protocol |
|| ✅️ | ✅️ | ✅️ | [Out of Band Protocol 2.0](https://identity.foundation/didcomm-messaging/spec/#out-of-band-messages) | Out of Band messages for DIDComm (part of DIDCommV2 specification) | |
| | 🚫 | 🚫 | 🚫 | [Coordinate Mediation Protocol 2.0](https://didcomm.org/coordinate-mediation/2.0/) | Coordinate Mediation Protocol for DIDCommV2 |
| 🚫 ||| | [Coordinate Mediation Protocol 2.0](https://didcomm.org/coordinate-mediation/2.0/) | Coordinate Mediation Protocol for DIDCommV2 |
|| ✅️ | ✅️ | ✅️ | [Connection Protocol 1.0](https://github.com/hyperledger-identus/cloud-agent/blob/main/mercury/protocol-connection/Connection-Protocol.md) | The protocol is used when you wish to create a connection with another agent |
|| ❓️ | ❓️ | ❓️ | [Aries RFC 0023: DID Exchange v1](https://github.com/hyperledger/aries-rfcs/tree/main/features/0023-did-exchange) | The protocol to exchange DIDs between agents when establishing a DID based relationship |
|| ❓️ | ❓️ | ❓️ | [Aries RFC 0434: Out-of-Band Protocol 1.1](https://github.com/hyperledger/aries-rfcs/blob/main/features/0434-outofband/README.md), same as<br/> [DIDCommV2 Invitation 1.0](https://identity.foundation/didcomm-messaging/spec/#invitation) | Out-of-Band Protocol for DIDComm (part of DIDCommV2 specification) |
|| 🚫 | 🚫 | 🚫 | [Trust Ping Protocol 2.0](https://didcomm.org/trust-ping/2.0/) | The protocol is a standard way for agents to test connectivity, responsiveness, and security of a DIDComm channel |
|| 🚫 | 🚫 | 🚫 | [Routing Protocol 2.0](https://identity.foundation/didcomm-messaging/spec/#routing-protocol-20) | The routing protocol defines how a sender and a recipient cooperate, using a partly trusted mediator, to facilitate message delivery |
|| || | [Trust Ping Protocol 2.0](https://didcomm.org/trust-ping/2.0/) | The protocol is a standard way for agents to test connectivity, responsiveness, and security of a DIDComm channel |
|| || | [Routing Protocol 2.0](https://identity.foundation/didcomm-messaging/spec/#routing-protocol-20) | The routing protocol defines how a sender and a recipient cooperate, using a partly trusted mediator, to facilitate message delivery |
||||| [Issue Credential Protocol 3.0](https://github.com/decentralized-identity/waci-presentation-exchange/blob/main/issue_credential/README.md) | DIDCommV2 Issue Credential Protocol 3.0 for VC-JWT, AnonCreds and SD-JWT |
||||| [Present Proof Protocol 3.0](https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md) | DIDCommV2 Present Proof Protocol 3.0 for VC-JWT, AnonCreds and SD-JWT |
||||| [Identus Revocation Notification Protocol 1.0](https://github.com/hyperledger-identus/cloud-agent/blob/main/mercury/protocol-revocation-notification/Revocation-notification-protocol.md) | The protocol for an Issuer to notify the revocation of a credential to the holder. |
Expand Down

0 comments on commit 7995729

Please sign in to comment.