]> git.ipfire.org Git - thirdparty/openssl.git/blob - include/openssl/x509err.h
make error tables const and separate header file
[thirdparty/openssl.git] / include / openssl / x509err.h
1 /*
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
4 *
5 * Licensed under the OpenSSL license (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 #ifndef HEADER_X509ERR_H
12 # define HEADER_X509ERR_H
13
14 # ifdef __cplusplus
15 extern "C" {
16 # endif
17 int ERR_load_X509_strings(void);
18 # ifdef __cplusplus
19 }
20 # endif
21
22 /*
23 * X509 function codes.
24 */
25 # define X509_F_ADD_CERT_DIR 100
26 # define X509_F_BUILD_CHAIN 106
27 # define X509_F_BY_FILE_CTRL 101
28 # define X509_F_CHECK_NAME_CONSTRAINTS 149
29 # define X509_F_CHECK_POLICY 145
30 # define X509_F_DANE_I2D 107
31 # define X509_F_DIR_CTRL 102
32 # define X509_F_GET_CERT_BY_SUBJECT 103
33 # define X509_F_NETSCAPE_SPKI_B64_DECODE 129
34 # define X509_F_NETSCAPE_SPKI_B64_ENCODE 130
35 # define X509_F_X509AT_ADD1_ATTR 135
36 # define X509_F_X509V3_ADD_EXT 104
37 # define X509_F_X509_ATTRIBUTE_CREATE_BY_NID 136
38 # define X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ 137
39 # define X509_F_X509_ATTRIBUTE_CREATE_BY_TXT 140
40 # define X509_F_X509_ATTRIBUTE_GET0_DATA 139
41 # define X509_F_X509_ATTRIBUTE_SET1_DATA 138
42 # define X509_F_X509_CHECK_PRIVATE_KEY 128
43 # define X509_F_X509_CRL_DIFF 105
44 # define X509_F_X509_CRL_PRINT_FP 147
45 # define X509_F_X509_EXTENSION_CREATE_BY_NID 108
46 # define X509_F_X509_EXTENSION_CREATE_BY_OBJ 109
47 # define X509_F_X509_GET_PUBKEY_PARAMETERS 110
48 # define X509_F_X509_LOAD_CERT_CRL_FILE 132
49 # define X509_F_X509_LOAD_CERT_FILE 111
50 # define X509_F_X509_LOAD_CRL_FILE 112
51 # define X509_F_X509_NAME_ADD_ENTRY 113
52 # define X509_F_X509_NAME_ENTRY_CREATE_BY_NID 114
53 # define X509_F_X509_NAME_ENTRY_CREATE_BY_TXT 131
54 # define X509_F_X509_NAME_ENTRY_SET_OBJECT 115
55 # define X509_F_X509_NAME_ONELINE 116
56 # define X509_F_X509_NAME_PRINT 117
57 # define X509_F_X509_OBJECT_NEW 150
58 # define X509_F_X509_PRINT_EX_FP 118
59 # define X509_F_X509_PUBKEY_DECODE 148
60 # define X509_F_X509_PUBKEY_GET0 119
61 # define X509_F_X509_PUBKEY_SET 120
62 # define X509_F_X509_REQ_CHECK_PRIVATE_KEY 144
63 # define X509_F_X509_REQ_PRINT_EX 121
64 # define X509_F_X509_REQ_PRINT_FP 122
65 # define X509_F_X509_REQ_TO_X509 123
66 # define X509_F_X509_STORE_ADD_CERT 124
67 # define X509_F_X509_STORE_ADD_CRL 125
68 # define X509_F_X509_STORE_CTX_GET1_ISSUER 146
69 # define X509_F_X509_STORE_CTX_INIT 143
70 # define X509_F_X509_STORE_CTX_NEW 142
71 # define X509_F_X509_STORE_CTX_PURPOSE_INHERIT 134
72 # define X509_F_X509_TO_X509_REQ 126
73 # define X509_F_X509_TRUST_ADD 133
74 # define X509_F_X509_TRUST_SET 141
75 # define X509_F_X509_VERIFY_CERT 127
76
77 /*
78 * X509 reason codes.
79 */
80 # define X509_R_AKID_MISMATCH 110
81 # define X509_R_BAD_SELECTOR 133
82 # define X509_R_BAD_X509_FILETYPE 100
83 # define X509_R_BASE64_DECODE_ERROR 118
84 # define X509_R_CANT_CHECK_DH_KEY 114
85 # define X509_R_CERT_ALREADY_IN_HASH_TABLE 101
86 # define X509_R_CRL_ALREADY_DELTA 127
87 # define X509_R_CRL_VERIFY_FAILURE 131
88 # define X509_R_IDP_MISMATCH 128
89 # define X509_R_INVALID_DIRECTORY 113
90 # define X509_R_INVALID_FIELD_NAME 119
91 # define X509_R_INVALID_TRUST 123
92 # define X509_R_ISSUER_MISMATCH 129
93 # define X509_R_KEY_TYPE_MISMATCH 115
94 # define X509_R_KEY_VALUES_MISMATCH 116
95 # define X509_R_LOADING_CERT_DIR 103
96 # define X509_R_LOADING_DEFAULTS 104
97 # define X509_R_METHOD_NOT_SUPPORTED 124
98 # define X509_R_NAME_TOO_LONG 134
99 # define X509_R_NEWER_CRL_NOT_NEWER 132
100 # define X509_R_NO_CERTIFICATE_FOUND 135
101 # define X509_R_NO_CERTIFICATE_OR_CRL_FOUND 136
102 # define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105
103 # define X509_R_NO_CRL_FOUND 137
104 # define X509_R_NO_CRL_NUMBER 130
105 # define X509_R_PUBLIC_KEY_DECODE_ERROR 125
106 # define X509_R_PUBLIC_KEY_ENCODE_ERROR 126
107 # define X509_R_SHOULD_RETRY 106
108 # define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN 107
109 # define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY 108
110 # define X509_R_UNKNOWN_KEY_TYPE 117
111 # define X509_R_UNKNOWN_NID 109
112 # define X509_R_UNKNOWN_PURPOSE_ID 121
113 # define X509_R_UNKNOWN_TRUST_ID 120
114 # define X509_R_UNSUPPORTED_ALGORITHM 111
115 # define X509_R_WRONG_LOOKUP_TYPE 112
116 # define X509_R_WRONG_TYPE 122
117
118 #endif