Ticket #6024 enhancement new

Opened 8 months ago

Last modified 8 months ago

add an event for "TLS handshake completed"

Reported by: glyph Owned by:
Priority: normal Milestone:
Component: core Keywords:
Cc: Branch:
Author: Launchpad Bug:

Description

As per #3687, it would be useful to know when TLS negotiation is completed so that application-level decisions which need to be made at the beginning of the connection (or the SSL connection, for startTLS) but take certificate information, SNI or other TLS parameters into account.

Change History

1

Changed 8 months ago by glyph

Implementation thought: we should do this with an interface, in the style of IHalfCloseableProtocol, that gets invoked if it's provided.

Note: See TracTickets for help on using tickets.