eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k stars 241 forks source link

Allowing clients to provide pre-Configured SSL_CTX for both client and server use-cases. #412

Closed Enmk closed 1 year ago

Enmk commented 1 year ago

To avoid adding too many configuration parameters to the asio_service_options, two new callbacks were added:

Which provide preconfigured, ready to use SSL_CTX, so the clients of the library may configure contexts in any required way.

Ported from https://github.com/ClickHouse/NuRaft/pull/56