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?

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 TLS

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 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

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, hash,

ssl for authentication only

2000-07-11 Thread clausen
hello, i have a somewhat unusual question about ssl that i hope someone here will be able to answer. i'm working on an embedded device with an imap client in it. we'd like to be able to authenticate to the imap server without revealing the password to eavesdroppers. the only form of security

Re: ssl for authentication only

2000-07-11 Thread Eric Murray
On Tue, Jul 11, 2000 at 01:22:27PM -0700, [EMAIL PROTECTED] wrote: hello, i have a somewhat unusual question about ssl that i hope someone here will be able to answer. i'm working on an embedded device with an imap client in it. we'd like to be able to authenticate to the imap server