Re: problems load private key URGENT!!!

2002-06-24 Thread Andrea Nagar
dError("Wrong Password");   PKCS12_free(p12);  return privata;  } } } It returns a private key from a X509 certificate.Hope this helps.Sincerely,Andrea Nagar   lidia castillejo marco <[EMAIL PROTECTED]> wrote: I use functionPEM_read_PrivateKey(f, NULL, keyPwdCallback, (vo

documentation

2002-06-16 Thread Andrea Nagar
Hi everybody,can anyone suggest me where I can find the documentation of the openssl API. In particular, having the digest of a document, the signature and the public key of the signer, I need to verify the signature.How can I do that? Any help would be really appreciated. Thanks.Andrea NagarDo You

Help on verifying signatures

2002-06-16 Thread Andrea Nagar
appreciate if someone could send me some code to do this. I'm really in a hurry since I'm doing my thesis and the closing date is approacing very fast. Thanks a lot. Andrea Nagar __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA Worl

Verify a signature

2002-06-10 Thread Andrea Nagar
I need to verify a signature present in an Attribute Certificate (so it's not a standard X.509 certificate). The verifier public key is in a X509 standard certificate (in PKCS#7 format). Can you tell me where I can find the documentation to do it and what are the API required? (if you have some lin

Verifying PKCS#7 signature

2002-06-06 Thread Andrea Nagar
How can I verify the signature contained in a x509 CRL certificate with C code? I have all the required CA certificate locally in a DER encoded file.Thank you for helping. Regards,Andrea NagarDo You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup