]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/errstr.pod
Change DH parameters to generate the order q subgroup instead of 2q
[thirdparty/openssl.git] / doc / man1 / errstr.pod
CommitLineData
1582a407
DSH
1=pod
2
3=head1 NAME
4
3f2181e6 5openssl-errstr,
1582a407
DSH
6errstr - lookup error codes
7
8=head1 SYNOPSIS
9
10B<openssl errstr error_code>
11
12=head1 DESCRIPTION
13
14Sometimes an application will not load error message and only
1bc74519 15numerical forms will be available. The B<errstr> utility can be used to
1582a407
DSH
16display the meaning of the hex code. The hex code is the hex digits after the
17second colon.
18
3dfda1a6 19=head1 OPTIONS
0634424f
RS
20
21None.
22
1582a407
DSH
23=head1 EXAMPLE
24
25The error code:
26
27 27594:error:2006D080:lib(32):func(109):reason(128):bss_file.c:107:
28
29can be displayed with:
1bc74519 30
1582a407
DSH
31 openssl errstr 2006D080
32
33to produce the error message:
34
35 error:2006D080:BIO routines:BIO_new_file:no such file
36
e2f92610
RS
37=head1 COPYRIGHT
38
39Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
40
449040b4 41Licensed under the Apache License 2.0 (the "License"). You may not use
e2f92610
RS
42this file except in compliance with the License. You can obtain a copy
43in the file LICENSE in the source distribution or at
44L<https://www.openssl.org/source/license.html>.
45
46=cut