TLS

Envoy supports both TLS termination in listeners as well as TLS origination

Underlying implementation

use BoringSSL as the TLS provider.

FIPS 140-2

BoringSSL can be built in a FIPS-compliant mode, it doesn’t support the most recent QUIC APIs.

Enabling certificate verification

not enabled unless the validation context specifies one or more trusted authority certificates.

Custom Certificate Validator

Certificate selection

DownstreamTlsContexts support multiple TLS certificates.