Skip to content

Tongsuo-Project/proxy-tongsuo

 
 

Repository files navigation

Envoy BabaSSL Extensions

The Envoy BabaSSL Extensions project hosts extensions for building Envoy purely with BabaSSL.

Building

To build BabaSSL-enabled Envoy run the following command.

$ bazel build //:envoy

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

Testing

To test the BabaSSL features run the following commands.

$ bazel test //test/common/...
$ bazel test //test/extensions/...
$ bazel test //test/integration/...

License

The Envoy BabaSSL Extensions project is governed by the Apache License, Version 2.0. See the LICENSE file for the full license text.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Starlark 5.1%
  • Other 0.8%