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);
Setting Cipher Suite for VPN Client
-
- Site Admin
- Posts: 2266
- Joined: Sat Mar 09, 2013 5:37 am
Re: Setting Cipher Suite for VPN Client
In current implementation, VPN client doesn't specify cipher suite.
-
- Posts: 4
- Joined: Fri Apr 20, 2018 8:22 pm
Re: Setting Cipher Suite for VPN Client
Thanks, appreciate your help.