codership / wsrep-API

Write Set Replication API specification
GNU General Public License v2.0
26 stars 15 forks source link

Wsrep-API TLS service interface. #51

Closed temeo closed 3 years ago

temeo commented 4 years ago

This commit defines TLS service interface which can be used to delegate provider side network stream IO operations to application. This allows application to define transport security and authentication for cluster communication.

Managing stream file descriptors (open, connect, accept, close) remains on provider side.