[issue18915] ssl.wrap_socket, pass in certfile and keyfile as PEM strings

2013-09-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: This issue is duplicate for #16487 -- nosy: +asvetlov resolution: -> duplicate status: open -> closed superseder: -> Allow ssl certificates to be specified from memory rather than files. ___ Python tracker

[issue18915] ssl.wrap_socket, pass in certfile and keyfile as PEM strings

2013-09-03 Thread mpb
New submission from mpb: 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. -- components: Library (Lib) messages: 196878 nosy: mpb priority: normal severity: norma