Skip to content

feature: added the ngx.ssl.session module #53

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

Merged
merged 1 commit into from
Jul 29, 2016
Merged

feature: added the ngx.ssl.session module #53

merged 1 commit into from
Jul 29, 2016

Conversation

agentzh
Copy link
Member

@agentzh agentzh commented Jul 21, 2016

This Lua module provides Lua APIs for the contexts ssl_session_fetch_by_lua* and ssl_session_store_by_lua*.

See openresty/lua-nginx-module#822 for more details.

@agentzh
Copy link
Member Author

agentzh commented Jul 21, 2016

@ghedo @lziest @doujiang24 @yangshuxin Please review this PR. Thanks!

if not ok then
ngx.log(ngx.ERR, "failed to set SSL session for ID ", sess_id,
": ", err)
-- considier it as a cache miss...
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "consider"

…n_fetch_by_lua* and ssl_session_store_by_lua*.

thanks Zi Lin for the patches.
@agentzh agentzh merged commit e3ef58d into master Jul 29, 2016
@agentzh
Copy link
Member Author

agentzh commented Jul 29, 2016

This PR has just been merged. New issues found should be reported as separate GitHub issues. Thanks!

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