Setting Cipher Suite for VPN Client

SoftEther VPN に関するご質問はこのフォーラムにお気軽にご投稿ください。
Post Reply
arvind.kumar
Posts: 4
Joined: Fri Apr 20, 2018 8:22 pm

Setting Cipher Suite for VPN Client

Post by arvind.kumar » Tue Apr 24, 2018 12:05 am

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);

cedar
Site Admin
Posts: 2070
Joined: Sat Mar 09, 2013 5:37 am

Re: Setting Cipher Suite for VPN Client

Post by cedar » Tue Apr 24, 2018 9:45 am

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

Post by arvind.kumar » Tue Apr 24, 2018 6:04 pm

Thanks, appreciate your help.

Post Reply