]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/x509err.h
chunk 7 of CMP contribution to OpenSSL
[thirdparty/openssl.git] / include / openssl / x509err.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
2a6a5607 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
52df25cf 4 *
48f4ad77 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
52df25cf
RS
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
ae4186b0
DMSP
11#ifndef OPENSSL_X509ERR_H
12# define OPENSSL_X509ERR_H
d86167ec
DMSP
13# pragma once
14
15# include <openssl/macros.h>
936c2b9e 16# ifndef OPENSSL_NO_DEPRECATED_3_0
d86167ec
DMSP
17# define HEADER_X509ERR_H
18# endif
52df25cf 19
cbfa5b03
RS
20# include <openssl/opensslconf.h>
21# include <openssl/symhacks.h>
22
2a6a5607 23
52df25cf 24# ifdef __cplusplus
a699b8e4 25extern "C"
52df25cf
RS
26# endif
27int ERR_load_X509_strings(void);
52df25cf
RS
28
29/*
30 * X509 function codes.
31 */
936c2b9e 32# ifndef OPENSSL_NO_DEPRECATED_3_0
cbfa5b03
RS
33# define X509_F_ADD_CERT_DIR 0
34# define X509_F_BUILD_CHAIN 0
35# define X509_F_BY_FILE_CTRL 0
36# define X509_F_CHECK_NAME_CONSTRAINTS 0
37# define X509_F_CHECK_POLICY 0
38# define X509_F_COMMON_VERIFY_SM2 0
39# define X509_F_DANE_I2D 0
40# define X509_F_DIR_CTRL 0
41# define X509_F_GET_CERT_BY_SUBJECT 0
42# define X509_F_I2D_X509_AUX 0
43# define X509_F_LOOKUP_CERTS_SK 0
44# define X509_F_NETSCAPE_SPKI_B64_DECODE 0
45# define X509_F_NETSCAPE_SPKI_B64_ENCODE 0
46# define X509_F_NEW_DIR 0
47# define X509_F_X509AT_ADD1_ATTR 0
48# define X509_F_X509V3_ADD_EXT 0
49# define X509_F_X509_ATTRIBUTE_CREATE_BY_NID 0
50# define X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ 0
51# define X509_F_X509_ATTRIBUTE_CREATE_BY_TXT 0
52# define X509_F_X509_ATTRIBUTE_GET0_DATA 0
53# define X509_F_X509_ATTRIBUTE_SET1_DATA 0
54# define X509_F_X509_CHECK_PRIVATE_KEY 0
55# define X509_F_X509_CRL_DIFF 0
56# define X509_F_X509_CRL_METHOD_NEW 0
57# define X509_F_X509_CRL_PRINT_FP 0
58# define X509_F_X509_EXTENSION_CREATE_BY_NID 0
59# define X509_F_X509_EXTENSION_CREATE_BY_OBJ 0
60# define X509_F_X509_GET_PUBKEY_PARAMETERS 0
61# define X509_F_X509_LOAD_CERT_CRL_FILE 0
62# define X509_F_X509_LOAD_CERT_FILE 0
63# define X509_F_X509_LOAD_CRL_FILE 0
64# define X509_F_X509_LOOKUP_METH_NEW 0
65# define X509_F_X509_LOOKUP_NEW 0
66# define X509_F_X509_NAME_ADD_ENTRY 0
67# define X509_F_X509_NAME_CANON 0
68# define X509_F_X509_NAME_ENTRY_CREATE_BY_NID 0
69# define X509_F_X509_NAME_ENTRY_CREATE_BY_TXT 0
70# define X509_F_X509_NAME_ENTRY_SET_OBJECT 0
71# define X509_F_X509_NAME_ONELINE 0
72# define X509_F_X509_NAME_PRINT 0
73# define X509_F_X509_OBJECT_NEW 0
74# define X509_F_X509_PRINT_EX_FP 0
75# define X509_F_X509_PUBKEY_DECODE 0
76# define X509_F_X509_PUBKEY_GET0 0
77# define X509_F_X509_PUBKEY_SET 0
78# define X509_F_X509_REQ_CHECK_PRIVATE_KEY 0
79# define X509_F_X509_REQ_PRINT_EX 0
80# define X509_F_X509_REQ_PRINT_FP 0
81# define X509_F_X509_REQ_TO_X509 0
82# define X509_F_X509_REQ_VERIFY 0
83# define X509_F_X509_REQ_VERIFY_SM2 0
84# define X509_F_X509_STORE_ADD_CERT 0
85# define X509_F_X509_STORE_ADD_CRL 0
86# define X509_F_X509_STORE_ADD_LOOKUP 0
87# define X509_F_X509_STORE_CTX_GET1_ISSUER 0
88# define X509_F_X509_STORE_CTX_INIT 0
89# define X509_F_X509_STORE_CTX_NEW 0
90# define X509_F_X509_STORE_CTX_PURPOSE_INHERIT 0
91# define X509_F_X509_STORE_NEW 0
92# define X509_F_X509_TO_X509_REQ 0
93# define X509_F_X509_TRUST_ADD 0
94# define X509_F_X509_TRUST_SET 0
95# define X509_F_X509_VERIFY 0
96# define X509_F_X509_VERIFY_CERT 0
97# define X509_F_X509_VERIFY_PARAM_NEW 0
98# define X509_F_X509_VERIFY_SM2 0
99# endif
52df25cf
RS
100
101/*
102 * X509 reason codes.
103 */
104# define X509_R_AKID_MISMATCH 110
105# define X509_R_BAD_SELECTOR 133
106# define X509_R_BAD_X509_FILETYPE 100
107# define X509_R_BASE64_DECODE_ERROR 118
108# define X509_R_CANT_CHECK_DH_KEY 114
109# define X509_R_CERT_ALREADY_IN_HASH_TABLE 101
31b28ad9 110# define X509_R_CERTIFICATE_VERIFICATION_FAILED 139
52df25cf
RS
111# define X509_R_CRL_ALREADY_DELTA 127
112# define X509_R_CRL_VERIFY_FAILURE 131
113# define X509_R_IDP_MISMATCH 128
9fd6f7d1 114# define X509_R_INVALID_ATTRIBUTES 138
52df25cf
RS
115# define X509_R_INVALID_DIRECTORY 113
116# define X509_R_INVALID_FIELD_NAME 119
117# define X509_R_INVALID_TRUST 123
118# define X509_R_ISSUER_MISMATCH 129
119# define X509_R_KEY_TYPE_MISMATCH 115
120# define X509_R_KEY_VALUES_MISMATCH 116
121# define X509_R_LOADING_CERT_DIR 103
122# define X509_R_LOADING_DEFAULTS 104
123# define X509_R_METHOD_NOT_SUPPORTED 124
124# define X509_R_NAME_TOO_LONG 134
125# define X509_R_NEWER_CRL_NOT_NEWER 132
126# define X509_R_NO_CERTIFICATE_FOUND 135
127# define X509_R_NO_CERTIFICATE_OR_CRL_FOUND 136
128# define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105
129# define X509_R_NO_CRL_FOUND 137
130# define X509_R_NO_CRL_NUMBER 130
131# define X509_R_PUBLIC_KEY_DECODE_ERROR 125
132# define X509_R_PUBLIC_KEY_ENCODE_ERROR 126
133# define X509_R_SHOULD_RETRY 106
134# define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN 107
135# define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY 108
136# define X509_R_UNKNOWN_KEY_TYPE 117
137# define X509_R_UNKNOWN_NID 109
138# define X509_R_UNKNOWN_PURPOSE_ID 121
139# define X509_R_UNKNOWN_TRUST_ID 120
140# define X509_R_UNSUPPORTED_ALGORITHM 111
141# define X509_R_WRONG_LOOKUP_TYPE 112
142# define X509_R_WRONG_TYPE 122
143
144#endif