e3e0c33e3b
Merge pull request #2044 from Evengard/fix2043
...
Incorrect variable used while iterating through sessions which makes the loop stuck
2024-09-09 21:06:40 +02:00
9f01143c83
Merge pull request #2045 from SoftEtherVPN/dependabot/npm_and_yarn/src/bin/hamcore/wwwroot/admin/default/webpack-5.94.0
...
Bump webpack from 5.76.0 to 5.94.0 in /src/bin/hamcore/wwwroot/admin/default
5.02.5186
2024-08-30 15:54:45 +02:00
93df1ee631
Bump webpack in /src/bin/hamcore/wwwroot/admin/default
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.76.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-30 10:46:29 +00:00
8f0deb576c
Incorrect variable used while iterating through sessions which makes the loop stuck
2024-08-25 15:36:50 +03:00
27d233a522
Merge branch 'SoftEtherVPN:master' into nt-fix
2024-08-15 04:28:13 -04:00
128fefc63e
Add UI helper to vpncmd on Windows
2024-08-15 04:26:15 -04:00
31fed5a28f
Merge pull request #2036 from icy17/null-check3
...
Fix potential NULL pointer dereference
2024-08-14 22:08:43 +02:00
a8ce56b28b
Merge pull request #2041 from e-kud/update-cmake
...
Update minimal cmake version to 3.15
2024-08-13 00:25:22 +02:00
08e24917b8
Update minimal cmake version to 3.15
...
* 3.12 is required for add_compile_definitions
* 3.15 is required for CMP0091 policy
2024-08-12 22:26:51 +02:00
e2017772c7
Fix potential NULL pointer dereference
2024-08-01 15:43:34 +08:00
a836b3bd5e
Merge pull request #2022 from siddharth-narayan/built-in-post-quantum
...
Add built in post quantum functionality
2024-07-19 20:05:47 +02:00
3a25c6bf73
Fix incorrect "Not on NT" error messages
2024-07-17 15:16:11 -07:00
67fe99e1dc
Move duplicated code to one place
2024-07-16 02:33:16 -04:00
4e8f797036
Merge pull request #2019 from LinearAlpha/patch-1
...
URL for Nightly builds for windows is updated
2024-07-10 21:43:09 +02:00
b1bdc03cd7
adjust nightly/releases links
2024-07-10 21:34:31 +02:00
d4d20e4443
Remove testing code
2024-07-04 13:56:13 -04:00
c76f11a523
Merge pull request #2026 from siddharth-narayan/fedora-fix-engine
...
Fix openssl engine support on Fedora Rawhide
2024-07-04 19:26:11 +02:00
a45219bb78
Revert "Fix engine include errors on Fedora Rawhide"
...
This reverts commit 1d57ccf94a
.
2024-07-04 13:15:50 -04:00
25585a1e3d
Guard engine.h include
2024-07-04 13:05:30 -04:00
4370efcc90
replace openssl-devel with openssl-devel-engine
2024-07-04 13:02:16 -04:00
1d57ccf94a
Fix engine include errors on Fedora Rawhide
2024-07-04 06:55:06 -04:00
04912037c0
Merge branch 'SoftEtherVPN:master' into built-in-post-quantum
2024-07-03 20:12:21 -04:00
b8fbb3e3d8
Merge pull request #2025 from chipitsine/fedora_pull_request
...
CI: enable Fedora Rawgide on pull requests
2024-07-03 23:43:19 +02:00
98a8d5249d
CI: enable Fedora Rawgide on pull requests
2024-07-03 23:21:44 +02:00
dd2a53e049
Merge pull request #2024 from chipitsine/master
...
bump version for upcoming 5186 release
2024-07-03 21:16:01 +02:00
7ce9c088ff
bump version for upcoming 5186 release
2024-07-03 19:20:14 +02:00
1f9ce6f9c2
Skip oqsprovider build when OpenSSL version is less than 3.0
2024-06-28 17:05:52 -04:00
28ded982a7
Remove empty OpenSSL version guard
2024-06-28 14:18:48 -04:00
de9c566f33
Merge branch 'SoftEtherVPN:master' into built-in-post-quantum
2024-06-28 13:43:55 -04:00
0af6c96d88
Skip tests for oqsprovider
2024-06-28 04:01:30 -04:00
c2c1388f8c
Update liboqs and oqs-provider git submodules
2024-06-28 04:00:51 -04:00
d15f92c9b2
Make oqsprovider not build tests
2024-06-28 04:00:51 -04:00
7dc3f2240c
Add liboqs with find_package
2024-06-26 20:55:09 -04:00
c2a7aa5481
Merge pull request from GHSA-j35p-p8pj-vqxq
...
src/Cedar/Proto_IKE.c: ignore packets with no IPSec SA
5.02.5185
2024-06-22 18:57:28 +02:00
6f57449164
src/Cedar/Proto_IKE.c: ignore packets with no IPSec SA
...
many thanks to Jonathan Phillibert from Amazon Web Services
for investigating and reporting that responding to such packets
might lead to traffic amplification
2024-06-22 18:53:35 +02:00
48f6bc57cc
URL for Nightly builds is updated
...
Based on issue #1993 , the build has been moved from Azure to Github.
2024-06-22 23:43:23 +09:00
eb66e7d360
That's not how you comment in C!
2024-06-21 15:16:27 -04:00
13e6369db3
Add liboqs because it isn't normally packaged
2024-06-21 15:14:49 -04:00
102485a4b8
Add oqsprovider statically (built in) by default
2024-06-20 22:08:38 -04:00
bc31a5cfd3
Merge pull request #2002 from siddharth-narayan/quantum-safe-key-agreement
...
Add Post Quantum key agreement
2024-06-18 22:41:52 +02:00
68964ab0d7
Guard variables with OpenSSL version
2024-06-18 16:09:10 -04:00
bf3c50fde4
Merge branch 'SoftEtherVPN:master' into quantum-safe-key-agreement
2024-06-18 14:55:45 -04:00
b06486b37d
Remove unecessary provider include
2024-06-18 00:01:58 -04:00
26c61b3213
Merge pull request #2014 from SoftEtherVPN/dependabot/npm_and_yarn/src/bin/hamcore/wwwroot/admin/default/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3 in /src/bin/hamcore/wwwroot/admin/default
2024-06-17 17:45:14 +02:00
1bea86ef94
Merge pull request #2006 from hiura2023/master
...
Change ssl error handler: Having to read all of the errors using ERR_get_error.
2024-06-17 17:36:55 +02:00
6825234e0a
Bump braces in /src/bin/hamcore/wwwroot/admin/default
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 15:36:07 +00:00
a794726a07
Merge pull request #2011 from SoftEtherVPN/dependabot/npm_and_yarn/developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-nodejs-package/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3 in /developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-nodejs-package
2024-06-17 17:35:33 +02:00
dae352104c
Bump braces
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-16 09:58:05 +00:00
4fe5352931
Merge pull request #2007 from metalefty/freebsd-ci
...
CI: Update to FreeBSD 14.0-RELEASE
2024-06-09 17:23:48 +02:00
ebe52afa9a
CI: Update to FreeBSD 14.0-RELEASE
...
since FreeBSD 13.2 image is no longer available on the CI platform.
2024-06-09 21:33:46 +09:00