SecureBlackbox 2020 C++ Edition

Questions / Feedback?

TLSEstablished Event

Reports the setup of a TLS session.

Syntax

ANSI (Cross Platform)
virtual int FireTLSEstablished(TSPServerTLSEstablishedEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } TSPServerTLSEstablishedEventParams; Unicode (Windows) virtual INT FireTLSEstablished(TSPServerTLSEstablishedEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } TSPServerTLSEstablishedEventParams;
- (void)onTLSEstablished:(long long)connectionID;
#define EID_TSPSERVER_TLSESTABLISHED 10

virtual INT SECUREBLACKBOX_CALL FireTLSEstablished(LONG64 &lConnectionID);

Remarks

Subscribe to this event to be notified about the setup of a TLS connection by a connected client.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]