Certificate verification

2004-10-15 Thread =?ISO-8859-1?Q?Fr=E9d=E9ric_PAILLETTE?=
Hi all I signed a certificate request with cacert.pem. When I want to verify the certificate in my application, the callback function print the message " error 20 at 0 depth lookup:unable to get local issuer certificate " I tried to put the cacert.pem and usercert.pem in the root directory of

Why my program cannot sign/verify correctly when the signature is less than 64

2004-10-15 Thread wang haoyu
Recently, I began to work on OpenSSL program. When I try to sign/verify a file with RSA algarism, my program shows some strange fault. The OpenSSl I worked on is version 0.97d. I read the file into a buffer and call EVP_SignUpdate function repeatedly as below:

OpenSSL & Windows

2004-10-15 Thread indus
Hi all I'm a newbie to SSL so please don't be too hard on me... I'm developing a HTTPS interface into one of our servers which will receive XML requests and send results in XML format back. The XML engine behind it works with HTTP. Now I need to install a certificate to get the HTTPS working, bu