Dirk Janssens wrote:
> Hello,
>
> I want to write a private RSA key to a file with PEM encoding.
> I found the PEM_write_RSAPrivateKey function in the pem.h headerfile.
> It seems to me that it does exactly what I want. But when I use it, all I
> can do is write to stdout. Even with the code be
Hello,
I want to write a private RSA key to a file with PEM encoding.
I found the PEM_write_RSAPrivateKey function in the pem.h headerfile.
It seems to me that it does exactly what I want. But when I use it, all I
can do is write to stdout. Even with the code below, the PEM encoded key
appears
on