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

Use luaossl ssl object cache #201

Open
daurnimator opened this issue Jul 10, 2018 · 0 comments
Open

Use luaossl ssl object cache #201

daurnimator opened this issue Jul 10, 2018 · 0 comments

Comments

@daurnimator
Copy link
Collaborator

Introduced in wahern/luaossl@bbe0e35 and modified in wahern/luaossl@c8c895a

This would allow calling :checktls() multiple times to return the same object. Additionally, it would be the same object as passed to luaossl callbacks (such as setAlpnSelect)

  • luaossl could expose the cache somewhere (e.g. require "openssl.ssl".ssl_cache)
  • luaossl could expose ssl_push as a C symbol
  • luaossl could expose a new (unsafe) ssl pushing function that takes a lightuserdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant