Hi:

2009/8/9, Goetz Babin-Ebell <go...@shomitefo.de>:
> -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>
>  vichy wrote:
>  | Dear all:
>  | I try to use d2i_PrivateKey_bio to get the RSA keys in a der file, but
>  | the binary content is written in an unsigned char array.
>  | I know I can write the unsigned char array as a file and then read it in.
>  | But I want to know is there function I can use to transfer array as
>  Bio file?
>  | appreciate your help,
>
>  d2i_PrivateKey()
>  If you insist on using BIO, use BIO_new_mem_buf()
is there any function I can use without BIO, since I saw one of the
input parameters of d2i_PrivateKey is BIO.
so I think I must use BIO.
appreciate your help,
vichy
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to