Douglas Wikström wrote:
> Could anybody hint me on functions to dump a X509 cert to file and then
> recreate it in memory?

One of the following sets of macros should probably be easiest:

PEM_write_X509() & PEM_read_X509()

or

PEM_write_bio_X509() & PEM_read_bio_X509()

depending on whether you're using FILE *s or BIOs.

//oscar

S/MIME Cryptographic Signature

Reply via email to