Bug #22532
closed
- Status changed from New to In progress
- Assignee set to Alexis Mousset
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4716
- Status changed from Pending technical review to Pending release
In relayd we only use:
use openssl::{
stack::Stack,
x509::{store::X509StoreBuilder, X509},
error::ErrorStack,
pkey::{PKey, Public},
rsa::Rsa,
sign::Verifier,
pkcs7::{Pkcs7, Pkcs7Flags},
hash::MessageDigest,
};
So we're not directly affetected. We still need to check what is used in the HTTPS client.
The affected functions are not used in rust-native-tls
either so we're very likely safe.
- Fix check changed from To do to Checked
- Status changed from Pending release to Released
- Private changed from Yes to No
Also available in: Atom
PDF