Re: Short question about freeing memory

2007-08-31 Thread Thomas J. Hruska
Martin Salo wrote: Hello Mailinglist, I have a RSA key written to memory. How can I free the memory? oBIO = BIO_new(BIO_s_mem()); PEM_write_bio_RSAPrivateKey(oBIO, oRsaKey, 0, 0, 0, 0, 0); char *cMem; iBytesWritten = BIO_get_mem_data(oBIO, &cMem); cMem[iBytesWritten] = '\0'; // How can I

Re: short question

2000-06-22 Thread Albert Serra
Sorry, thank you in advance   Albert Serra wrote: To generate the key (file key.pem) Which option I have to use? that depends of the algorithm I have chosed in the Certificate? --  Albert SERRA  === Integrated Systems Laboratory (DE/LSI-EPFL) email: [EMAIL