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

RUSTSEC-2023-0022: openssl X509NameBuilder::build returned object is not thread safe #296

Closed
github-actions bot opened this issue Mar 24, 2023 · 0 comments

Comments

@github-actions
Copy link

Details
Package openssl
Version 0.10.46
URL sfackler/rust-openssl#1854
Patched Versions >=0.10.48

OpenSSL has a modified bit that it can set on on X509_NAME objects. If this
bit is set then the object is not thread-safe even when it appears the code is
not modifying the value.

Thanks to David Benjamin (Google) for reporting this issue.

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

No branches or pull requests

0 participants