-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation violation getting RSA key on F40 #533
Comments
with some old fashion debugging printf I get this:
I believe the methods pointer should always stay the same for a specific ctx? Here it gets changed somehow. |
On Fedora 40, when I do something like this: echo "We are going to use Fedora 39 openssl lib just to sign the binary"
mkdir /var/tmp/fedora-39-ssl-libs/
gunzip fedora39_libcrypto.so.3.gz
gunzip fedora39_libssl.so.3.gz
mv fedora39_libcrypto.so.3 /var/tmp/fedora-39-ssl-libs/libcrypto.so.3
mv fedora39_libssl.so.3 /var/tmp/fedora-39-ssl-libs/libssl.so.3
export LD_LIBRARY_PATH=/var/tmp/fedora-39-ssl-libs/ Then everything works and there is no segmentation violation. The difference of OpenSSL versions are as such: Fedora 39:
Fedora 40:
|
I've created a bug report for Google KMS PKCS11 library but it looks like it could be a libp11 issue: GoogleCloudPlatform/kms-integrations#28
I'm using the latest packages of Fedora 40.
openssl-pkcs11-0.4.12-8.fc40.x86_64
The backtrace of the coredump is:
I'm happy to help with the debugging/testing.
Thanks.
The text was updated successfully, but these errors were encountered: