Message 72986 - Python tracker
Message72986
| 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:11 | exarkun | set | recipients: + exarkun, janssen, forest, hodgestar |
| 2008-09-10 21:08:11 | exarkun | set | messageid: <1221080891.69.0.0638379149055.issue3823@psf.upfronthosting.co.za> |
| 2008-09-10 21:08:10 | exarkun | link | issue3823 messages |
| 2008-09-10 21:08:10 | exarkun | create | |