1OPENSSL-ERRSTR(1ossl) OpenSSL OPENSSL-ERRSTR(1ossl)
2
3
4
6 openssl-errstr - lookup error codes
7
9 openssl errstr [-help] error_code...
10
12 Sometimes an application will not load error message texts and only
13 numerical forms will be available. This command can be used to display
14 the meaning of the hex code. The hex code is the hex digits after the
15 second colon.
16
18 -help
19 Display a usage message.
20
22 The error code:
23
24 27594:error:2006D080:lib(32)::reason(128)::107:
25
26 can be displayed with:
27
28 openssl errstr 2006D080
29
30 to produce the error message:
31
32 error:2006D080:BIO routines::no such file
33
35 Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.
36
37 Licensed under the Apache License 2.0 (the "License"). You may not use
38 this file except in compliance with the License. You can obtain a copy
39 in the file LICENSE in the source distribution or at
40 <https://www.openssl.org/source/license.html>.
41
42
43
443.0.5 2022-07-05 OPENSSL-ERRSTR(1ossl)