update documentation

This commit is contained in:
Apoorv Kothari 2025-04-01 12:19:23 -07:00 committed by Kornel
parent ae783f8273
commit f526b57daa
1 changed files with 3 additions and 2 deletions

View File

@ -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.