[New-bugs-announce] [issue10075] Get session cache stats from SSLContext

Antoine Pitrou report at bugs.python.org
Tue Oct 12 20:47:04 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

This patch adds a method to query the session cache statistics from an SSL context. See http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html# for more info.

----------
components: Library (Lib)
files: sslstats.patch
keywords: patch
messages: 118455
nosy: giampaolo.rodola, janssen, jcea, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Get session cache stats from SSLContext
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file19199/sslstats.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10075>
_______________________________________


More information about the New-bugs-announce mailing list