Back to home page

EIC code displayed by LXR

 
 

    


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

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_TSERR_H
0012 # define OPENSSL_TSERR_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_TS
0021 
0022 
0023 /*
0024  * TS reason codes.
0025  */
0026 #  define TS_R_BAD_PKCS7_TYPE                              132
0027 #  define TS_R_BAD_TYPE                                    133
0028 #  define TS_R_CANNOT_LOAD_CERT                            137
0029 #  define TS_R_CANNOT_LOAD_KEY                             138
0030 #  define TS_R_CERTIFICATE_VERIFY_ERROR                    100
0031 #  define TS_R_COULD_NOT_SET_ENGINE                        127
0032 #  define TS_R_COULD_NOT_SET_TIME                          115
0033 #  define TS_R_DETACHED_CONTENT                            134
0034 #  define TS_R_ESS_ADD_SIGNING_CERT_ERROR                  116
0035 #  define TS_R_ESS_ADD_SIGNING_CERT_V2_ERROR               139
0036 #  define TS_R_ESS_SIGNING_CERTIFICATE_ERROR               101
0037 #  define TS_R_INVALID_NULL_POINTER                        102
0038 #  define TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE          117
0039 #  define TS_R_MESSAGE_IMPRINT_MISMATCH                    103
0040 #  define TS_R_NONCE_MISMATCH                              104
0041 #  define TS_R_NONCE_NOT_RETURNED                          105
0042 #  define TS_R_NO_CONTENT                                  106
0043 #  define TS_R_NO_TIME_STAMP_TOKEN                         107
0044 #  define TS_R_PKCS7_ADD_SIGNATURE_ERROR                   118
0045 #  define TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR                 119
0046 #  define TS_R_PKCS7_TO_TS_TST_INFO_FAILED                 129
0047 #  define TS_R_POLICY_MISMATCH                             108
0048 #  define TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE      120
0049 #  define TS_R_RESPONSE_SETUP_ERROR                        121
0050 #  define TS_R_SIGNATURE_FAILURE                           109
0051 #  define TS_R_THERE_MUST_BE_ONE_SIGNER                    110
0052 #  define TS_R_TIME_SYSCALL_ERROR                          122
0053 #  define TS_R_TOKEN_NOT_PRESENT                           130
0054 #  define TS_R_TOKEN_PRESENT                               131
0055 #  define TS_R_TSA_NAME_MISMATCH                           111
0056 #  define TS_R_TSA_UNTRUSTED                               112
0057 #  define TS_R_TST_INFO_SETUP_ERROR                        123
0058 #  define TS_R_TS_DATASIGN                                 124
0059 #  define TS_R_UNACCEPTABLE_POLICY                         125
0060 #  define TS_R_UNSUPPORTED_MD_ALGORITHM                    126
0061 #  define TS_R_UNSUPPORTED_VERSION                         113
0062 #  define TS_R_VAR_BAD_VALUE                               135
0063 #  define TS_R_VAR_LOOKUP_FAILURE                          136
0064 #  define TS_R_WRONG_CONTENT_TYPE                          114
0065 
0066 # endif
0067 #endif