Skip to content
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

Fixed EVP_PKEY handling and full key duplication #550

Merged
merged 6 commits into from
Oct 25, 2024

Conversation

olszomal
Copy link
Contributor

No description provided.

@olszomal olszomal force-pushed the duplication branch 2 times, most recently from c33019e to 8474e83 Compare October 21, 2024 12:57
olszomal and others added 6 commits October 23, 2024 14:21
PKCS#11 modules that register their own atexit() callbacks may already
have been cleaned up by the time OpenSSL's atexit() callback is
executed. As a result, a crash occurs with certain versions of OpenSSL
and SoftHSM2. The workaround skips the execution of ctx_finish() during
OpenSSL's cleanup, converting the crash into a harmless memory leak at
exit.
@mtrojnar mtrojnar merged commit 55534b9 into OpenSC:master Oct 25, 2024
10 checks passed
@olszomal olszomal deleted the duplication branch October 28, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants