mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-04-03 18:00:08 +03:00
Compare commits
4 Commits
2ed95933ef
...
0d4b89df0d
Author | SHA1 | Date | |
---|---|---|---|
|
0d4b89df0d | ||
|
2628ac1884 | ||
|
972256c578 | ||
|
a8bc827706 |
@ -2,4 +2,4 @@ SoftEther VPN ("SoftEther" means "Software Ethernet") is an open-source cross-pl
|
||||
Its protocol is very fast and it can be used in very restricted environments, as it's able to transfer packets over DNS and ICMP.
|
||||
The server includes a free Dynamic DNS service, which can be used to access the server even if the public IP address changes.
|
||||
A NAT-Traversal function is also available, very useful in case the required ports cannot be opened on the firewall.
|
||||
The supported third party protocols are OpenVPN, L2TP/IPSec and SSTP.
|
||||
The supported third party protocols are OpenVPN, L2TP/IPSec, SSTP and WireGuard.
|
||||
|
2
src/Mayaqua/3rdparty/liboqs
vendored
2
src/Mayaqua/3rdparty/liboqs
vendored
@ -1 +1 @@
|
||||
Subproject commit 51ddd33cc04d12bd47c8639c1254714879f4cdf3
|
||||
Subproject commit f4b96220e4bd208895172acc4fedb5a191d9f5b1
|
2
src/Mayaqua/3rdparty/oqs-provider
vendored
2
src/Mayaqua/3rdparty/oqs-provider
vendored
@ -1 +1 @@
|
||||
Subproject commit 8f37521d5e27ab4d1e0d69a4b4a5bd17927b24b9
|
||||
Subproject commit ec1e8431f92b52e5d437107a37dbe3408649e8c3
|
@ -60,7 +60,7 @@ struct DYN_VALUE
|
||||
#define DEFAULT_CIPHER_LIST "ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20:ECDHE+AES256:DHE+AES256:RSA+AES"
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
||||
#define PQ_GROUP_LIST "p521_kyber1024:x25519_kyber768:P-521:X25519:P-256"
|
||||
#define PQ_GROUP_LIST "X25519MLKEM768:p521_kyber1024:x25519_kyber768:P-521:X25519:P-256"
|
||||
#endif
|
||||
|
||||
// SSL logging function
|
||||
|
Loading…
Reference in New Issue
Block a user