> Where this came up for me was in PEM_read_bio_RSAPrivateKey(BIO *, ...)
> I haven't gotten into the PEM stuff much yet.  Maybe there are
> ways of using them without BIO's, but hey, if it's easy to fix
> bss_file.c, maybe I'd do that.

        Just create a memory BIO, write the key to it, then use
PEM_read_bio_RSAPrivateKey. Then free the memory BIO when you're done. That
lets you do the disk I/O yourself.

        DS

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to