Add stopTLS to twisted.internet._newtls.ConnectionMixin
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 10
Description
| @adiroiban reported | |
|---|---|
| Trac ID | trac#5712 |
| Type | enhancement |
| Created | 2012-06-19 14:10:08Z |
t.i.i.ITLSTransport defined the startTLS but it would be nice if it will also define stopTLS.
As as start, support for stopTLS can be added in twisted.internet._newtls.ConnectionMixin
I am working at FTPS support for twisted.protocols.ftp and stopTLS is required for implementing FTP CCC command.
Please let me know if you think that this API is useful and I can try to implement it.
Any comments about how would you like it to be implemented is much appreciated.
Cheers,
Adi
Searchable metadata
trac-id__5712 5712
type__enhancement enhancement
reporter__adiroiban adiroiban
priority__normal normal
milestone__
branch__
branch_author__
status__new new
resolution__None None
component__core core
keywords__
time__1340115008000000 1340115008000000
changetime__1340904557000000 1340904557000000
version__None None
owner__
cc__adiroiban
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 in twisted.internet._newtls.ConnectionMixin and compare the existing startTLS behavior with the stopTLS addition requested for t.i.i.ITLSTransport. Determine the transport semantics needed by FTP CCC, then implement and verify stopTLS support in the connection mixin and interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100