RE: Writing ssh client with openssl API in C++/Unix

2005-04-14 Thread David Schwartz
> Hi, > > May I ask how to use openssl API implement a ssh > client in C++/Unix? > > Part of this communication project is to use ssh/ssl > client communicate with the sshd server on the other > site and "push" local configuration files to the > remote machine. Googling for "openssl ssh"

Writing ssh client with openssl API in C++/Unix

2005-04-14 Thread snort Snort
Hi, May I ask how to use openssl API implement a ssh client in C++/Unix? Part of this communication project is to use ssh/ssl client communicate with the sshd server on the other site and "push" local configuration files to the remote machine. Thanks Sam.

Writing ssh client with openssl API in C++

2005-04-14 Thread snort Snort
Hi, May I ask how to use openssl API implement a ssh client in C++/Unix? Part of this communication project is to use ssh/ssl client communicate with the sshd server on the other site and "push" local configuration files to the remote machine. Thanks Sam. __

[openssl.org #1044] Documentation: EVP_CIPHER_CTX_init() documented to return int, in reality void

2005-04-14 Thread via RT
EVP_CIPHER_CTX_init() on EVP_EncryptInit(3) manual page that ships with Debian about half a year ago documents EVP_CIPHER_CTX_init() as returning int. In fact it does not return anything at all (i.e. void), thus breaking code like if (!EVP_CIPHER_CTX_init(&ctx)) ... The fix is to update document