Re: Add libssh2_agent_sign() to allow sign any message

2020-12-01 Thread Igor Klevanets
Hi! Is there any chance to extend API? 26.09.2020, 16:53, "Igor Klevanets" :Hello, Is there any specific procedure for public API extending? Thank you,Igor Klevanets ,___libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel  С уважение

Re: Add libssh2_agent_sign() to allow sign any message

2020-09-26 Thread Igor Klevanets
Hello, Is there any specific procedure for public API extending? Thank you,Igor Klevanets  ___ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Add libssh2_agent_sign() to allow sign any message

2020-09-23 Thread Клеванец Игорь
Hello, Sometimes user needs to sign some data on the remote host with his private ssh key which is located on the local host.The only way to do this is to use ssh agent socket with common protocol. Libssh2 contains function for such scenario but it could be used only inside of libssh2.Is there any