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.

Author exarkun
Recipients exarkun, forest, hodgestar, janssen
Date 2008-09-10.21:08:10
SpamBayes Score 0.000952801
Marked as misclassified No
Message-id <1221080891.69.0.0638379149055.issue3823@psf.upfronthosting.co.za>
In-reply-to
Content
You can load a private key from a string by creating a memory BIO and
using PEM_read_bio_PrivateKey or d2i_PrivateKey_bio.

This is how pyOpenSSL implements its load_privatekey API.  You can see
the code here:

http://bazaar.launchpad.net/~exarkun/pyopenssl/trunk/annotate/70?file_id=crypto.c-20080219014912-qyb7kjf196jhzlyv-128
History
Date User Action Args
2008-09-10 21:08:11exarkunsetrecipients: + exarkun, janssen, forest, hodgestar
2008-09-10 21:08:11exarkunsetmessageid: <1221080891.69.0.0638379149055.issue3823@psf.upfronthosting.co.za>
2008-09-10 21:08:10exarkunlinkissue3823 messages
2008-09-10 21:08:10exarkuncreate