[issue18138] ctx.load_verify_locations(cadata)

2014-06-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue18138] ctx.load_verify_locations(cadata)

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e3b3b4a90fb by R David Murray in branch 'default': whatsnew: SSLcontext.load_verify_locations cadata argument (#18138) http://hg.python.org/cpython/rev/8e3b3b4a90fb -- status: pending -> open ___ Python

[issue18138] ctx.load_verify_locations(cadata)

2013-11-20 Thread Christian Heimes
Christian Heimes added the comment: Memo to me: update whatsnew -- assignee: -> christian.heimes resolution: -> fixed stage: patch review -> committed/rejected status: open -> pending ___ Python tracker _

[issue18138] ctx.load_verify_locations(cadata)

2013-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 234e3c8dc52f by Christian Heimes in branch 'default': Issue #18138: Implement cadata argument of SSLContext.load_verify_location() http://hg.python.org/cpython/rev/234e3c8dc52f -- nosy: +python-dev ___ Py

[issue18138] ctx.load_verify_locations(cadata)

2013-11-20 Thread Christian Heimes
Christian Heimes added the comment: Final patch -- title: ssl.SSLContext.add_cert() -> ctx.load_verify_locations(cadata) Added file: http://bugs.python.org/file32737/ssl_cadata2.patch ___ Python tracker ___