This PR introduces a workaround for a segmentation fault issue affecting OpenSSL versions 3.2.0 and 3.2.1.
The fault occurs in engine operations and has been addressed upstream with commit openssl/openssl@39ea78379826fa98e8dc8c0d2b07e2c17cd68380
This patch ensures compatibility with these affected OpenSSL versions.
This issue is related to mtrojnar/osslsigncode#388.
This PR is potentially related to issue #526, but I am not entirely sure as there is not enough information provided in the description of that issue.
This PR introduces a workaround for a segmentation fault issue affecting OpenSSL versions 3.2.0 and 3.2.1. The fault occurs in engine operations and has been addressed upstream with commit openssl/openssl@39ea78379826fa98e8dc8c0d2b07e2c17cd68380 This patch ensures compatibility with these affected OpenSSL versions.
This issue is related to mtrojnar/osslsigncode#388.
This PR is potentially related to issue #526, but I am not entirely sure as there is not enough information provided in the description of that issue.
Fixed #533