Álvaro Merino
Álvaro Merino
**Is your feature request related to a problem? Please describe.** Having a concise way of knowing how the atKeys retrieved via `scan verb` are sorted. **Describe the solution you'd like**...
**- What I did** WIP **- How I did it** **- How to verify it** **- Description for the changelog** - Progress on #867
**- What I did** - Created_response_atkey and notify methods for code reuse - Signature verification rejection notification **- How I did it** **- How to verify it** If we intentionally...
Implement the same for C sshnpd: https://github.com/atsign-foundation/noports/blob/675685046a472003ded95b46d3725ed9a0c50abb/packages/dart/noports_core/lib/src/sshnpd/sshnpd_impl.dart#L818-L821
In the `_handleNptRequestNotification` method, if the signature verification fails, a rejection notification is sent: https://github.com/atsign-foundation/noports/blob/675685046a472003ded95b46d3725ed9a0c50abb/packages/dart/noports_core/lib/src/sshnpd/sshnpd_impl.dart#L444-L461 But that doesn't happen on the `_handleSshRequestNotification` method: https://github.com/atsign-foundation/noports/blob/675685046a472003ded95b46d3725ed9a0c50abb/packages/dart/noports_core/lib/src/sshnpd/sshnpd_impl.dart#L632-L640
**- What I did** - Implemented `handle_npt_request` **- How I did it** **- How to verify it** **- Description for the changelog**