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: ssl.wrap_socket, pass in certfile and keyfile as PEM strings
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Allow ssl certificates to be specified from memory rather than files.
View: 16487
Assigned To: Nosy List: asvetlov, mpb
Priority: normal Keywords:

Created on 2013-09-03 23:15 by mpb, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg196878 - (view) Author: mpb (mpb) Date: 2013-09-03 23:15
It would be nice to be able to pass ssl.wrap_socket the key and certificate as PEM encoded strings, rather than as paths to files.

Similarly for SSLContext.load_cert_chain.
msg197220 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2013-09-08 03:53
This issue is duplicate for #16487
History
Date User Action Args
2022-04-11 14:57:50adminsetgithub: 63115
2013-09-08 03:53:43asvetlovsetstatus: open -> closed

nosy: + asvetlov
messages: + msg197220

superseder: Allow ssl certificates to be specified from memory rather than files.
resolution: duplicate
2013-09-03 23:15:19mpbcreate