Skip to content

Conversation

@nbarbier-265
Copy link

Fixes #728

Adds ssl_export_keying_material function to both pingora-openssl and pingora-boringssl ext modules.

This wraps the underlying SSL library's export_keying_material method for RFC 5705 compliance, enabling applications to derive keying material from established TLS connections for use cases like token binding and channel binding.

The implementation provides a unified interface across both SSL backends.

Adds ssl_export_keying_material function to both pingora-openssl and
pingora-boringssl ext modules. This wraps the underlying SSL library's
export_keying_material method for RFC 5705 compliance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for exporting keying material

3 participants