OpenSC / libp11

PKCS#11 wrapper library
GNU Lesser General Public License v2.1
310 stars 189 forks source link

Workaround for openssl-3.2.0 and 3.2.1 #545

Closed olszomal closed 1 month ago

olszomal commented 2 months ago

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