wrap session serialization functions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 944
- Forks
- 440
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked OpenSSL d2i_SSL_SESSION documentation and inspect the pyOpenSSL Session object. Determine which session serialization functions need wrapping; done means the exposed Session API supports an external session cache for lower-latency reconnections across multiple TLS-terminating processes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100