Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RSA_private_decryptを使用してこのエラーが発生しました:
error0407106b:lib(4):funct:(113):reason(107)
どういう意味ですか?また、ローカルホストで作業している場合ではなく、ネットで作業している場合にのみこのエラーが発生するのはなぜですか?
ERR_error_string次のような、より説明的なエラー メッセージを取得するために使用できます。
ERR_error_string
ERR_load_crypto_strings(); ERR_error_string(ERR_get_error(), err); fprintf(stderr, "%s\n", err);
も必ず含め<openssl/err.h>てください。
<openssl/err.h>