kareem-wolfssl
kareem-wolfssl
This should be fixed with my colleague's PR here: https://github.com/wolfSSL/wolfssl/pull/7143 This PR was not merged until wolfSSL 5.7.0, please try updating to 5.7.0 and try again.
@vszakats as best as I can tell this is the same issue, #1020 was also caused by the line `EVP_Cipher(*ctx, NULL, NULL, 0);`. So the linked PR/5.7.0 should resolve both...
Hi @mukeshmohanan , Thanks for your interest in wolfSSL. Looks like you are running into some unimplemented sk_ functions in stunnel. In src/str.c, you will need to manually change all...
Hi @mukeshmohanan , Thanks for your interest in this. We don't currently support post-quantum on stunnel 5.67, we only support it on stunnel 5.57 currently. Please retry this with wolfSSL...
Hi @ar-visions, For a Windows build, you're going to have a much easier time using something like MinGW where you can use our ./configure script, is this possible for your...
Hi @hey3e , I gave this a try here and I'm unable to reproduce the issue you're seeing. However I do note that lighttpd 1.4.51 is old, looks like it...
Hi @alexsn , This is an intentional error as our QUIC support depends extensively on our OpenSSL compatibility layer which is not compatible with OpenSSL coexistence. Are you able to...
Retest this please
Hi @sokolas and @debugmenot , It looks like this issue was fixed upstream here: https://github.com/chriskohlhoff/asio/commit/0a265b1cd06fa73c60cc7bb68748ca9cda4fd8de Can you confirm if this commit fixes the issue for you? I am also looking...
Hi @vaintroub , We have had issues with static_assert on MSVC/Visual Studio in the past, these issues were resolved in our most recent release 5.7.6. Please try upgrading and let...