Re: RSA read and write to and from file

2000-11-30 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: Hi, I am having a problem with the RSA functions of the openssl package. I want to generate an RSA key pair. Write them to disk and use them later (this all in linux/AIX) I managed to generate a keypair. But then the problem starts. I cant find any functions

RE: RSA read and write to and from file

2000-11-30 Thread A. Konigsdorfer
Title: RE: RSA read and write to and from file If you have a private key in an RSA structure and just want to write out the public components then you can use PEM_write_RSAPublicKey() and read it in with PEM_read_RSAPublicKey(). The key read back will then just contain the RSA public