openvpn vs openssl

View: New views
3 Messages — Rating Filter:   Alert me  

openvpn vs openssl

by linshen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does anyone here have openvpn experience? I want to build a SSL vpn product. Trying to decide if I should use openssl or openvpn as the base. From my research, sounds like using openvpn would save my some work such as management UI etc. Any comments?

lin


     
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@...
Automated List Manager                           majordomo@...

Re: openvpn vs openssl

by Carter Browne :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have found openvpn a challenge to configure, but once you get it right
it works very well.  Newer Watchguard Firewall appliances provide
openvpn support to allow for remote SSL VPN access and I have found it
to work very well either with their pre-packaged application or using
openvpn installed on a client computer using their configuration files.

Carter

Carter Browne
CBCS
cbrowne@...
781-721-2890



Lin Shen wrote:

> Does anyone here have openvpn experience? I want to build a SSL vpn product. Trying to decide if I should use openssl or openvpn as the base. From my research, sounds like using openvpn would save my some work such as management UI etc. Any comments?
>
> lin
>
>
>      
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@...
> Automated List Manager                           majordomo@...
>
>  
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@...
Automated List Manager                           majordomo@...

Re: openvpn vs openssl

by John R Pierce :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Lin Shen wrote:
> Does anyone here have openvpn experience? I want to build a SSL vpn product. Trying to decide if I should use openssl or openvpn as the base. From my research, sounds like using openvpn would save my some work such as management UI etc. Any comments?
>  

openssl is just a encryption library, it doesn't address network routing
or any of the other things that go along with a VPN

openvpn uses openssl for its transport encryption.

if you are talking about building an appliance product, I'd think you
would still be developing a UI/management layer on top of openvpn, user
and certificate management, etc.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@...
Automated List Manager                           majordomo@...