Page 1 of 1

Setting Cipher Suite for VPN Client

Posted: Tue Apr 24, 2018 12:05 am
by arvind.kumar
I'm trying to understand where in the code VPN client sets the desired cipher suite. Could somebody help me to point to piece of code ?

I'm guessing following line of code, somehow, negotiates the cipher suite, but I'm not sure it set the cipher suite, please help !

s = ClientConnectToServer(c);

Re: Setting Cipher Suite for VPN Client

Posted: Tue Apr 24, 2018 9:45 am
by cedar
In current implementation, VPN client doesn't specify cipher suite.

Re: Setting Cipher Suite for VPN Client

Posted: Tue Apr 24, 2018 6:04 pm
by arvind.kumar
Thanks, appreciate your help.