On Tue, 2002-11-05 at 11:19, Andy Eager wrote:
> Hi all,
> 
> I am writing a simple tcp socket application: One machine opens a socket 
> and listens while another machine connects to the socket and sends / 
> receives messages.
> 
> I need to have the data encrypted in both directions.  One thought was 
> to use ssh with the port forward option (-L port:host:hostport).
> 
> Just wondering if anyone knows of a library function similar to send / 
> receive that handles encryption so I dont have to use ssh. (Similar to 
> SSL as used by https)
> 
> Thanks,
> 
> 
> Andy Eager.
> 
> -- 
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug

You could use SSL... openssl is fine.

        Stephen

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to