envoy-openssl
envoy-openssl copied to clipboard
Initial rebase onto 1.30.1
This is taking Ted's work from his v1.28 branch, rebased onto upstream v1.30.1. It builds (by running ./openssl/run_envoy_docker.sh './openssl/do_ci.sh debug.server_only'
), it kind of works, but it does log a bunch of function xyz is unimplemented
as some of the certificate checking in Envoy has moved from being optional to always enabled.
TLS transport socket tests (run via ./openssl/run_envoy_docker.sh './openssl/do_ci.sh debug //test/extensions/transport_sockets/tls/...
) passed. I have not been able to run many more tests yet due to problems with my environment.