You can go and look into the files in openssl-0.9.x/apps, that is what I
have done. I learned a lot from those sample code.
Hazel
xavier wrote:
> Hi,
>
> I'd like to retrieve a X.509 cert from a file and populate a X509
> structure with it. I'm swimming in the doc but I don't know which
> rout
Hi,
I'd like to retrieve a X.509 cert from a file and populate a X509
structure with it. I'm swimming in the doc but I don't know which
routine to use... do I have to DER encode the cert into a file and
then decode it with d2i_X509() ?
Thank you in advance...
- Xavier
__