- Reported
-
- Issued
-
- Package
-
openssl
(crates.io)
- Type
-
INFO
Unsound
- Categories
-
- Aliases
-
- References
-
- Patched
-
- Affected Functions
- Version
openssl::x509::store::X509StoreRef::objects
-
Description
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
.
Advisory available under CC0-1.0
license.