xref: /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/cterr.h (revision 4724848cf0da353df257f730694b7882798e5daf)
1*4724848cSchristos /*
2*4724848cSchristos  * Generated by util/mkerr.pl DO NOT EDIT
3*4724848cSchristos  * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
4*4724848cSchristos  *
5*4724848cSchristos  * Licensed under the OpenSSL license (the "License").  You may not use
6*4724848cSchristos  * this file except in compliance with the License.  You can obtain a copy
7*4724848cSchristos  * in the file LICENSE in the source distribution or at
8*4724848cSchristos  * https://www.openssl.org/source/license.html
9*4724848cSchristos  */
10*4724848cSchristos 
11*4724848cSchristos #ifndef HEADER_CTERR_H
12*4724848cSchristos # define HEADER_CTERR_H
13*4724848cSchristos 
14*4724848cSchristos # ifndef HEADER_SYMHACKS_H
15*4724848cSchristos #  include <openssl/symhacks.h>
16*4724848cSchristos # endif
17*4724848cSchristos 
18*4724848cSchristos # include <openssl/opensslconf.h>
19*4724848cSchristos 
20*4724848cSchristos # ifndef OPENSSL_NO_CT
21*4724848cSchristos 
22*4724848cSchristos #  ifdef  __cplusplus
23*4724848cSchristos extern "C"
24*4724848cSchristos #  endif
25*4724848cSchristos int ERR_load_CT_strings(void);
26*4724848cSchristos 
27*4724848cSchristos /*
28*4724848cSchristos  * CT function codes.
29*4724848cSchristos  */
30*4724848cSchristos #  define CT_F_CTLOG_NEW                                   117
31*4724848cSchristos #  define CT_F_CTLOG_NEW_FROM_BASE64                       118
32*4724848cSchristos #  define CT_F_CTLOG_NEW_FROM_CONF                         119
33*4724848cSchristos #  define CT_F_CTLOG_STORE_LOAD_CTX_NEW                    122
34*4724848cSchristos #  define CT_F_CTLOG_STORE_LOAD_FILE                       123
35*4724848cSchristos #  define CT_F_CTLOG_STORE_LOAD_LOG                        130
36*4724848cSchristos #  define CT_F_CTLOG_STORE_NEW                             131
37*4724848cSchristos #  define CT_F_CT_BASE64_DECODE                            124
38*4724848cSchristos #  define CT_F_CT_POLICY_EVAL_CTX_NEW                      133
39*4724848cSchristos #  define CT_F_CT_V1_LOG_ID_FROM_PKEY                      125
40*4724848cSchristos #  define CT_F_I2O_SCT                                     107
41*4724848cSchristos #  define CT_F_I2O_SCT_LIST                                108
42*4724848cSchristos #  define CT_F_I2O_SCT_SIGNATURE                           109
43*4724848cSchristos #  define CT_F_O2I_SCT                                     110
44*4724848cSchristos #  define CT_F_O2I_SCT_LIST                                111
45*4724848cSchristos #  define CT_F_O2I_SCT_SIGNATURE                           112
46*4724848cSchristos #  define CT_F_SCT_CTX_NEW                                 126
47*4724848cSchristos #  define CT_F_SCT_CTX_VERIFY                              128
48*4724848cSchristos #  define CT_F_SCT_NEW                                     100
49*4724848cSchristos #  define CT_F_SCT_NEW_FROM_BASE64                         127
50*4724848cSchristos #  define CT_F_SCT_SET0_LOG_ID                             101
51*4724848cSchristos #  define CT_F_SCT_SET1_EXTENSIONS                         114
52*4724848cSchristos #  define CT_F_SCT_SET1_LOG_ID                             115
53*4724848cSchristos #  define CT_F_SCT_SET1_SIGNATURE                          116
54*4724848cSchristos #  define CT_F_SCT_SET_LOG_ENTRY_TYPE                      102
55*4724848cSchristos #  define CT_F_SCT_SET_SIGNATURE_NID                       103
56*4724848cSchristos #  define CT_F_SCT_SET_VERSION                             104
57*4724848cSchristos 
58*4724848cSchristos /*
59*4724848cSchristos  * CT reason codes.
60*4724848cSchristos  */
61*4724848cSchristos #  define CT_R_BASE64_DECODE_ERROR                         108
62*4724848cSchristos #  define CT_R_INVALID_LOG_ID_LENGTH                       100
63*4724848cSchristos #  define CT_R_LOG_CONF_INVALID                            109
64*4724848cSchristos #  define CT_R_LOG_CONF_INVALID_KEY                        110
65*4724848cSchristos #  define CT_R_LOG_CONF_MISSING_DESCRIPTION                111
66*4724848cSchristos #  define CT_R_LOG_CONF_MISSING_KEY                        112
67*4724848cSchristos #  define CT_R_LOG_KEY_INVALID                             113
68*4724848cSchristos #  define CT_R_SCT_FUTURE_TIMESTAMP                        116
69*4724848cSchristos #  define CT_R_SCT_INVALID                                 104
70*4724848cSchristos #  define CT_R_SCT_INVALID_SIGNATURE                       107
71*4724848cSchristos #  define CT_R_SCT_LIST_INVALID                            105
72*4724848cSchristos #  define CT_R_SCT_LOG_ID_MISMATCH                         114
73*4724848cSchristos #  define CT_R_SCT_NOT_SET                                 106
74*4724848cSchristos #  define CT_R_SCT_UNSUPPORTED_VERSION                     115
75*4724848cSchristos #  define CT_R_UNRECOGNIZED_SIGNATURE_NID                  101
76*4724848cSchristos #  define CT_R_UNSUPPORTED_ENTRY_TYPE                      102
77*4724848cSchristos #  define CT_R_UNSUPPORTED_VERSION                         103
78*4724848cSchristos 
79*4724848cSchristos # endif
80*4724848cSchristos #endif
81