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
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:
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