geragray wrote:
> I need to create X509 structure from a pointer to the memory area where it is
> stored
> I have found
> X509 *d2i_X509(X509 **px, const unsigned char **in, int len);
> but certificate there should be in DER format.
> Does anybody know a way to create if from PEM certificate? All
and PEM_read_bio_X509 function that takes file poiner and bio
as an input parameter. Which makes them unusable for me.
--
View this message in context:
http://www.nabble.com/How-to-create-X509-struct-from-char-poiner-to-PEM-certificate-tp16586194p16586194.html
Sent from the OpenSSL - User mailing