From f526b57daa1ddad686e83ca5ac91ed7799767599 Mon Sep 17 00:00:00 2001 From: Apoorv Kothari Date: Tue, 1 Apr 2025 12:19:23 -0700 Subject: [PATCH] update documentation --- boring/src/ssl/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/boring/src/ssl/mod.rs b/boring/src/ssl/mod.rs index 59f68acd..c19c7381 100644 --- a/boring/src/ssl/mod.rs +++ b/boring/src/ssl/mod.rs @@ -812,11 +812,12 @@ pub enum TicketKeyCallbackResult { /// Continue with a full handshake. /// - /// The peer supplied session ticket was not recognized. + /// When in decryption mode, this indicates that the peer supplied session ticket was not + /// recognized. When in encryption mode, this instructs boring to not send a session ticket. /// /// # Note /// - /// This is a decryption specific status code. + /// This is a decryption specific status code when using the submoduled BoringSSL. Noop, /// Resumption callback was successful.