[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Version 0.10 deprecated functions
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Version 0.10 deprecated functions
- From: Michal Vasko <mvasko@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 8 Sep 2022 11:17:55 +0200
- To: libssh@xxxxxxxxxx
Hello,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.
Kind regards, Michal
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
Re: Version 0.10 deprecated functions | Andreas Schneider <asn@xxxxxxxxxxxxxx> |