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

server-side ssl support #45359

Closed
gvanrossum opened this issue Aug 25, 2007 · 4 comments
Closed

server-side ssl support #45359

gvanrossum opened this issue Aug 25, 2007 · 4 comments
Assignees
Labels
extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error

Comments

@gvanrossum
Copy link
Member

BPO 1018
Nosy @gvanrossum
Files
  • ssl-svr.diff
  • 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 = 'https://github.com/gvanrossum'
    closed_at = <Date 2007-08-25.15:09:20.682>
    created_at = <Date 2007-08-25.00:44:30.046>
    labels = ['extension-modules', 'type-bug']
    title = 'server-side ssl support'
    updated_at = <Date 2007-08-25.20:10:21.741>
    user = 'https://github.com/gvanrossum'

    bugs.python.org fields:

    activity = <Date 2007-08-25.20:10:21.741>
    actor = 'janssen'
    assignee = 'gvanrossum'
    closed = True
    closed_date = <Date 2007-08-25.15:09:20.682>
    closer = 'gvanrossum'
    components = ['Extension Modules']
    creation = <Date 2007-08-25.00:44:30.046>
    creator = 'gvanrossum'
    dependencies = []
    files = ['8315']
    hgrepos = []
    issue_num = 1018
    keywords = ['patch']
    message_count = 4.0
    messages = ['55281', '55282', '55283', '55288']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'janssen']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue1018'
    versions = ['Python 2.6']

    @gvanrossum
    Copy link
    Member Author

    Bill Janssen's patch for server-side ssl support (and certificate
    support). This still needs style cleanup, but is leak-free and passes tests.

    @gvanrossum gvanrossum self-assigned this Aug 25, 2007
    @gvanrossum gvanrossum added extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error labels Aug 25, 2007
    @gvanrossum
    Copy link
    Member Author

    And another file that has a utility to be placed in Tools/...

    @gvanrossum
    Copy link
    Member Author

    New version containing all files (even new ones).

    @gvanrossum
    Copy link
    Member Author

    Committed revision 57464.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant