John T. Cox wrote:
So, I went back and put in the ERR_print_errors and got this:

19239:error:0906B072:lib(9):func(107):reason(114):pem_lib.c:481:

The online manual page describes what each field is. But, I cannot find any documentation that explains what the error code (19239) or reason string (reason(114)) means.

If anyone couple point me in the right direction, I would be extremely grateful.

$ openssl errstr 0906B072
error:0906B072:PEM routines:PEM_get_EVP_CIPHER_INFO:unsupported encryption

You are probably just missing a call to OpenSSL_add_all_algorithms() in your application.

Tim.

Attachment: PGP.sig
Description: PGP signature

Reply via email to