errstr(1ssl)


NAME

   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

SEE ALSO

   err(3), ERR_load_crypto_strings(3), SSL_load_error_strings(3)


More Linux Commands

manpages/cerff.3.html
cerff(3) - complex error function - Linux manual page.......
The (unimplemented) function cerf() is the complex version of the error function. erf(z) = 2/sqrt(pi) * integral from 0 to z of exp(-t*t) dt. The function cerfc

manpages/Tcl_GetTopChannel.3.html
Tcl_GetTopChannel(3) - manipulate stacked I/O channels......
These functions are for use by extensions that add processing layers to Tcl I/O channels. Examples include compression and encryption modules. These functions t

manpages/File::Find.3pm.html
File::Find(3pm) - Traverse a directory tree. (Man Page).....
These are functions for searching through directory trees doing work on each file found similar to the Unix find command. File::Find exports two functions, find

manpages/multipathd.8.html
multipathd(8) - multipath daemon (Admin - Linux man page)...
The multipathd daemon is in charge of checking for failed paths. When this happens, it will reconfigure the multipath map the path belongs to, so that this map

manpages/regex.3.html
regex(3) - POSIX regex functions (Library - Linux man page)
POSIX regex compiling regcomp() is used to compile a regular expression into a form that is suitable for subsequent regexec() searches. regcomp() is supplied wi

manpages/x86_64.8.html
x86_64(8) - change reported architecture in new program envi
setarch currently only affects the output of uname -m. For example, on an AMD64 system, running setarch i386 program will cause program to see i686 instead of x

manpages/XMapSubwindows.3.html
XMapSubwindows(3) - map windows (Library - Linux man page)
The XMapWindow function maps the window and all of its subwindows that have had map requests. Mapping a window that has an unmapped ancestor does not display th

manpages/mdtool.html
mdtool
mdtool

manpages/fstat.2.html
fstat(2) - get file status (System calls - Linux man page)
These functions return information about a file, in the buffer pointed to by stat. No permissions are required on the file itself, but-in the case of stat(), fs

manpages/XSetGraphicsExposure.3.html
XSetGraphicsExposure(3) - GC convenience routines (ManPage)
The XSetArcMode function sets the arc mode in the specified GC. XSetArcMode can generate BadAlloc, BadGC, and BadValue errors. The XSetSubwindowMode function se

manpages/gfxboot.8.html
gfxboot(8) - graphical boot screen test and config tool.....
gfxboot modifies and tests graphical boot loader configuration. OPTIONS General options -a, --archive FILE|DIRECTORY Use FILE as gfxboot archive (default is /bo

manpages/pftp.html
pftp
pftp





We can't live, work or learn in freedom unless the software we use is free.