-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some time ago Rust Driver gained support for Rustls as backend for TLS.
It makes sense to add support for it in cpp-rust-driver. The main benefit is not requiring a library to be installed on the system, so building and using the driver becomes easier.
It remains an open question how exactly should we support it.
Imo there should definitely be a new CMake switch, similarly to how we now have one for openssl.
Should backend be chosen at runtime (as in Rust Driver), or at compile time? How exactly should the API look like? I don't know.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request