Ilya Shipitsin

Results 613 comments of Ilya Shipitsin

yes, if you have enough details, please open an issue

thank you for contribution!

we have several way of linking against openssl. for example, we can link against openssl shipped with distro. we do not rebuild openssl always (but it is one of alternatives)

in theory we can even link against libressl (but it's not a common case)

meanwhile Fedora build failed https://github.com/chipitsine/SoftEtherVPN/actions/runs/9782220953/job/27008057484

well, what am I afraid of is keeping an eye on updating git submodules (to keep them in sync with openssl). @siddharth-narayan , do you have an appetite for that...

I overlooked trigger definition in Fedora pipeline. here's fix: https://github.com/SoftEtherVPN/SoftEtherVPN/pull/2025

in Fedora openssl is built without provider support (but openssl >= 3) it should be handled somehow. I can prepare fix tomorrow. if you have an appetite for that, I'd...

> I did some digging, and I found the problem. I found your test commit to add > > ``` > #ifndef OPENSSL_NO_ENGINE > #include > #endif > ``` >...