> 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]
- Problem with > 1024 file descriptors Dan Kegel
- Re: Problem with > 1024 file descrip... Geoff Thorpe
- RE: Problem with > 1024 file des... David Schwartz
- Re: Problem with > 1024 file descrip... Dan Kegel
- Re: Problem with > 1024 file des... David Schwartz
- Re: Problem with > 1024 file descrip... Dr S N Henson
- Re: Problem with > 1024 file descrip... Matti Aarnio
- Re: Problem with > 1024 file des... Dan Kegel
- Re: Problem with > 1024 file descrip... Rich Salz
- Re: Problem with > 1024 file descrip... Richard Levitte - VMS Whacker
- Re: Problem with > 1024 file descrip... Rich Salz
- Re: Problem with > 1024 file descrip... Richard Levitte - VMS Whacker
- Re: Problem with > 1024 file des... Rich Salz
- Re: Problem with > 1024 file descrip... Dr S N Henson
- Re: Problem with > 1024 file descrip... Rich Salz
