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

feat: introduce at_signing_algo and hashing_algo in at_auth_request and at_onboarding_request #608

Open
wants to merge 11 commits into
base: trunk
Choose a base branch
from

Conversation

srieteja
Copy link
Contributor

@srieteja srieteja commented Jul 11, 2024

Closes #602
- What I did

  • Introduce SigningAlgoType and HashingAlgoType in at_auth_request and at_onboarding_request
  • Pass signingAlgo and hashingAlgo to at_lookup instance while creation

- How to verify it

  • when using an signing or hashing algorithm other than the default should, indicate the same while sending a from verb command to server

- Description for the changelog

feat: introduce at_signing_algo and hashing_algo in at_auth_request and at_onboarding_request

@srieteja
Copy link
Contributor Author

A functional test has been added but skipped for now. It will be unskipped once atsign-foundation/at_server#2045 has been resolved

@gkc
Copy link
Contributor

gkc commented Oct 8, 2024

@sitaram-kalluri @srieteja atsign-foundation/at_server#2045 has been resolved - let's unskip the test and get this PR reviewed and merged

srieteja

This comment was marked as resolved.

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.

AtSigningAlgo and AtHashingAlgo data set in OnboardingCli not reaching AtAuth
3 participants