Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26094

Re: ssl: add msg_callback

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'from:addr:pitrou.net': 0.16; 'from:addr:solipsis': 0.16; 'from:name:antoine pitrou': 0.16; 'message-id:@post.gmane.org': 0.16; 'received:213.41.240': 0.16; 'received:213.41.240.54': 0.16; 'received:80.91.229.3': 0.16; 'received:charlus.yi.org': 0.16; 'received:plane.gmane.org': 0.16; 'received:yi.org': 0.16; 'module': 0.19; 'written': 0.20; 'patch': 0.24; 'url:bugs': 0.24; 'header:User-Agent:1': 0.26; 'wrote': 0.26; '(see': 0.27; 'there.': 0.28; 'header:X-Complaints-To:1': 0.28; 'post': 0.28; 'writes:': 0.29; "i'm": 0.29; 'that.': 0.30; 'function': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'thanks': 0.34; 'open': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'does': 0.37; 'being': 0.37; 'subject:: ': 0.38; 'url:docs': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'worth': 0.63; 'more': 0.63; 'here': 0.65; 'useful.': 0.65; 'sounds': 0.71; 'subjectcharset:utf-8': 0.72; 'antoine.': 0.84; 'url:pro': 0.84; 'branch,': 0.91; 'subject:add': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Antoine Pitrou <solipsis@pitrou.net>
Subject Re: ssl: add msg_callback
Date Thu, 26 Jul 2012 14:48:35 +0000 (UTC)
References <35c62d1b461a1b016ff18a3ba2f7936e@localhost>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host sea.gmane.org
User-Agent Loom/3.14 (http://gmane.org/)
X-Loom-IP 213.41.240.54 (Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2613.1343314135.4697.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343314135 news.xs4all.nl 6879 [2001:888:2000:d::a6]:37248
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26094

Show key headers only | View raw


Hi,

ThiƩbaud Weksteen <thiebaud <at> weksteen.fr> writes:
> 
> I wrote a patch for Python 3.2.3 to expose the function
> SSL_CTX_set_msg_callback in the module _ssl.
> 
[...]
> 
> Let me know your opinion on that. Does it worth being included?

Yes, it sounds useful. Your patch will have to be written against the default
branch, although I'm not sure it makes a difference here (see the devguide:
http://docs.python.org/devguide/ for more information).

Please open an issue at http://bugs.python.org and post your patch there.

Thanks

Antoine.


-- 
Software development and contracting: http://pro.pitrou.net

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: ssl: add msg_callback Antoine Pitrou <solipsis@pitrou.net> - 2012-07-26 14:48 +0000

csiph-web