On Wed, Apr 05, 2000 at 10:51:50AM +0530, Binand Raj S. wrote:
> Hi Arun,
> 
> Arun Sharma forced the electrons to say:
> > Netscape already has it built in. The mail server that you use needs
> > to be capable of speaking SSL. I don't know of any that run on Linux.
> 
> Does imapd+ssh qualify? That is, can an SSL capable mail client talk to an
> imap server with ssh enabled?

No.

> 
> I am slightly confused about all these stuff. Mainly, ssh, openssh,
> ssl and so on. So far as I can make out, ssl is the library and ssh is
> the application.

SSH and SSL sound similar, but they're different. Both encrypt their
payload, but use different protocols. SSL is an extension of the socket
programming API to do encryption. SSH does not use SSL protocol, but uses 
the openssl library for encryption.

> openssh is the BSD implementation (or is it port?) of
> ssh.

Yes.

> Where does pgp/gpg come in this picture of secure communications?

PGP and GPG are used for data encryption, not network security. They
use the same underlying algorithms as SSH and SSL.

        -Arun

http://home.netscape.com/eng/ssl3/ssl-toc.html
http://www.ssh.fi/drafts/

-----------------------------------------------------------------------
For more information on the LIH mailing list see:
http://lists.linux-india.org/lists/LIH

Reply via email to