]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/openssl-errstr.pod.in
Apps: change provider_path option to provider-path.
[thirdparty/openssl.git] / doc / man1 / openssl-errstr.pod.in
CommitLineData
1582a407 1=pod
5e98904c 2{- OpenSSL::safe::output_do_not_edit_headers(); -}
1582a407
DSH
3
4=head1 NAME
5
b6b66573 6openssl-errstr - lookup error codes
1582a407
DSH
7
8=head1 SYNOPSIS
9
65718c51
RS
10B<openssl errstr>
11[B<-help>]
12I<error_code...>
1582a407
DSH
13
14=head1 DESCRIPTION
15
65718c51 16Sometimes an application will not load error message texts and only
35a810bb
RL
17numerical forms will be available. This command can be
18used to display the meaning of the hex code. The hex code is the hex digits
19after the second colon.
1582a407 20
3dfda1a6 21=head1 OPTIONS
0634424f 22
65718c51
RS
23=over 4
24
25=item B<-help>
26
27Display a usage message.
28
29=back
0634424f 30
cda77422 31=head1 EXAMPLES
1582a407
DSH
32
33The error code:
34
65718c51 35 27594:error:2006D080:lib(32)::reason(128)::107:
1582a407
DSH
36
37can be displayed with:
1bc74519 38
1582a407
DSH
39 openssl errstr 2006D080
40
41to produce the error message:
42
65718c51 43 error:2006D080:BIO routines::no such file
1582a407 44
e2f92610
RS
45=head1 COPYRIGHT
46
33388b44 47Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.
e2f92610 48
449040b4 49Licensed under the Apache License 2.0 (the "License"). You may not use
e2f92610
RS
50this file except in compliance with the License. You can obtain a copy
51in the file LICENSE in the source distribution or at
52L<https://www.openssl.org/source/license.html>.
53
54=cut