mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 20:05:08 +03:00
Merge f7f05420af
into fc17a10c60
This commit is contained in:
commit
ce5f25f8ad
@ -139,8 +139,8 @@
|
||||
|
||||
|
||||
// The default algorithm
|
||||
#define OPENVPN_DEFAULT_CIPHER "AES-128-CBC"
|
||||
#define OPENVPN_DEFAULT_MD "SHA1"
|
||||
#define OPENVPN_DEFAULT_CIPHER "AES-256-CBC"
|
||||
#define OPENVPN_DEFAULT_MD "RMD160"
|
||||
|
||||
// Encryption related
|
||||
#define OPENVPN_PREMASTER_LABEL "OpenVPN master secret"
|
||||
@ -311,7 +311,7 @@ struct OPENVPN_SERVER_UDP
|
||||
};
|
||||
|
||||
// OpenVPN Default Client Option String
|
||||
#define OVPN_DEF_CLIENT_OPTION_STRING "dev-type tun,link-mtu 1500,tun-mtu 1500,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client"
|
||||
#define OVPN_DEF_CLIENT_OPTION_STRING "dev-type tun,link-mtu 1500,tun-mtu 1500,cipher AES-256-CBC,auth RMD160,keysize 128,key-method 2,tls-client"
|
||||
|
||||
|
||||
//// Function prototype
|
||||
|
Loading…
Reference in New Issue
Block a user