envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
47 stars 45 forks source link

bss-compat library #44

Open cfilleke opened 2 years ago

cfilleke commented 2 years ago

reworked bssl-wrapper without bazel using CMake to serve as the starting point for the compatibility library work put on github

twghu commented 2 years ago

Initial version from bssl_wrapper is checked in https://github.com/twghu/envoy-openssl/commit/784d065a366715858e7195c8e931ecf80caea024

twghu commented 2 years ago

Initial version checked in to "reboot" branch.

Currently set up to use CMake for simplicity, will be adding Bazel support as a backup.