From 2b497506ef480c6c8a1754be8bd8def710058158 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Tue, 13 May 2025 18:23:22 +0800 Subject: [PATCH] chore(boring): deprecate `set_verify_cert_store_ref` on `SslContextBuilder` (#68) --- boring/src/ssl/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/boring/src/ssl/mod.rs b/boring/src/ssl/mod.rs index 7e704912..e3b9e9a5 100644 --- a/boring/src/ssl/mod.rs +++ b/boring/src/ssl/mod.rs @@ -1156,6 +1156,7 @@ impl SslContextBuilder { } /// Sets a custom certificate store for verifying peer certificates. + #[deprecated(since = "4.15.13", note = "Use `set_verify_cert_store` instead.")] #[corresponds(SSL_CTX_set1_verify_cert_store)] pub fn set_verify_cert_store_ref( &mut self,