This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Get session cache stats from SSLContext
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, janssen, jcea, pitrou
Priority: normal Keywords: patch

Created on 2010-10-12 18:47 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sslstats.patch pitrou, 2010-10-12 18:46
Messages (2)
msg118455 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-12 18:46
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.
msg118465 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-10-12 20:09
I've renamed the method to session_stats() and commited the patch in r85383.
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54284
2010-10-12 20:16:52pitrousetstatus: pending -> closed
2010-10-12 20:09:40pitrousetstatus: open -> pending
resolution: fixed
messages: + msg118465

stage: patch review -> resolved
2010-10-12 18:47:02pitroucreate