[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Version 0.10 deprecated functions
[Thread Prev] | [Thread Next]
- Subject: Re: Version 0.10 deprecated functions
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 08 Sep 2022 11:27:19 +0200
- To: libssh@xxxxxxxxxx
- Cc: Michal Vasko <mvasko@xxxxxxxxx>
On Thursday, 8 September 2022 11:17:55 CEST Michal Vasko wrote: > Hello, Hi Michal, > I have started to get deprecation warnings for functions such as > ssh_message_auth_pubkey and nc_sshcb_auth_password in our project when > updating to libssh 0.10. The reason we are using them and not the whole > callback API is simply because of support for the /keyboard-interactive/ > authentication method, which is missing in the callback API. So, we have > implemented it just like in the /samplesshd-kbdint/ example. > > Now, how are we supposed to switch to the callback API if this > authentication method is still not supported there, are there plans to > add it? Thanks. Can you please open a bug report? We really need to implement that as soon as possible. We will not remove functions till version 1.0 and for that the API needs to have all the missing parts. Patches are always welcome :-) Best regards, Andreas -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
Re: Version 0.10 deprecated functions | Michal Vasko <mvasko@xxxxxxxxx> |
Version 0.10 deprecated functions | Michal Vasko <mvasko@xxxxxxxxx> |