Ilya Shipitsin
Ilya Shipitsin
is that possible to test on OpenBSD + OpenSSL ? it can help to identify whether LibreSSL is under suspiction or not
just curious, what if `curl` is running on another computer ?
which version do you use ? is the following fix included https://github.com/SoftEtherVPN/SoftEtherVPN/pull/2044 ?
> > which version do you use ? > > my message above states the version SoftEtherVPN 5.02.5187 > > the problem may be somewhere else and it has not...
ok, please provide repro steps. also, I wonder why do you think you issue is the same as other in this thread
as far as I understand, showing curves in SSL Server HELO message does not obey to anything, and client is safe to ignore them
@siddharth-narayan , your change failed on FreeBSD https://github.com/SoftEtherVPN/SoftEtherVPN/runs/25207774365 please note that OpenSSL may be built without "provider" support
can you please update a branch ? particularly this commit https://github.com/SoftEtherVPN/SoftEtherVPN/commit/ebe52afa9a0c13f48c916bb4869a8381f0840f6f
can you please guard all variables with `#if OPENSSL_VERSION_NUMBER >= 0x30000000L` ? in case of using oldish OpenSSL, no need to define variables
let's keep that in separate issue.