PATH:
usr
/
include
/
openssl
/* * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html */ #ifndef OPENSSL_CMPERR_H # define OPENSSL_CMPERR_H # pragma once # include <openssl/opensslconf.h> # include <openssl/symhacks.h> # include <openssl/cryptoerr_legacy.h> # ifndef OPENSSL_NO_CMP /* * CMP reason codes. */ # define CMP_R_ALGORITHM_NOT_SUPPORTED 139 # define CMP_R_BAD_CHECKAFTER_IN_POLLREP 167 # define CMP_R_BAD_REQUEST_ID 108 # define CMP_R_CERTHASH_UNMATCHED 156 # define CMP_R_CERTID_NOT_FOUND 109 # define CMP_R_CERTIFICATE_NOT_ACCEPTED 169 # define CMP_R_CERTIFICATE_NOT_FOUND 112 # define CMP_R_CERTREQMSG_NOT_FOUND 157 # define CMP_R_CERTRESPONSE_NOT_FOUND 113 # define CMP_R_CERT_AND_KEY_DO_NOT_MATCH 114 # define CMP_R_CHECKAFTER_OUT_OF_RANGE 181 # define CMP_R_ENCOUNTERED_KEYUPDATEWARNING 176 # define CMP_R_ENCOUNTERED_WAITING 162 # define CMP_R_ERROR_CALCULATING_PROTECTION 115 # define CMP_R_ERROR_CREATING_CERTCONF 116 # define CMP_R_ERROR_CREATING_CERTREP 117 # define CMP_R_ERROR_CREATING_CERTREQ 163 # define CMP_R_ERROR_CREATING_ERROR 118 # define CMP_R_ERROR_CREATING_GENM 119 # define CMP_R_ERROR_CREATING_GENP 120 # define CMP_R_ERROR_CREATING_PKICONF 122 # define CMP_R_ERROR_CREATING_POLLREP 123 # define CMP_R_ERROR_CREATING_POLLREQ 124 # define CMP_R_ERROR_CREATING_RP 125 # define CMP_R_ERROR_CREATING_RR 126 # define CMP_R_ERROR_PARSING_PKISTATUS 107 # define CMP_R_ERROR_PROCESSING_MESSAGE 158 # define CMP_R_ERROR_PROTECTING_MESSAGE 127 # define CMP_R_ERROR_SETTING_CERTHASH 128 # define CMP_R_ERROR_UNEXPECTED_CERTCONF 160 # define CMP_R_ERROR_VALIDATING_PROTECTION 140 # define CMP_R_ERROR_VALIDATING_SIGNATURE 171 # define CMP_R_EXPECTED_POLLREQ 104 # define CMP_R_FAILED_BUILDING_OWN_CHAIN 164 # define CMP_R_FAILED_EXTRACTING_CENTRAL_GEN_KEY 203 # define CMP_R_FAILED_EXTRACTING_PUBKEY 141 # define CMP_R_FAILURE_OBTAINING_RANDOM 110 # define CMP_R_FAIL_INFO_OUT_OF_RANGE 129 # define CMP_R_GENERATE_CERTREQTEMPLATE 197 # define CMP_R_GENERATE_CRLSTATUS 198 # define CMP_R_GETTING_GENP 192 # define CMP_R_GET_ITAV 199 # define CMP_R_INVALID_ARGS 100 # define CMP_R_INVALID_GENP 193 # define CMP_R_INVALID_KEYSPEC 202 # define CMP_R_INVALID_OPTION 174 # define CMP_R_INVALID_ROOTCAKEYUPDATE 195 # define CMP_R_MISSING_CENTRAL_GEN_KEY 204 # define CMP_R_MISSING_CERTID 165 # define CMP_R_MISSING_KEY_INPUT_FOR_CREATING_PROTECTION 130 # define CMP_R_MISSING_KEY_USAGE_DIGITALSIGNATURE 142 # define CMP_R_MISSING_P10CSR 121 # define CMP_R_MISSING_PBM_SECRET 166 # define CMP_R_MISSING_PRIVATE_KEY 131 # define CMP_R_MISSING_PRIVATE_KEY_FOR_POPO 190 # define CMP_R_MISSING_PROTECTION 143 # define CMP_R_MISSING_PUBLIC_KEY 183 # define CMP_R_MISSING_REFERENCE_CERT 168 # define CMP_R_MISSING_SECRET 178 # define CMP_R_MISSING_SENDER_IDENTIFICATION 111 # define CMP_R_MISSING_TRUST_ANCHOR 179 # define CMP_R_MISSING_TRUST_STORE 144 # define CMP_R_MULTIPLE_REQUESTS_NOT_SUPPORTED 161 # define CMP_R_MULTIPLE_RESPONSES_NOT_SUPPORTED 170 # define CMP_R_MULTIPLE_SAN_SOURCES 102 # define CMP_R_NO_STDIO 194 # define CMP_R_NO_SUITABLE_SENDER_CERT 145 # define CMP_R_NULL_ARGUMENT 103 # define CMP_R_PKIBODY_ERROR 146 # define CMP_R_PKISTATUSINFO_NOT_FOUND 132 # define CMP_R_POLLING_FAILED 172 # define CMP_R_POTENTIALLY_INVALID_CERTIFICATE 147 # define CMP_R_RECEIVED_ERROR 180 # define CMP_R_RECIPNONCE_UNMATCHED 148 # define CMP_R_REQUEST_NOT_ACCEPTED 149 # define CMP_R_REQUEST_REJECTED_BY_SERVER 182 # define CMP_R_SENDER_GENERALNAME_TYPE_NOT_SUPPORTED 150 # define CMP_R_SRVCERT_DOES_NOT_VALIDATE_MSG 151 # define CMP_R_TOTAL_TIMEOUT 184 # define CMP_R_TRANSACTIONID_UNMATCHED 152 # define CMP_R_TRANSFER_ERROR 159 # define CMP_R_UNCLEAN_CTX 191 # define CMP_R_UNEXPECTED_CENTRAL_GEN_KEY 205 # define CMP_R_UNEXPECTED_CERTPROFILE 196 # define CMP_R_UNEXPECTED_CRLSTATUSLIST 201 # define CMP_R_UNEXPECTED_PKIBODY 133 # define CMP_R_UNEXPECTED_PKISTATUS 185 # define CMP_R_UNEXPECTED_POLLREQ 105 # define CMP_R_UNEXPECTED_PVNO 153 # define CMP_R_UNEXPECTED_SENDER 106 # define CMP_R_UNKNOWN_ALGORITHM_ID 134 # define CMP_R_UNKNOWN_CERT_TYPE 135 # define CMP_R_UNKNOWN_CRL_ISSUER 200 # define CMP_R_UNKNOWN_PKISTATUS 186 # define CMP_R_UNSUPPORTED_ALGORITHM 136 # define CMP_R_UNSUPPORTED_KEY_TYPE 137 # define CMP_R_UNSUPPORTED_PKIBODY 101 # define CMP_R_UNSUPPORTED_PROTECTION_ALG_DHBASEDMAC 154 # define CMP_R_VALUE_TOO_LARGE 175 # define CMP_R_VALUE_TOO_SMALL 177 # define CMP_R_WRONG_ALGORITHM_OID 138 # define CMP_R_WRONG_CERTID 189 # define CMP_R_WRONG_CERTID_IN_RP 187 # define CMP_R_WRONG_PBM_VALUE 155 # define CMP_R_WRONG_RP_COMPONENT_COUNT 188 # define CMP_R_WRONG_SERIAL_IN_RP 173 # endif #endif
[-] dherr.h
[open]
[-] ts.h
[open]
[-] storeerr.h
[open]
[-] symhacks.h
[open]
[-] core_object.h
[open]
[-] cryptoerr_legacy.h
[open]
[-] ecerr.h
[open]
[-] core_dispatch.h
[open]
[-] rsa.h
[open]
[-] lhash.h
[open]
[+]
..
[-] fips.h
[open]
[-] ebcdic.h
[open]
[-] dh.h
[open]
[-] trace.h
[open]
[-] pem2.h
[open]
[-] x509err.h
[open]
[-] byteorder.h
[open]
[-] modes.h
[open]
[-] cmp_util.h
[open]
[-] uierr.h
[open]
[-] indicator.h
[open]
[-] dsa.h
[open]
[-] asn1t.h
[open]
[-] ocsperr.h
[open]
[-] pkcs7.h
[open]
[-] rc5.h
[open]
[-] cmp.h
[open]
[-] x509v3.h
[open]
[-] proverr.h
[open]
[-] ct.h
[open]
[-] stack.h
[open]
[-] comp.h
[open]
[-] pem.h
[open]
[-] httperr.h
[open]
[-] params.h
[open]
[-] param_build.h
[open]
[-] pkcs12err.h
[open]
[-] pkcs7err.h
[open]
[-] conf.h
[open]
[-] srtp.h
[open]
[-] md5.h
[open]
[-] rand.h
[open]
[-] hpke.h
[open]
[-] sslerr.h
[open]
[-] engineerr.h
[open]
[-] cms.h
[open]
[-] store.h
[open]
[-] encoder.h
[open]
[-] cmac.h
[open]
[-] des.h
[open]
[-] e_ostime.h
[open]
[-] aes.h
[open]
[-] opensslv.h
[open]
[-] ssl2.h
[open]
[-] bioerr.h
[open]
[-] x509v3err.h
[open]
[-] rc4.h
[open]
[-] fips_names.h
[open]
[-] safestack.h
[open]
[-] prov_ssl.h
[open]
[-] ml_kem.h
[open]
[-] e_os2.h
[open]
[-] ec.h
[open]
[-] ripemd.h
[open]
[-] sha.h
[open]
[-] asyncerr.h
[open]
[-] x509.h
[open]
[-] blowfish.h
[open]
[-] buffer.h
[open]
[-] obj_mac.h
[open]
[-] kdferr.h
[open]
[-] rsaerr.h
[open]
[-] dsaerr.h
[open]
[-] engine.h
[open]
[-] ecdsa.h
[open]
[-] ess.h
[open]
[-] crmf.h
[open]
[-] hmac.h
[open]
[-] sslerr_legacy.h
[open]
[-] mdc2.h
[open]
[-] cterr.h
[open]
[-] buffererr.h
[open]
[-] macros.h
[open]
[-] self_test.h
[open]
[-] asn1.h
[open]
[-] asn1err.h
[open]
[-] opensslconf.h
[open]
[-] tserr.h
[open]
[-] md2.h
[open]
[-] conf_api.h
[open]
[-] evp.h
[open]
[-] decoder.h
[open]
[-] cryptoerr.h
[open]
[-] core.h
[open]
[-] bn.h
[open]
[-] ossl_typ.h
[open]
[-] kdf.h
[open]
[-] provider.h
[open]
[-] err.h
[open]
[-] conferr.h
[open]
[-] ui.h
[open]
[-] camellia.h
[open]
[-] txt_db.h
[open]
[-] encodererr.h
[open]
[-] x509_vfy.h
[open]
[-] thread.h
[open]
[-] seed.h
[open]
[-] configuration-x86_64.h
[open]
[-] cmserr.h
[open]
[-] evperr.h
[open]
[-] fipskey.h
[open]
[-] tls1.h
[open]
[-] idea.h
[open]
[-] crypto.h
[open]
[-] conftypes.h
[open]
[-] async.h
[open]
[-] ecdh.h
[open]
[-] objects.h
[open]
[-] ssl3.h
[open]
[-] http.h
[open]
[-] pkcs12.h
[open]
[-] srp.h
[open]
[-] ssl.h
[open]
[-] configuration.h
[open]
[-] md4.h
[open]
[-] ocsp.h
[open]
[-] pemerr.h
[open]
[-] crmferr.h
[open]
[-] core_names.h
[open]
[-] bnerr.h
[open]
[-] comperr.h
[open]
[-] x509_acert.h
[open]
[-] randerr.h
[open]
[-] esserr.h
[open]
[-] cast.h
[open]
[-] decodererr.h
[open]
[-] rc2.h
[open]
[-] types.h
[open]
[-] whrlpool.h
[open]
[-] cmperr.h
[open]
[-] objectserr.h
[open]
[-] quic.h
[open]
[-] bio.h
[open]
[-] dtls1.h
[open]