openssl-errstr.1ossl - Man Page

lookup error codes

Synopsis

openssl errstr [-help] error_code...

Description

Sometimes an application will not load error message texts and only numerical forms will be available. This command can be used to display the meaning of the hex code. The hex code is the hex digits after the second colon.

Options

-help

Display a usage message.

Examples

The error code:

 27594:error:2006D080:lib(32)::reason(128)::107:

can be displayed with:

 openssl errstr 2006D080

to produce the error message:

 error:2006D080:BIO routines::no such file

Referenced By

openssl.1ossl(1), openssl-cmds.1ossl(1), OPENSSL_init_crypto.3ossl(3).

2024-04-04 3.2.1 OpenSSL