envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
46 stars 44 forks source link

Update to Envoy HEAD #34

Closed rojkov closed 4 years ago

rojkov commented 4 years ago

Also update OpenSSL to 1.1.1g

I had to disable one new test case TestGetCertInformationWithIPSAN in test/extensions/transport_sockets/tls/context_impl_test.cc. Perhaps SAN isn't functional in the openssl flavour of Envoy.

Two more fuzzer test are disabled due to a memory leak and a segfault upon exiting: h2_capture_persistent_fuzz_test and h2_capture_direct_response_persistent_fuzz_test respectively from test/integration/BUILD. The tests have been introduced recently though.

The latest com_github_google_jwt_verify also got coupled with BorinSSL even tighter. So, a bit outdated version of it is used now.