Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:41

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 
0020 # ifndef OPENSSL_NO_CT
0021 
0022 
0023 /*
0024  * CT reason codes.
0025  */
0026 #  define CT_R_BASE64_DECODE_ERROR                         108
0027 #  define CT_R_INVALID_LOG_ID_LENGTH                       100
0028 #  define CT_R_LOG_CONF_INVALID                            109
0029 #  define CT_R_LOG_CONF_INVALID_KEY                        110
0030 #  define CT_R_LOG_CONF_MISSING_DESCRIPTION                111
0031 #  define CT_R_LOG_CONF_MISSING_KEY                        112
0032 #  define CT_R_LOG_KEY_INVALID                             113
0033 #  define CT_R_SCT_FUTURE_TIMESTAMP                        116
0034 #  define CT_R_SCT_INVALID                                 104
0035 #  define CT_R_SCT_INVALID_SIGNATURE                       107
0036 #  define CT_R_SCT_LIST_INVALID                            105
0037 #  define CT_R_SCT_LOG_ID_MISMATCH                         114
0038 #  define CT_R_SCT_NOT_SET                                 106
0039 #  define CT_R_SCT_UNSUPPORTED_VERSION                     115
0040 #  define CT_R_UNRECOGNIZED_SIGNATURE_NID                  101
0041 #  define CT_R_UNSUPPORTED_ENTRY_TYPE                      102
0042 #  define CT_R_UNSUPPORTED_VERSION                         103
0043 
0044 # endif
0045 #endif