]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/store/store_err.c
threads_pthread.c: change inline to ossl_inline
[thirdparty/openssl.git] / crypto / store / store_err.c
CommitLineData
71a5516d
RL
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
40692ed7 3 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
71a5516d 4 *
5c0d0c86 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
71a5516d
RL
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
9 */
10
11#include <openssl/err.h>
12#include <openssl/storeerr.h>
14a6c6a4 13#include "crypto/storeerr.h"
71a5516d
RL
14
15#ifndef OPENSSL_NO_ERR
16
71a5516d 17static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = {
9c6da42d
RL
18 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_AMBIGUOUS_CONTENT_TYPE),
19 "ambiguous content type"},
7ad2ef36
RL
20 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_BAD_PASSWORD_READ),
21 "bad password read"},
a09003ea
RL
22 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_ERROR_VERIFYING_PKCS12_MAC),
23 "error verifying pkcs12 mac"},
fac8673b
RL
24 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_FINGERPRINT_SIZE_DOES_NOT_MATCH_DIGEST),
25 "fingerprint size does not match digest"},
71a5516d
RL
26 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_INVALID_SCHEME),
27 "invalid scheme"},
e61ec2d9 28 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_IS_NOT_A), "is not a"},
5ee40746
RL
29 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_LOADER_INCOMPLETE),
30 "loader incomplete"},
072bfcc9
RL
31 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_LOADING_STARTED),
32 "loading started"},
71a5516d
RL
33 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_CERTIFICATE),
34 "not a certificate"},
35 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_CRL), "not a crl"},
71a5516d 36 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_NAME), "not a name"},
2274d22d
RL
37 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_PRIVATE_KEY),
38 "not a private key"},
39 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_PUBLIC_KEY),
40 "not a public key"},
71a5516d
RL
41 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_PARAMETERS),
42 "not parameters"},
40692ed7
MC
43 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NO_LOADERS_FOUND),
44 "no loaders found"},
a09003ea
RL
45 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_PASSPHRASE_CALLBACK_ERROR),
46 "passphrase callback error"},
9c6da42d
RL
47 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_PATH_MUST_BE_ABSOLUTE),
48 "path must be absolute"},
93d2f9fa
RL
49 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_SEARCH_ONLY_SUPPORTED_FOR_DIRECTORIES),
50 "search only supported for directories"},
9c6da42d
RL
51 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UI_PROCESS_INTERRUPTED_OR_CANCELLED),
52 "ui process interrupted or cancelled"},
71a5516d
RL
53 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNREGISTERED_SCHEME),
54 "unregistered scheme"},
9c6da42d
RL
55 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_CONTENT_TYPE),
56 "unsupported content type"},
fac8673b
RL
57 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_OPERATION),
58 "unsupported operation"},
93d2f9fa
RL
59 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_SEARCH_TYPE),
60 "unsupported search type"},
ba476aa3
RL
61 {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_URI_AUTHORITY_UNSUPPORTED),
62 "uri authority unsupported"},
71a5516d
RL
63 {0, NULL}
64};
65
66#endif
67
b93f6c2d 68int ossl_err_load_OSSL_STORE_strings(void)
71a5516d
RL
69{
70#ifndef OPENSSL_NO_ERR
0cd1b144 71 if (ERR_reason_error_string(OSSL_STORE_str_reasons[0].error) == NULL)
71a5516d 72 ERR_load_strings_const(OSSL_STORE_str_reasons);
71a5516d
RL
73#endif
74 return 1;
75}