-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area/buildstalestalebot believes this issue/PR has not been touched recentlystalebot believes this issue/PR has not been touched recently
Description
Title: Make SSL impl (i.e. boringssl vs openssl) pluggable
Description:
Overall goal is to support the existing boringssl implementation as well as other ssl implmentations such as openssl. In order to support alternate ssl libraries, boringssl must be able to be compiled out with only bazel configuration changes. In order to support compiling out boringssl the following steps need to be accomplished:
- decouple common/ssl from common/network (completed)
- move boringssl dependencies to extensions.
- decouple extensions/transport_sockets/ssl from server
Parallel implementation of extensions/transport_sockets/openssl is underway.
Relevant Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/buildstalestalebot believes this issue/PR has not been touched recentlystalebot believes this issue/PR has not been touched recently