Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-21 09:19:16

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
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  * CT reason codes.
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