27 #ifndef KINETIC_USE_TLS_1_2
28 #define KINETIC_USE_TLS_1_2 0
bool BusSSL_Disconnect(struct bus *b, SSL *ssl)
Disconnect and free an individual SSL handle.
SSL * BusSSL_Connect(struct bus *b, int fd)
Do an SSL / TLS shake for a connection.
void BusSSL_CtxFree(struct bus *b)
Free all internal data for using SSL (the SSL_CTX).
bool BusSSL_Init(struct bus *b)
Initialize the SSL library internals for use by the messaging bus.