OpenSC / libp11

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

Softhsm2 blames pcks11.so for heap corruption segfault #526

Closed hcoin closed 1 day ago

hcoin commented 8 months ago

https://github.com/opendnssec/SoftHSMv2/issues/738

olszomal commented 5 days ago

I think that this issue is specific to certain OpenSSL versions that cause a segmentation fault during private key operations. The fault occurs in engine operations and has been addressed upstream with commit https://github.com/openssl/openssl/commit/39ea783. This was resolved with the workaround in PR https://github.com/OpenSC/libp11/pull/554

I suggest closing this issue.