i’ve occourred in this error using RSA_private_decrypt:
error0407106b: lib(4):funct:(113):reason(107)
what does it means?
and why i have this error only if i work on the net, and not if i work on localhost?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
ERR_error_stringto get a more descriptive error message like so:Make sure you include
<openssl/err.h>as well.