1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
This allows filters to implement protocols that require application level secret agreement, e.g. origin bound certificates and token binding.
Contributor guide
- Research direction
- Investigate the existing TLS implementation in Envoy and the filter API. Understand how SSL objects are managed and where the keying material exporter function from BoringSSL should be called. Look at how other similar features are exposed to filters.
- Tech stack
- cpp
- Domain
- backendinfrastructure
- Issue type
- Feature
- Prerequisites
- C++TLS/SSLEnvoy filter architectureBoringSSL