Re: ssh/sftp with nss/nspr?

2008-07-20 Thread Daniel Stenberg
On Fri, 18 Jul 2008, Matt Lawson wrote: > 2. Implement the ssh and sftp protocols over NSS's SSL sockets myself If you go this route, I'd suggest you instead get libssh2 (www.libssh2.org) and "just" port it to be able to use NSS. It can currently be built to use either OpenSSL or GnuTLS so par

Re: ssh/sftp with nss/nspr?

2008-07-19 Thread Nelson B Bolyard
Matt Lawson wrote, On 2008-07-18 15:20: > I am considering retro-fitting an existing application with the NSS/NSPR > libraries, however I also need ssh and sftp capability. I cannot find > anywhere a discussion of these in relationship to NSS. > > Is there an existing way to do this? Or do I h

ssh/sftp with nss/nspr?

2008-07-18 Thread Matt Lawson
Hi, I am considering retro-fitting an existing application with the NSS/NSPR libraries, however I also need ssh and sftp capability. I cannot find anywhere a discussion of these in relationship to NSS. Is there an existing way to do this? Or do I have to choose from: 1. Use NSS/NSPR for pla