python-trio / python-trio/trio
TLS: support TLS 1.3 early data
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 431
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 6
Description
This isn't trivial; there are API implications: https://twistedmatrix.com/trac/ticket/9181
It also requires API extensions from the underlying SSL library, which means we probably won't be able to implement it as long as we're stuck on the stdlib ssl module. Hopefully PEP 543 will be ready soon enough, and have the required hooks, to make this possible?
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
Read the linked Twisted ticket and inspect Trio's use of Python's stdlib ssl module. Check whether PEP 543 and the required underlying SSL-library API hooks are available; the issue does not name files or tests, and completion would require resolving the API implications and dependency blocker.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100