man-pages/man1/errstr.1ssl.html
2021-03-31 01:06:50 +01:00

112 lines
2.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of ERRSTR</TITLE>
</HEAD><BODY>
<H1>ERRSTR</H1>
Section: OpenSSL (1SSL)<BR>Updated: 2021-03-22<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
openssl-errstr, errstr - lookup error codes
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>openssl errstr error_code</B>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
Sometimes an application will not load error message and only
numerical forms will be available. The <B>errstr</B> utility can be used to
display the meaning of the hex code. The hex code is the hex digits after the
second colon.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
None.
<A NAME="lbAF">&nbsp;</A>
<H2>EXAMPLES</H2>
The error code:
<P>
<PRE>
27594:error:2006D080:lib(32):func(109):reason(128):bss_file.c:107:
</PRE>
<P>
can be displayed with:
<P>
<PRE>
openssl errstr 2006D080
</PRE>
<P>
to produce the error message:
<P>
<PRE>
error:2006D080:BIO routines:BIO_new_file:no such file
</PRE>
<A NAME="lbAG">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright 2004-2019 The OpenSSL Project Authors. All Rights Reserved.
<P>
Licensed under the OpenSSL license (the ``License''). You may not use
this file except in compliance with the License. You can obtain a copy
in the file <FONT SIZE="-1">LICENSE</FONT> in the source distribution or at
&lt;<A HREF="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</A>&gt;.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="5"><A HREF="#lbAF">EXAMPLES</A><DD>
<DT id="6"><A HREF="#lbAG">COPYRIGHT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:11 GMT, March 31, 2021
</BODY>
</HTML>