RE: Can openssl support EAP-TLS?

2011-05-19 Thread Rene Hollan
@openssl.org Subject: Re: Can openssl support EAP-TLS? I found an answer on the StackOverFlow. http://stackoverflow.com/questions/2512026/x-509-certificate-based-authentication-with-openssl-without-using-sockets It may work and I am trying on it. On Wed, May 18, 2011 at 3:35 PM, Neo Liu diablo

Re: Can openssl support EAP-TLS?

2011-05-18 Thread Neo Liu
. -- *From:* owner-openssl-us...@openssl.org [owner-openssl-us...@openssl.org] on behalf of Neo Liu [diablo...@gmail.com] *Sent:* Tuesday, May 17, 2011 7:33 PM *To:* openssl-users@openssl.org *Subject:* Re: Can openssl support EAP-TLS? On Thu, May 12, 2011 at 10:18 AM, Rene Hollan rene.hol

Re: Can openssl support EAP-TLS?

2011-05-18 Thread Neo Liu
-openssl-us...@openssl.org [owner-openssl-us...@openssl.org] on behalf of Neo Liu [diablo...@gmail.com] *Sent:* Tuesday, May 17, 2011 7:33 PM *To:* openssl-users@openssl.org *Subject:* Re: Can openssl support EAP-TLS? On Thu, May 12, 2011 at 10:18 AM, Rene Hollan rene.hol...@watchguard.com wrote

Re: Can openssl support EAP-TLS?

2011-05-17 Thread Neo Liu
On Thu, May 12, 2011 at 10:18 AM, Rene Hollan rene.hol...@watchguard.comwrote: If you're looking to do authentication, freeradius will do EAP, and talk to openssl for the TLS part (and an LDAP server for the actual authentication and authorization). --

RE: Can openssl support EAP-TLS?

2011-05-17 Thread Rene Hollan
. From: owner-openssl-us...@openssl.org [owner-openssl-us...@openssl.org] on behalf of Neo Liu [diablo...@gmail.com] Sent: Tuesday, May 17, 2011 7:33 PM To: openssl-users@openssl.org Subject: Re: Can openssl support EAP-TLS? On Thu, May 12, 2011 at 10:18 AM, Rene Hollan rene.hol

RE: Can openssl support EAP-TLS?

2011-05-11 Thread Erik Tkal
OpensSSL supports TLS; you need to parse the EAP packets in your own application and feed the TLS bits into OpenSSL. Erik Tkal Juniper OAC/UAC/Pulse Development From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Neo

RE: Can openssl support EAP-TLS?

2011-05-11 Thread Rene Hollan
Tkal [et...@juniper.net] Sent: Wednesday, May 11, 2011 7:16 AM To: openssl-users@openssl.org Subject: RE: Can openssl support EAP-TLS? OpensSSL supports TLS; you need to parse the EAP packets in your own application and feed the TLS bits into OpenSSL. Erik