envoyproxy / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
24.96k stars 4.8k forks source link

tls: expose keying material exporter to network and http filters #3360

Open mikedanese opened 6 years ago

mikedanese commented 6 years ago

This allows filters to implement protocols that require application level secret agreement, e.g. origin bound certificates and token binding.

Neustradamus commented 1 year ago

@mikedanese: Have you progressed on it?