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

wrap session serialization functions #891

Open
glyph opened this issue Feb 23, 2020 · 0 comments · May be fixed by #1373
Open

wrap session serialization functions #891

glyph opened this issue Feb 23, 2020 · 0 comments · May be fixed by #1373

Comments

@glyph
Copy link
Contributor

glyph commented Feb 23, 2020

https://www.openssl.org/docs/manmaster/man3/d2i_SSL_SESSION.html

If you want to support lower-latency handshakes upon reconnection and you have more than one TLS terminating process, you need to have an external session cache. Without wrapping these functions, there's not really any point to the Session object that pyOpenSSL exposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant