Am 19.02.16 um 14:32 schrieb Shubham Chauhan:
> Hello,
>
> I am currently working on a project that requires SSL VPN to use
> session resumptions.
>
> I need to add the TLS Session Resumption functionality to OpenVPN. Any
> starters as in how I could achieve this?
> I know about the SSL_OP_NO_TICKET flag added to disable the resumption
> process. Will deleting it from the code enable SSL resumption
> automatically?
>
VPN session and SSL session are not necessarily the same. You can
restablish a VPN session with a new TLS session.

I think OpenVPN will still insist on a full authentication in a new
session, even with SSL_OP_NO_TICKET removed.  I would have to the check
the code myself to be sure.

Arne

Reply via email to