Re: SSL/TLS Authentication only

2008-06-25 Thread Victor Duchovni
On Thu, Jun 26, 2008 at 12:50:14AM +0200, Dr. Stephen Henson wrote: > On Wed, Jun 25, 2008, Patel Dippen-CDP054 wrote: > > > The way I understand is you can have authentication and encryption with > > TLS. When you use a cipher suite, you can specify the type of > > authentication, encryption, ha

Re: SSL/TLS Authentication only

2008-06-25 Thread Dr. Stephen Henson
On Wed, Jun 25, 2008, Patel Dippen-CDP054 wrote: > The way I understand is you can have authentication and encryption with > TLS. When you use a cipher suite, you can specify the type of > authentication, encryption, hash, etc. > > So, for example, you could provide TLS_DHE_DSS_WITH_NULL_SHA me

RE: SSL/TLS Authentication only

2008-06-25 Thread Patel Dippen-CDP054
up From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vijay Kotari Sent: Wednesday, June 25, 2008 4:03 PM To: openssl-users@openssl.org Subject: Re: SSL/TLS Authentication only What exactly do you mean? What other possible kinds of authentication do

Re: SSL/TLS Authentication only

2008-06-25 Thread Vijay Kotari
What exactly do you mean? What other possible kinds of authentication do you have available? If you just want a TLS-based client and server, then OpenSSL can serve your purpose. Vijay K. On Wed, Jun 25, 2008 at 9:01 PM, Patel Dippen-CDP054 < [EMAIL PROTECTED]> wrote: > Is it possible to use TL

SSL/TLS Authentication only

2008-06-25 Thread Patel Dippen-CDP054
Is it possible to use TLS authentication only? If so, how do I do this using OpenSSL?