]> granicus.if.org Git - python/commit
Issue #21965: Add support for in-memory SSL to the ssl module.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 Oct 2014 18:41:53 +0000 (20:41 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 Oct 2014 18:41:53 +0000 (20:41 +0200)
commitb1fdf47ff5e5a81955c87dfc95d3eb5400da0e8e
tree7b349f32592eb099e5086934682483f0c124b9f8
parent414e15a88d461be37e8f29c7a2158b5d32b9ef9c
Issue #21965: Add support for in-memory SSL to the ssl module.
Patch by Geert Jansen.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c