1*b077aed3SPierre Pronchery /* 2*b077aed3SPierre Pronchery * Generated by util/mkerr.pl DO NOT EDIT 3*b077aed3SPierre Pronchery * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 4*b077aed3SPierre Pronchery * 5*b077aed3SPierre Pronchery * Licensed under the Apache License 2.0 (the "License"). You may not use 6*b077aed3SPierre Pronchery * this file except in compliance with the License. You can obtain a copy 7*b077aed3SPierre Pronchery * in the file LICENSE in the source distribution or at 8*b077aed3SPierre Pronchery * https://www.openssl.org/source/license.html 9*b077aed3SPierre Pronchery */ 10*b077aed3SPierre Pronchery 11*b077aed3SPierre Pronchery #ifndef OPENSSL_ESSERR_H 12*b077aed3SPierre Pronchery # define OPENSSL_ESSERR_H 13*b077aed3SPierre Pronchery # pragma once 14*b077aed3SPierre Pronchery 15*b077aed3SPierre Pronchery # include <openssl/opensslconf.h> 16*b077aed3SPierre Pronchery # include <openssl/symhacks.h> 17*b077aed3SPierre Pronchery # include <openssl/cryptoerr_legacy.h> 18*b077aed3SPierre Pronchery 19*b077aed3SPierre Pronchery /* 20*b077aed3SPierre Pronchery * ESS reason codes. 21*b077aed3SPierre Pronchery */ 22*b077aed3SPierre Pronchery # define ESS_R_EMPTY_ESS_CERT_ID_LIST 107 23*b077aed3SPierre Pronchery # define ESS_R_ESS_CERT_DIGEST_ERROR 103 24*b077aed3SPierre Pronchery # define ESS_R_ESS_CERT_ID_NOT_FOUND 104 25*b077aed3SPierre Pronchery # define ESS_R_ESS_CERT_ID_WRONG_ORDER 105 26*b077aed3SPierre Pronchery # define ESS_R_ESS_DIGEST_ALG_UNKNOWN 106 27*b077aed3SPierre Pronchery # define ESS_R_ESS_SIGNING_CERTIFICATE_ERROR 102 28*b077aed3SPierre Pronchery # define ESS_R_ESS_SIGNING_CERT_ADD_ERROR 100 29*b077aed3SPierre Pronchery # define ESS_R_ESS_SIGNING_CERT_V2_ADD_ERROR 101 30*b077aed3SPierre Pronchery # define ESS_R_MISSING_SIGNING_CERTIFICATE_ATTRIBUTE 108 31*b077aed3SPierre Pronchery 32*b077aed3SPierre Pronchery #endif 33