m2crypto loading cert file from memory buffer

netpork todorovic.dejan at gmail.com
Thu Dec 4 09:56:57 EST 2008


started using m2crypto recently, it works pretty well by now, i just
have one question:

ctx = SSL.Context('sslv3')
ctx.load_cert_chain('client.pem')

anyone knows a way of loading cert file from memory buffer and not
from a file?
i just do not want to have my cert file in the directory of my app
that anyone can get.




More information about the Python-list mailing list