Re: How to create X509 struct from char poiner to PEM certificate

2008-04-09 Thread Patrick Patterson
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

How to create X509 struct from char poiner to PEM certificate

2008-04-09 Thread geragray
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