Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DID Exchange Protocol #102

Merged
merged 15 commits into from
Apr 18, 2024
Merged

Implement DID Exchange Protocol #102

merged 15 commits into from
Apr 18, 2024

Conversation

conanoc
Copy link
Contributor

@conanoc conanoc commented Apr 18, 2024

Close #93

This PR implements DID Exchange Protocol and has been tested with Credo-ts.
There are some notes:

  • AgentConfig.preferredHandshakeProtocol is introduced. Connection protocol is the default option.
  • Uses numAlgo 2 for peer-did
  • Uses DIDCommV1 service "did-communication" when creating a peer-did
  • Uses didexchange/1.1 type messages, but does not verify did_rotate attachment jet. (TODO)

Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Signed-off-by: conanoc <conanoc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support DID Exchange Protocol
1 participant