Re: PEM_write_RSAPrivateKey problem

2000-10-02 Thread marco russo
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

PEM_write_RSAPrivateKey problem

2000-10-02 Thread Dirk Janssens
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