Open
Description
Details | |
---|---|
Package | openssl |
Version | 0.10.44 |
Warning | unsound |
URL | sfackler/rust-openssl#2096 |
Patched Versions | >=0.10.60 |
Aliases | GHSA-xphf-cx8h-7q9g |
This function returned a shared reference into an OpenSSL datastructure but did not account for interior mutability. OpenSSL may modify the data behind this reference, meaning accesses can race and the reference is unsound.
Use of this function should be replaced with X509StoreRef::all_certificates
.
Metadata
Metadata
Assignees
Labels
No labels