Skip to content

Commit

Permalink
fixup! Add extra roots on macos and ios
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-gt committed Sep 2, 2024
1 parent e598d25 commit d690b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustls-platform-verifier/src/verification/apple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ fn system_time_to_cfdate(time: pki_types::UnixTime) -> Result<CFDate, TlsError>
/// A TLS certificate verifier that utilizes the Apple platform certificate facilities.
#[derive(Debug)]
pub struct Verifier {
// Extra trust anchors to add to the verifier above and beyond those provided by the
// platform via rustls-native-certs.
/// Extra trust anchors to add to the verifier above and beyond those provided by
/// the system-provided trust stores.
extra_roots: Vec<pki_types::CertificateDer<'static>>,
/// Testing only: The root CA certificate to trust.
#[cfg(any(test, feature = "ffi-testing", feature = "dbg"))]
Expand Down

0 comments on commit d690b3a

Please sign in to comment.