ftplib: Add client-side SSL session resumption

未關閉
#63,699 44 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
5/5
預估耗時
一週以上
新手友好度
35/100
Issue 類型
功能
描述清晰度
基本清楚
活躍度
活躍
技術堆疊
python
領域
networking

研究方向

Start by reviewing the attached SSL-client-side-SSL-session-resumption.patch and related implement_ssl_session_reuse patches, then inspect the ftplib behavior they target. Confirm the expected client-side session reuse behavior and use the available patch material to identify the required tests; done means FTP_TLS supports SSL session resumption without regressing existing connections.

由索引模型根據 Issue 內容生成。

描述

stdlib type-feature
BPO 19500
Nosy @pitrou, @giampaolo, @tiran, @alex, @dstufft, @zhangyangyu, @rreilink, @larsschellhas
Files
  • ftplib-FTPS-bug.txt: Python source and command prompt input/output
  • reuse_session.diff: proof-of-concept session reuse
  • implement_ssl_session_reuse.patch: Patch which implements SSL session reuse and fixes corresponding FTP_TLS issue
  • implement_ssl_session_reuse_3.6.patch: Patch which implements SSL session reuse and fixes corresponding FTP_TLS issue targeted at 3.6
  • SSLSession-support.patch
  • sesstime.py
  • SSLSession-support-2.patch
  • SSL-client-side-SSL-session-resumption.patch
  • ftplib_session.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2013-11-05.04:02:10.597>
    labels = ['type-feature', 'library', '3.10']
    title = 'ftplib: Add client-side SSL session resumption'
    updated_at = <Date 2020-09-23.19:34:39.319>
    user = 'https://bugs.python.org/YeWang'
    

    bugs.python.org fields:

    activity = <Date 2020-09-23.19:34:39.319>
    actor = 'larsschellhas'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2013-11-05.04:02:10.597>
    creator = 'Ye.Wang'
    dependencies = []
    files = ['32505', '40666', '40708', '40716', '44362', '44368', '44376', '44480', '46409']
    hgrepos = []
    issue_num = 19500
    keywords = ['patch']
    message_count = 27.0
    messages = ['202193', '216674', '216679', '216680', '225078', '252205', '252467', '252468', '252527', '252530', '252543', '252635', '274367', '274391', '274394', '274396', '274417', '274893', '275161', '275703', '275704', '286190', '312885', '370001', '377412', '377413', '377419']
    nosy_count = 13.0
    nosy_names = ['janssen', 'pitrou', 'giampaolo.rodola', 'christian.heimes', 'alex', 'python-dev', 'dstufft', 'Ye.Wang', 'Mark.Ribau', 'xiang.zhang', 'robr', 'Florian Wickert', 'larsschellhas']
    pr_nums = []
    priority = 'low'
    resolution = None
    stage = 'needs patch'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue19500'
    versions = ['Python 3.10']
    

    主要語言
    Python
    星號
    77.2k
    分支
    36k
    平均合併
    1 天 9 小時
    30 天內合併 PR
    558

    貢獻指南

    開啟貢獻指南

    從這裡開始

    1. 先讀完整個 Issue,再讀專案的貢獻指南。
    2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
    3. Fork 儲存庫,在一個分支上完成修改。
    4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

    python/cpython 的其他 Issue

    查看 python/cpython 的全部 Issue

    相似的 Issue

    更多 Python Issue

    把新 issue 寄到你的電子郵件信箱

    精選適合新手參與的 GitHub issue 摘要。