Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suport for deriving key from tls master secret #1591

Merged

Conversation

bas-vk
Copy link
Contributor

@bas-vk bas-vk commented Sep 9, 2019

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

TLS has the support to derive key material from the TLS master secret that can be used on the application level. This is described in RFC8446 section 7-5. OpenSSL offers support for this here.

We would like to use these functions from lua. This PR adds the required functions for that.

@zhuizhuhaomeng zhuizhuhaomeng force-pushed the feature/ssl_export_keying_material branch from 1c6f64a to 71cab19 Compare March 10, 2024 12:39
@zhuizhuhaomeng zhuizhuhaomeng merged commit b32aa42 into openresty:master Mar 10, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants