Back to home page

EIC code displayed by LXR

 
 

    


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

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_ESSERR_H
0012 # define OPENSSL_ESSERR_H
0013 # pragma once
0014 
0015 # include <openssl/opensslconf.h>
0016 # include <openssl/symhacks.h>
0017 # include <openssl/cryptoerr_legacy.h>
0018 
0019 /*
0020  * ESS reason codes.
0021  */
0022 # define ESS_R_EMPTY_ESS_CERT_ID_LIST                     107
0023 # define ESS_R_ESS_CERT_DIGEST_ERROR                      103
0024 # define ESS_R_ESS_CERT_ID_NOT_FOUND                      104
0025 # define ESS_R_ESS_CERT_ID_WRONG_ORDER                    105
0026 # define ESS_R_ESS_DIGEST_ALG_UNKNOWN                     106
0027 # define ESS_R_ESS_SIGNING_CERTIFICATE_ERROR              102
0028 # define ESS_R_ESS_SIGNING_CERT_ADD_ERROR                 100
0029 # define ESS_R_ESS_SIGNING_CERT_V2_ADD_ERROR              101
0030 # define ESS_R_MISSING_SIGNING_CERTIFICATE_ATTRIBUTE      108
0031 
0032 #endif