1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Kitano-Kaneko, Naoki
32aeddf33e
Merge 06e79fd75d into 015f93f7b7 2024-12-16 10:14:11 +08:00
5 changed files with 3 additions and 10 deletions

View File

@ -26,13 +26,6 @@ jobs:
cd build cd build
cpack -C Release -G DEB cpack -C Release -G DEB
- name: Upload DEB packages as artifacts
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: deb-packages
path: build/*.deb
- name: Test - name: Test
run: | run: |
.ci/appveyor-deb-install-test.sh .ci/appveyor-deb-install-test.sh

@ -1 +1 @@
Subproject commit f4b96220e4bd208895172acc4fedb5a191d9f5b1 Subproject commit 51ddd33cc04d12bd47c8639c1254714879f4cdf3

@ -1 +1 @@
Subproject commit ec1e8431f92b52e5d437107a37dbe3408649e8c3 Subproject commit 8f37521d5e27ab4d1e0d69a4b4a5bd17927b24b9

View File

@ -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" #define DEFAULT_CIPHER_LIST "ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20:ECDHE+AES256:DHE+AES256:RSA+AES"
#if OPENSSL_VERSION_NUMBER >= 0x30000000L #if OPENSSL_VERSION_NUMBER >= 0x30000000L
#define PQ_GROUP_LIST "X25519MLKEM768:p521_kyber1024:x25519_kyber768:P-521:X25519:P-256" #define PQ_GROUP_LIST "p521_kyber1024:x25519_kyber768:P-521:X25519:P-256"
#endif #endif
// SSL logging function // SSL logging function

0
src/Mayaqua/Unix.c Normal file → Executable file
View File