atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

pkam support for different signing algorithms #1202

Closed murali-shris closed 1 year ago

murali-shris commented 1 year ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

No response

Additional context

No response

murali-shris commented 1 year ago

changes in at_commons https://github.com/atsign-foundation/at_server/issues/1202

murali-shris commented 1 year ago

at_commons v3.0.38 published with pkam syntax change to include signingAlgo and hashingAlgo

murali-shris commented 1 year ago

draft PR for server changes https://github.com/atsign-foundation/at_server/pull/1214

murali-shris commented 1 year ago

functional tests and manual testing complete. functional tests are failing in github actions since pkam public key has to be updated to secondary. @sitaram-kalluri is investigating the issue.

murali-shris commented 1 year ago

additional time spent for

murali-shris commented 1 year ago

Pull request https://github.com/atsign-foundation/at_server/pull/1214 merged to trunk