Hello, > So I am the part where I have to do the verify, currently now I have > the private key as base64 pem format, does it has to be DER format as > well? If you use any of d2i_* then source buffer should be in DER format. This means "der" to "internal" format conversion. If you use any of i2d_* then destination buffer will be in DER format. This means "internal" to "der" format conversion.
Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]