Hi all,
Im wondering if OpenVPN supports SSL Offloading to crypto cards.
In particular we are interested in cards based on Cavium Networks CN1610, CN1615 or CN1620 chips.
Would this be valid in a virtualized environment (VMWare) too?
Very thankful in advance.
Regards
SSL Offleading
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: SSL Offleading
openvpn uses "plain" openssl to do its encryption; if you can find or build an openssl library that supports the Cavium chips then openvpn will make use of them as well, with the right settings ('--engine [name]' ).
I'd be interested to see if it works for you, as this part of openssl (and hence openvpn) tends to be tricky.
I'd be interested to see if it works for you, as this part of openssl (and hence openvpn) tends to be tricky.
-
- OpenVpn Newbie
- Posts: 1
- Joined: Tue Dec 27, 2011 12:11 pm
Re: SSL Offleading
Using crypto acceleration available in cavium octeon hardware with configuring the engine option, results in repeated "Authenticate/Decrypt packet error: bad packet ID" errors, after client connected to the openvpn server in this case.
The client connectivity, client ip assignment, client routes configuration seem to be working fine. Connecting to the internal network(or tun ip of the gw) from client results in the above error. Using the engine from openssl just works fine.
Time settings are synchronized between the server/client.
The same setup works fine with not using the engine option. Is there any known caveats in using the engine option in openvpn?
The client connectivity, client ip assignment, client routes configuration seem to be working fine. Connecting to the internal network(or tun ip of the gw) from client results in the above error. Using the engine from openssl just works fine.
Time settings are synchronized between the server/client.
The same setup works fine with not using the engine option. Is there any known caveats in using the engine option in openvpn?
-
- OpenVpn Newbie
- Posts: 4
- Joined: Tue Aug 20, 2013 11:37 pm
Re: SSL Offleading
Hi man,did you solve your problem ?
I also want to use cavium to speed up the ssl vpn.
I also want to use cavium to speed up the ssl vpn.