Re: Strange error when I read a certificate: Probably cause.

2005-07-22 Thread Nils Larsch
Angel Martinez Gonzalez wrote: Hello: About the error when I read a certificate, I think that the problem is that the read certificate is encode in binary DER, and the function "PEM_read_X509" need that the certificate is enconding in base 64. Is this correct?. If I have reason, how I can read

Strange error when I read a certificate: Probably cause.

2005-07-22 Thread Angel Martinez Gonzalez
Hello: About the error when I read a certificate, I think that the problem is that the read certificate is encode in binary DER, and the function "PEM_read_X509" need that the certificate is enconding in base 64. Is this correct?. If I have reason, how I can read that certificate in binary DER?,

Strange error when I read a certificate

2005-07-22 Thread Angel Martinez Gonzalez
Hello: I want read a certificate, and I use the function "PEM_read_X509". Then, I get the serial number and the subject name. I have done it with success reading a certain certificate, but when I read other certificate I have get a read error. And this certificate it´s ok. Both certificates are i