Skip to content

bdecoste/envoy-openssl-1

 
 

Repository files navigation

To build OpenSSL-enabled Envoy run

$ CXXFLAGS="-DENVOY_SSL_VERSION=\\\"OpenSSL\\\"" bazel build //:envoy --define boringssl=disabled

If you need OpenSSL dynamically linked to Envoy then re-map @boringssl to @openssl_shared by editing the WORKSPACE file.

About

Envoy OpenSSL extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • Python 5.7%