]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/cmp/cmp_err.c
Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.c
[thirdparty/openssl.git] / crypto / cmp / cmp_err.c
CommitLineData
8869ad4a 1/*
3dbc5156 2 * Generated by util/mkerr.pl DO NOT EDIT
62dcd2aa 3 * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
8869ad4a
AK
4 *
5 * Licensed under the Apache License 2.0 (the "License"). You may not use
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/cmperr.h>
13
14#ifndef OPENSSL_NO_ERR
15
8869ad4a 16static const ERR_STRING_DATA CMP_str_reasons[] = {
31b28ad9
DDO
17 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ALGORITHM_NOT_SUPPORTED),
18 "algorithm not supported"},
3dbc5156 19 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_BAD_REQUEST_ID), "bad request id"},
62dcd2aa 20 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_CERTHASH_UNMATCHED), "certhash unmatched"},
3dbc5156
DDO
21 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_CERTID_NOT_FOUND), "certid not found"},
22 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_CERTIFICATE_NOT_FOUND),
23 "certificate not found"},
62dcd2aa
DDO
24 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_CERTREQMSG_NOT_FOUND),
25 "certreqmsg not found"},
3dbc5156
DDO
26 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_CERTRESPONSE_NOT_FOUND),
27 "certresponse not found"},
28 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_CERT_AND_KEY_DO_NOT_MATCH),
29 "cert and key do not match"},
30 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CALCULATING_PROTECTION),
31 "error calculating protection"},
32 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_CERTCONF),
33 "error creating certconf"},
34 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_CERTREP),
35 "error creating certrep"},
36 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_ERROR),
37 "error creating error"},
38 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_GENM),
39 "error creating genm"},
40 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_GENP),
41 "error creating genp"},
42 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_P10CR),
43 "error creating p10cr"},
44 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_PKICONF),
45 "error creating pkiconf"},
46 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_POLLREP),
47 "error creating pollrep"},
48 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_POLLREQ),
49 "error creating pollreq"},
50 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_RP), "error creating rp"},
51 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_CREATING_RR), "error creating rr"},
4dde554c
DDO
52 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_PARSING_PKISTATUS),
53 "error parsing pkistatus"},
62dcd2aa
DDO
54 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_PROCESSING_MSG),
55 "error processing msg"},
3dbc5156
DDO
56 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_PROTECTING_MESSAGE),
57 "error protecting message"},
58 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_SETTING_CERTHASH),
59 "error setting certhash"},
62dcd2aa
DDO
60 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_TRANSFERRING_OUT),
61 "error transferring out"},
62 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_UNEXPECTED_CERTCONF),
63 "error unexpected certconf"},
31b28ad9
DDO
64 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_ERROR_VALIDATING_PROTECTION),
65 "error validating protection"},
66 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_FAILED_EXTRACTING_PUBKEY),
67 "failed extracting pubkey"},
4dde554c
DDO
68 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_FAILURE_OBTAINING_RANDOM),
69 "failure obtaining random"},
3dbc5156
DDO
70 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_FAIL_INFO_OUT_OF_RANGE),
71 "fail info out of range"},
7960dbec 72 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_INVALID_ARGS), "invalid args"},
3dbc5156
DDO
73 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MISSING_KEY_INPUT_FOR_CREATING_PROTECTION),
74 "missing key input for creating protection"},
31b28ad9
DDO
75 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MISSING_KEY_USAGE_DIGITALSIGNATURE),
76 "missing key usage digitalsignature"},
3dbc5156
DDO
77 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MISSING_PRIVATE_KEY),
78 "missing private key"},
31b28ad9 79 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MISSING_PROTECTION), "missing protection"},
4dde554c
DDO
80 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MISSING_SENDER_IDENTIFICATION),
81 "missing sender identification"},
31b28ad9
DDO
82 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MISSING_TRUST_STORE),
83 "missing trust store"},
62dcd2aa
DDO
84 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MULTIPLE_REQUESTS_NOT_SUPPORTED),
85 "multiple requests not supported"},
3dbc5156
DDO
86 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_MULTIPLE_SAN_SOURCES),
87 "multiple san sources"},
7960dbec 88 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_NO_STDIO), "no stdio"},
31b28ad9
DDO
89 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_NO_SUITABLE_SENDER_CERT),
90 "no suitable sender cert"},
7960dbec 91 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_NULL_ARGUMENT), "null argument"},
31b28ad9 92 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_PKIBODY_ERROR), "pkibody error"},
3dbc5156
DDO
93 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_PKISTATUSINFO_NOT_FOUND),
94 "pkistatusinfo not found"},
29f178bd
DDO
95 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_POTENTIALLY_INVALID_CERTIFICATE),
96 "potentially invalid certificate"},
31b28ad9
DDO
97 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_RECIPNONCE_UNMATCHED),
98 "recipnonce unmatched"},
99 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_REQUEST_NOT_ACCEPTED),
100 "request not accepted"},
101 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_SENDER_GENERALNAME_TYPE_NOT_SUPPORTED),
102 "sender generalname type not supported"},
103 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_SRVCERT_DOES_NOT_VALIDATE_MSG),
104 "srvcert does not validate msg"},
105 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_TRANSACTIONID_UNMATCHED),
106 "transactionid unmatched"},
3dbc5156 107 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNEXPECTED_PKIBODY), "unexpected pkibody"},
31b28ad9 108 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNEXPECTED_PVNO), "unexpected pvno"},
3dbc5156
DDO
109 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNKNOWN_ALGORITHM_ID),
110 "unknown algorithm id"},
111 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNKNOWN_CERT_TYPE), "unknown cert type"},
112 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNSUPPORTED_ALGORITHM),
113 "unsupported algorithm"},
114 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNSUPPORTED_KEY_TYPE),
115 "unsupported key type"},
31b28ad9
DDO
116 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_UNSUPPORTED_PROTECTION_ALG_DHBASEDMAC),
117 "unsupported protection alg dhbasedmac"},
3dbc5156
DDO
118 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_WRONG_ALGORITHM_OID),
119 "wrong algorithm oid"},
31b28ad9 120 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_WRONG_PBM_VALUE), "wrong pbm value"},
8869ad4a
AK
121 {0, NULL}
122};
123
124#endif
125
126int ERR_load_CMP_strings(void)
127{
128#ifndef OPENSSL_NO_ERR
0cd1b144 129 if (ERR_reason_error_string(CMP_str_reasons[0].error) == NULL)
8869ad4a 130 ERR_load_strings_const(CMP_str_reasons);
8869ad4a
AK
131#endif
132 return 1;
133}