Hi Cr. Stephen,
Thank you for your quick reply. It really helped me to solve my problem.
Also mac verifying problem is caused by my mistake. I forgot to initialize
things using following functions.
SSLeay_add_all_algorithms();
ERR_load_crypto_strings();
Thanks in advance,
Milinda Pathirage
On
On Tue, Jan 29, 2008, Milinda Pathirage wrote:
> Hi all,
> Please apologize me if this is a dumb question.
> I am currently involved in project which I need to create key store which
> has functions like Java Key Store in C. My requirements is to store several
> X509 certificates with owner's cert
Hi all,
Please apologize me if this is a dumb question.
I am currently involved in project which I need to create key store which
has functions like Java Key Store in C. My requirements is to store several
X509 certificates with owner's certificate and private key in a pkcs12 file.
And my programmi