area/tlsenhancementhelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
Currently supported PEM format is base64-encoded DER-encoded certificate with some extra prettifiers.
Supporting DER format would allow passing ~30% smaller certificates and private keys over xDS (compared to currently supported PEM format) and avoid base64-decoding in Envoy.
The idea is to support both formats, not replace PEM with DER.