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
- 
				cedar
 - Site Admin
 - Posts: 2308
 - 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.
			
									
									
						- 
				arvind.kumar
 - Posts: 4
 - Joined: Fri Apr 20, 2018 8:22 pm
 
Re: Setting Cipher Suite for VPN Client
Thanks, appreciate your help.
			
									
									
						