errstr - lookup error codes
openssl errstr error_code
ERRSTR(1openssl) OpenSSL ERRSTR(1openssl)
NAME
openssl-errstr, errstr - lookup error codes
SYNOPSIS
openssl errstr error_code
DESCRIPTION
Sometimes an application will not load error message and only numerical
forms will be available. The errstr utility can be used to display the
meaning of the hex code. The hex code is the hex digits after the
second colon.
EXAMPLE
The error code:
27594:error:2006D080:lib(32):func(109):reason(128):bss_file.c:107:
can be displayed with:
openssl errstr 2006D080
to produce the error message:
error:2006D080:BIO routines:BIO_new_file:no such file
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+--------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+--------------------------+
|Availability | library/security/openssl |
+---------------+--------------------------+
|Stability | Pass-through uncommitted |
+---------------+--------------------------+
SEE ALSO
err(3), ERR_load_crypto_strings(3), SSL_load_error_strings(3)
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
https://www.openssl.org/source/openssl-1.0.2ze.tar.gz.
Further information about this software can be found on the open source
community website at https://www.openssl.org/.
1.0.2ze 2022-05-03 ERRSTR(1openssl)