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

feature: add ngx_http_lua_ffi_ssl_client_random. #2284

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

xuruidong
Copy link
Contributor

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

Signed-off-by: xuruidong <xuruidong@gmail.com>
@xuruidong xuruidong changed the title feat: add ngx_http_lua_ffi_ssl_client_random. feature: add ngx_http_lua_ffi_ssl_client_random. Feb 25, 2024
@splitice
Copy link

For what purpose?

@xuruidong
Copy link
Contributor Author

For what purpose?

We need to verify the client and reject the untrusted client during the SSL handshake. The client needs to use the client random to generate a token.

@zhuizhuhaomeng
Copy link
Contributor

That looks good to me.

@zhuizhuhaomeng
Copy link
Contributor

https://app.travis-ci.com/github/openresty/lua-nginx-module/jobs/618525464#L1204
CI failed. Please resolve this issue.

Signed-off-by: xuruidong <xuruidong@gmail.com>
@xuruidong
Copy link
Contributor Author

https://app.travis-ci.com/github/openresty/lua-nginx-module/jobs/618525464#L1204 CI failed. Please resolve this issue.

Hi @zhuizhuhaomeng , this issue has been resolved. I was wondering if you could help me review this PR and the PR at openresty/stream-lua-nginx-module#338 .
Thank you.

@zhuizhuhaomeng zhuizhuhaomeng merged commit 54e5cb0 into openresty:master Mar 6, 2024
2 of 3 checks passed
@xuruidong xuruidong deleted the client_random branch March 6, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants