File indexing completed on 2026-09-21 09:19:16
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef OPENSSL_CTERR_H
0012 #define OPENSSL_CTERR_H
0013 #pragma once
0014
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018
0019 #ifndef OPENSSL_NO_CT
0020
0021
0022
0023
0024 #define CT_R_BASE64_DECODE_ERROR 108
0025 #define CT_R_INVALID_LOG_ID_LENGTH 100
0026 #define CT_R_LOG_CONF_INVALID 109
0027 #define CT_R_LOG_CONF_INVALID_KEY 110
0028 #define CT_R_LOG_CONF_MISSING_DESCRIPTION 111
0029 #define CT_R_LOG_CONF_MISSING_KEY 112
0030 #define CT_R_LOG_KEY_INVALID 113
0031 #define CT_R_SCT_FUTURE_TIMESTAMP 116
0032 #define CT_R_SCT_INVALID 104
0033 #define CT_R_SCT_INVALID_SIGNATURE 107
0034 #define CT_R_SCT_LIST_INVALID 105
0035 #define CT_R_SCT_LOG_ID_MISMATCH 114
0036 #define CT_R_SCT_NOT_SET 106
0037 #define CT_R_SCT_UNSUPPORTED_VERSION 115
0038 #define CT_R_UNRECOGNIZED_SIGNATURE_NID 101
0039 #define CT_R_UNSUPPORTED_ENTRY_TYPE 102
0040 #define CT_R_UNSUPPORTED_VERSION 103
0041
0042 #endif
0043 #endif